Skip to content

Commit

Permalink
Create package target directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Blaisot committed Oct 16, 2023
1 parent 5127a11 commit 7a7f12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ tmp
/debian/*.debhelper
/debian/*.log
/debian/*.substvars
/debian/debhelper-build-stamp
/debian/files
/debian/cozy/
/debian/cozy-stack/
Expand Down
1 change: 1 addition & 0 deletions scripts/packaging/buildpackage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ if [ -z "${RELEASE:-}" ]; then
fi
DEBEMAIL="Cozycloud Packaging Team <debian@cozycloud.cc>" dch --create --package cozy-stack --no-auto-nmu --force-distribution -D "${DISTRO}" -v "${EPOCH}:${VERSION}-${RELEASE}~${DISTRO}" --vendor cozy "release ${TAG_DESC} for ${DISTRO}"
dpkg-buildpackage -us -uc -ui -i -I.git -b
[ ! -d packages ] && mkdir packages
mv ../cozy-stack_* packages/
rm -f debian/changelog

0 comments on commit 7a7f12a

Please sign in to comment.