Changeset 1229 for branches/locker-dev/locker/deploy/bin/onserver.pm
- Timestamp:
- Jul 2, 2009, 2:50:52 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/locker-dev/locker/deploy/bin/onserver.pm
r1224 r1229 125 125 126 126 # This code was originally in onathena 127 my $repo = "/mit/scripts/ wizard$scriptsdev/srv/$deploy.git";127 my $repo = "/mit/scripts/git/autoinstalls$scriptsdev/$deploy.git"; 128 128 if(-e $repo) { 129 129 # Much of this can be replaced with … … 178 178 } 179 179 180 if(-e "/mit/scripts/wizard$scriptsdev/srv/$deploy.git") {180 if(-e $repo) { 181 181 # fake an empty commit to get version info 182 182 my $pid = open2(\*GIT_OUT, \*GIT_IN, "git commit-tree HEAD: -p HEAD") or die "Can't execute git process";
Note: See TracChangeset
for help on using the changeset viewer.