diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-11-08 00:25:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-11-08 00:25:03 +0000 |
commit | 4d6a33b6fa7cfd3a6a676d99c68928e2e5a39d3b (patch) | |
tree | 3ac110c0dfc23ca70a9f9f1fdfc11d6d807b6d0b /Tools | |
parent | 50b2db34705793d93aad8ef939730588c2364a86 (diff) | |
download | ports-4d6a33b6fa7cfd3a6a676d99c68928e2e5a39d3b.tar.gz ports-4d6a33b6fa7cfd3a6a676d99c68928e2e5a39d3b.zip |
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/updatesnap | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Tools/portbuild/scripts/updatesnap b/Tools/portbuild/scripts/updatesnap index a97180b5e44e..9615eee24421 100755 --- a/Tools/portbuild/scripts/updatesnap +++ b/Tools/portbuild/scripts/updatesnap @@ -1,13 +1,12 @@ #!/bin/sh # -# Update the master ports and source trees that are used by package builds +# Update the master source trees that are used by package builds # and other consumers base=/a/snap zbase=a/snap srepo=/r/ncvs -prepo=/r/pcvs stamp() { fulldate=$1 @@ -32,13 +31,6 @@ umask 002 #cvsup -g /root/cvs-supfile || finish 1 -#cd $base/ports -#fulldate=$(date) -#cvs -Rq -d ${prepo} update -PdA -D "${fulldate}" -#echo ${fulldate} > cvsdone -#snapdate=$(stamp ${fulldate}) -#zfs snapshot ${zbase}/ports@${snapdate} - cd $base/src-HEAD fulldate=$(date) cvs -Rq -d ${srepo} update -PdA -D "${fulldate}" |