diff options
| -rwxr-xr-x | make-shared-repo | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/make-shared-repo b/make-shared-repo index 13fd039..d0df8a9 100755 --- a/make-shared-repo +++ b/make-shared-repo | |||
| @@ -9,7 +9,10 @@ REPO=`basename "$1"` | |||
| 9 | 9 | ||
| 10 | # where to copy it to | 10 | # where to copy it to |
| 11 | REMOTE_PATH="/cvs/proj/litmus/repo/${REPO}.git" | 11 | REMOTE_PATH="/cvs/proj/litmus/repo/${REPO}.git" |
| 12 | SERVER="cvs.cs.unc.edu" | 12 | if [ -z "$SERVER" ] |
| 13 | then | ||
| 14 | SERVER="cvs.cs.unc.edu" | ||
| 15 | fi | ||
| 13 | 16 | ||
| 14 | # command to execute after repository creation | 17 | # command to execute after repository creation |
| 15 | CHMOD="/cvs/proj/litmus/sw/bin/set_repo_rights --quiet" | 18 | CHMOD="/cvs/proj/litmus/sw/bin/set_repo_rights --quiet" |
