Set INDEX_PRISTINE and INDEX_QUIET to catch up to new index build
variables.
This commit is contained in:
parent
975294508d
commit
b318dd2a1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105952
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue