Skip to content

Commit

Permalink
Gitian: cleanup gitian script from double/error entries
Browse files Browse the repository at this point in the history
  • Loading branch information
cevap committed Dec 9, 2018
1 parent 010d452 commit d8d317a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/gitian-build.py
Expand Up @@ -23,7 +23,7 @@ def setup():
programs += ['lxc', 'debootstrap']
subprocess.check_call(['sudo', 'apt-get', 'install', '-qq'] + programs)
if not os.path.isdir('gitian.sigs'):
subprocess.check_call(['git', 'clone', 'https://github.com/cevap/gitian.sigs.git'])
subprocess.check_call(['git', 'clone', 'https://github.com/gitianuser/gitian.sigs.git'])
if not os.path.isdir('ion-detached-sigs'):
subprocess.check_call(['git', 'clone', 'https://github.com/cevap/ion-detached-sigs.git'])
if not os.path.isdir('gitian-builder'):
Expand Down
2 changes: 1 addition & 1 deletion doc/release-process.md
Expand Up @@ -37,7 +37,7 @@ If you're using the automated script (found in [contrib/gitian-build.sh](/contri
Check out the source code in the following directory hierarchy.

cd /path/to/your/toplevel/build
git clone https://github.com/cevap/gitian.sigs.git
git clone https://github.com/gitianuser/gitian.sigs.git
git clone https://github.com/cevap/ion-detached-sigs.git
git clone https://github.com/devrandom/gitian-builder.git
git clone https://github.com/cevap/ion.git
Expand Down

0 comments on commit d8d317a

Please sign in to comment.