diff options
author | ivan <ivan> | 2010-07-08 09:32:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-07-08 09:32:14 +0000 |
commit | b80e996959d9492e07ada4936e566f4b97dd5808 (patch) | |
tree | 799ebb4bfac16b7e6230fa379668987a7153bcf5 /rpm/build/cvs-check-and-build | |
parent | b87e4baaaafca4040c13f1bac4ca22bacc3e668e (diff) |
checking in more of the rpm build system (is that it?)
Diffstat (limited to 'rpm/build/cvs-check-and-build')
-rwxr-xr-x | rpm/build/cvs-check-and-build | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/rpm/build/cvs-check-and-build b/rpm/build/cvs-check-and-build index b5e94b78b..dbd300a5f 100755 --- a/rpm/build/cvs-check-and-build +++ b/rpm/build/cvs-check-and-build @@ -36,6 +36,9 @@ do esac done -ssh 10.5.4.5 /home/rsiddall/build-from-cvs $FORCE_FLAG -cd /home/rsiddall/buildsys; ./build-freeside; ./refresh-repo $QUIET_FLAG +#ssh 10.5.4.5 /home/rsiddall/build-from-cvs $FORCE_FLAG +#cd /home/rsiddall/buildsys; ./build-freeside; ./refresh-repo $QUIET_FLAG + +ssh 10.5.4.5 ./build-from-cvs $FORCE_FLAG +cd ~/buildsys; ./build-freeside; ./refresh-repo $QUIET_FLAG |