mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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 changed files with 1 additions and 9 deletions
|
@ -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…
Add table
Reference in a new issue