Opened 3 years ago
Closed 3 years ago
#17032 closed bug (fixed)
No nightly images since hrev55185
Reported by: | madmax | Owned by: | nielx |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Sys-Admin | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
It seems the fix is committed in https://github.com/haiku/infrastructure/commit/5403654b933a612f7c75caafcec000b99ca01eb6, though. Maybe it has not been picked up?
Change History (6)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
It seems like the pipeline fix indeed still needs to be applied. I will try to apply once I have gotten a hold of the secrets file.
comment:3 by , 3 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
comment:5 by , 3 years ago
nope! Didn't apply to nightly pipelines. Sorry for the trouble :-)
- | RELEASE=$(git -C haiku-git describe --tags --long | cut -d\- -f1,2 | sed 's/\-/\_/g' | sed 's/\_0//g') if [[ "anyboot" == "anyboot" ]]; then ARTIFACT="haiku-master-$RELEASE-x86_64-anyboot.iso" cp generated.x86_64/haiku-nightly-anyboot.iso images.x86_64/${ARTIFACT} elif [[ "anyboot" == "mmc" ]]; then ARTIFACT="haiku-master-$RELEASE-x86_64-anyboot.image" cp generated.x86_64/haiku-anyboot.image images.x86_64/${ARTIFACT} elif [[ "anyboot" == "raw" ]]; then ARTIFACT="haiku-master-$RELEASE-x86_64-anyboot.image" cp generated.x86_64/haiku-nightly.image images.x86_64/${ARTIFACT} fi + cd images.x86_64 # If nightly; compress build as tightly as possible - if [ "master" == "master" ]]; then - cp haiku-git/ReadMe.md images.x86_64/ReadMe.md - cd images.x86_64 + if [[ "master" == "master" ]]; then + cp ../haiku-git/ReadMe.md ReadMe.md zip -9 haiku-master-$RELEASE-x86_64-anyboot.zip ReadMe.md ${ARTIFACT} rm -f *.md *.image *.iso
comment:6 by , 3 years ago
Milestone: | Unscheduled |
---|---|
Resolution: | → fixed |
Status: | in-progress → closed |
They are back. Thanks @kallisti5.
Note:
See TracTickets
for help on using tickets.
Example output from a recent build: