mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Remove dead code.
This commit is contained in:
parent
50b2db3470
commit
4d6a33b6fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243951
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user