[haiku-bugs] Re: [Haiku] #17032: No nightly images since hrev55185

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Mon, 28 Jun 2021 14:31:39 -0000

#17032: No nightly images since hrev55185
------------------------+----------------------------
  Reporter:  madmax     |      Owner:  nielx
      Type:  bug        |     Status:  in-progress
  Priority:  normal     |  Milestone:  Unscheduled
 Component:  Sys-Admin  |    Version:  R1/Development
Resolution:             |   Keywords:
Blocked By:             |   Blocking:
  Platform:  All        |
------------------------+----------------------------
Comment (by kallisti5):

 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
 }}}
-- 
Ticket URL: <https://dev.haiku-os.org/ticket/17032#comment:5>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: