diff options
author | linimon <linimon@FreeBSD.org> | 2009-11-08 08:25:03 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-11-08 08:25:03 +0800 |
commit | 321425536fc55547c70611edfb89e58866c4489f (patch) | |
tree | 94d32dcbb34fc134c16d9e34a9c09784ae70780a /Tools | |
parent | f38419eeb566ee0d5d6ff203aef84cbe6f498b07 (diff) | |
download | freebsd-ports-gnome-321425536fc55547c70611edfb89e58866c4489f.tar.gz freebsd-ports-gnome-321425536fc55547c70611edfb89e58866c4489f.tar.zst freebsd-ports-gnome-321425536fc55547c70611edfb89e58866c4489f.zip |
Remove dead code.
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}" |