Skip to content

Commit

Permalink
build-recipe-livebuild: publish source tarball
Browse files Browse the repository at this point in the history
Packages are published with their source tarballs so that they can be
reproduced by users, among other reasons.
Publish the livebuild tarball for those same reasons together with the
ISO files.
  • Loading branch information
bluca committed Aug 28, 2018
1 parent ce9653c commit c4341b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-recipe-livebuild
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ recipe_build_livebuild() {
BUILD_SUCCEEDED=true
done
done

# copy recipe source tarball so that it can be published
cp "$BUILD_ROOT/$TOPDIR/SOURCES/$RECIPEFILE" \
"$BUILD_ROOT/$TOPDIR/OTHER/${RECIPEFILE%.livebuild}${buildnum}".livebuild.tar
}

recipe_resultdirs_livebuild() {
Expand Down

0 comments on commit c4341b2

Please sign in to comment.