Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136653691
D53796.id166638.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
765 B
Referenced Files
None
Subscribers
None
D53796.id166638.diff
View Options
diff --git a/release/tools/gce.conf b/release/tools/gce.conf
--- a/release/tools/gce.conf
+++ b/release/tools/gce.conf
@@ -98,6 +98,10 @@
# the image.
if [ -e "${DESTDIR}/../ftp/src.txz" ]; then
tar fxJ ${DESTDIR}/../ftp/src.txz -C ${DESTDIR}
+ ( cd ${DESTDIR} && find ./usr/src ) |
+ while read P; do
+ metalog_add_data ${P}
+ done
fi
if [ -e "${DESTDIR}/../ftp/ports.txz" ]; then
tar fxJ ${DESTDIR}/../ftp/ports.txz -C ${DESTDIR}
@@ -108,6 +112,10 @@
DISABLE_VULNERABILITIES=YES \
I_DONT_CARE_IF_MY_BUILDS_TARGET_THE_WRONG_RELEASE=YES
done
+ ( cd ${DESTDIR} && find ./usr/ports ) |
+ while read P; do
+ metalog_add_data ${P}
+ done
fi
## XXX: Verify this is needed. I do not see this requirement
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 19, 6:30 PM (8 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25577697
Default Alt Text
D53796.id166638.diff (765 B)
Attached To
Mode
D53796: GCE: Add /usr/src and /usr/ports to METALOG
Attached
Detach File
Event Timeline
Log In to Comment