mirror of
https://salsa.debian.org/raspi-team/image-specs
synced 2026-05-30 06:38:09 +02:00
Add buildtime to raspi-image-id in the image itself
When the image was build also determines which package versions got installed in the generated image and could help explain why a user has problems with the downloaded image. Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
This commit is contained in:
@@ -175,4 +175,4 @@ steps:
|
||||
# Create /etc/raspi-image-id to know, from what commit the image was built
|
||||
- chroot: /
|
||||
shell: |
|
||||
echo "image based on revision: __GITCOMMIT__ " > "/etc/raspi-image-id"
|
||||
echo "image based on revision: __GITCOMMIT__ and build on __BUILDTIME__ (UTC)" > "/etc/raspi-image-id"
|
||||
|
||||
Reference in New Issue
Block a user