aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/updatesnap10
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}"