Skip to content
Snippets Groups Projects
retrive_bundle.sh 342 B
Newer Older
#!/bin/sh
mkdir ~/bin
curl http://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod +x ~/bin/repo
git config --global user.email andrea.michelotti@lnf.infn.it
mkdir ~/chaos_bundle
cd ~/chaos_bundle
 ~/bin/repo init -u https://amichelo@opensource-stash.infn.it/scm/chaos/chaos_repo_bundle -b development_https
 ~/bin/repo sync