Switch to 6.8

This commit is contained in:
Solene Rapenne 2020-10-10 22:04:08 +02:00
parent 7413c67f51
commit 3d0f4b9f7f
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ export CVSREADONLYFS=1
# pkgpaths can be passed as parameter to only update specific folders
cd /home/ports
cvs -d /cvs -q up -Pd -A -r OPENBSD_6_7 $*
cvs -d /cvs -q up -Pd -A -r OPENBSD_6_8 $*

View File

@ -12,7 +12,7 @@ rm -f $DESTLIST
# grep only keep ports where the makefile changed
# sed will format display
# awk removes folder categories
cvs -d /cvs rdiff -s -r OPENBSD_6_7_BASE -r OPENBSD_6_7 ports/ 2>/dev/null | \
cvs -d /cvs rdiff -s -r OPENBSD_6_8_BASE -r OPENBSD_6_8 ports/ 2>/dev/null | \
grep -E '/(distinfo|Makefile(.inc)?) ' | \
sed -E 's,^File ports/(.*)/(distinfo|Makefile(.inc)?) .*,\1,' | \
grep -v "^sysutils/firmware" | sort | uniq | \