Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148370404
D49254.1786490680.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
665 B
Referenced Files
None
Subscribers
None
D49254.1786490680.diff
View Options
diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -606,6 +606,7 @@
.else
SOURCE_DATE_EPOCH= ${PKG_TIMESTAMP}
.endif
+PKG_WORKERS_COUNT?= 1
PKG_NAME_PREFIX?= FreeBSD
PKG_MAINTAINER?= re@FreeBSD.org
@@ -2367,7 +2368,8 @@
.if ${PKG_BIN_VERSION} < 11700
printf "packing_format = \"${PKG_FORMAT}\";\n" >> ${WSTAGEDIR}/meta
.endif
- @${PKG_CMD} -o ABI=${PKG_ABI} -o OSVERSION="${SRCRELDATE}" repo \
+ @${PKG_CMD} -o ABI=${PKG_ABI} -o OSVERSION="${SRCRELDATE}" \
+ -o WORKERS_COUNT=${PKG_WORKERS_COUNT} repo \
-m ${WSTAGEDIR}/meta \
-o ${REPODIR}/${PKG_ABI}/${PKG_VERSION} \
${REPODIR}/${PKG_ABI}/${PKG_VERSION} \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 11, 11:24 PM (8 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29397381
Default Alt Text
D49254.1786490680.diff (665 B)
Attached To
Mode
D49254: pkgbase: make pkg repo reproducible
Attached
Detach File
Event Timeline
Log In to Comment