Set INDEX_PRISTINE and INDEX_QUIET to catch up to new index build

variables.
This commit is contained in:
Kris Kennaway 2004-04-02 07:43:43 +00:00
parent 975294508d
commit b318dd2a1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105952

View file

@ -1,9 +1,11 @@
#!/bin/sh
# usage: $0 arch branch
# -j# to make index
# XXX corrupts index file because of lack of synchronization?
#INDEXJOBS=1
# Don't want to pick up bento customizations
INDEX_PRISTINE=1
# Don't give luser advice if it fails
INDEX_QUIET=1
pb=/var/portbuild
arch=$1