finally, open up my secret test scripts...
...after getting rid of most of the hardcoding (though not all!)
This commit is contained in:
parent
ba8094d6f5
commit
0add3d3de7
43 changed files with 1941 additions and 0 deletions
14
t/update-gitolite
Executable file
14
t/update-gitolite
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
export TESTDIR=$PWD
|
||||
|
||||
rm -rf ~/junk.ga
|
||||
mv ~/gitolite-admin ~/junk.ga
|
||||
|
||||
# install it
|
||||
src/gl-easy-install -q gitolite-test localhost tester
|
||||
|
||||
# make the rollback.tar files on both sides
|
||||
cd
|
||||
tar cf rollback.tar gitolite-admin
|
||||
ssh gitolite-test@localhost tar cf rollback.tar .ssh .gitolite .gitolite.rc repositories gitolite-install
|
Loading…
Add table
Add a link
Reference in a new issue