Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1 by jmc, Mon Jul 31 20:19:08 2017 UTC | revision 1.2 by jmc, Mon Jul 31 20:22:37 2017 UTC | |
|---|---|---|
| # | Line 17 if test $outp != 0 ; then | Line 17 if test $outp != 0 ; then |
| 17 | fi | fi |
| 18 | test -e $code && rm -rf $code | test -e $code && rm -rf $code |
| 19 | ||
| 20 | echo"Make a clone of $code from repo: $repo ..." | echo "Make a clone of $code from repo: $repo ..." |
| 21 | git clone --depth 1 https://github.com/$repo/$code.git | git clone --depth 1 https://github.com/$repo/$code.git |
| 22 | # chgrp gcmpack $code | # chgrp gcmpack $code |
| 23 | # chmod 775 $code | # chmod 775 $code |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |