mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
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,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 New Issue
Block a user