-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3446 from nipy/rel/1.7.1
REL: 1.7.1
- Loading branch information
Showing
7 changed files
with
97 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -213,9 +213,9 @@ jobs: | |
- run: | ||
name: Install hub | ||
command: | | ||
curl -sSL https://github.com/github/hub/releases/download/v2.2.9/hub-linux-amd64-2.2.9.tgz | \ | ||
curl -sSL https://github.com/github/hub/releases/download/v2.14.2/hub-linux-amd64-2.14.2.tgz | \ | ||
tar zxv -C /tmp | ||
sudo /tmp/hub-linux-amd64-2.2.9/install | ||
sudo /tmp/hub-linux-amd64-2.14.2/install | ||
- run: | ||
name: Expand SSH Key | ||
command: | | ||
|
@@ -225,10 +225,11 @@ jobs: | |
chmod go-rwx ~/.ssh/id_ed25519 | ||
ssh-keygen -y -f ~/.ssh/id_ed25519 > ~/.ssh/id_ed25519.pub | ||
- run: | ||
name: Set git identity | ||
name: Set git/hub configuration | ||
command: | | ||
git config --global user.name "nipybot" | ||
git config --global user.email "[email protected]" | ||
git config --global hub.protocol ssh | ||
- run: | ||
name: Update feedstock | ||
command: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ Alexander Schaefer <[email protected]> <aschaefer@aschaefer-U36SD.(none)> | |
Alexandre M. Savio <[email protected]> | ||
Alexandre M. Savio <[email protected]> <[email protected]> | ||
Andrea Dell'Orco <[email protected]> | ||
Andrea Dell'Orco <[email protected]> <[email protected]> | ||
Andrew Floren <[email protected]> | ||
Andrey Chetverikov <[email protected]> | ||
Andrey Chetverikov <[email protected]> <[email protected]> | ||
|
@@ -64,6 +65,8 @@ Elizabeth DuPre <[email protected]> | |
Erik Ziegler <[email protected]> | ||
Erik Ziegler <[email protected]> <[email protected]> | ||
Erik Ziegler <[email protected]> <erik@erik-ubuntu.(none)> | ||
Fabio Bernardoni <[email protected]> | ||
Fabio Bernardoni <[email protected]> <[email protected]> | ||
Feilong Ma <[email protected]> | ||
Fernando Pérez-García <[email protected]> | ||
Franz Liem <[email protected]> | ||
|
@@ -109,6 +112,7 @@ Kevin Sitek <[email protected]> | |
Kevin Sitek <[email protected]> <[email protected]> | ||
Sin Kim <[email protected]> | ||
Sin Kim <[email protected]> <[email protected]> | ||
Koen Helwegen <[email protected]> | ||
Kornelius Podranski <[email protected]> | ||
Krzysztof J. Gorgolewski <[email protected]> | ||
Krzysztof J. Gorgolewski <[email protected]> <[email protected]> | ||
|
@@ -121,6 +125,7 @@ Kshitij Chawla <[email protected]> | |
Leonie Lampe <[email protected]> | ||
Lukas Snoek <[email protected]> | ||
Marcel Falkiewicz <[email protected]> <[email protected]> | ||
Maria de Fatima Dias <[email protected]> | ||
Maria de Fatima Dias <[email protected]> <[email protected]> | ||
Martin Perez-Guevara <[email protected]> | ||
Mathias Goncalves <[email protected]> <[email protected]> | ||
|
@@ -153,6 +158,8 @@ Oscar Esteban <[email protected]> | |
Oscar Esteban <[email protected]> <code@oscaresteban> | ||
Pablo Polosecki <[email protected]> <[email protected]> | ||
Pablo Polosecki <[email protected]> <[email protected]> | ||
Paul Kuntke <[email protected]> | ||
Paul Kuntke <[email protected]> <[email protected]> | ||
Paul Sharp <[email protected]> | ||
Ranjit Khanuja <[email protected]> | ||
Rastko Ćirić <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters