Skip to content

Commit 7a7f12a

Browse files
author
Sébastien Blaisot
committed
Create package target directory
1 parent 5127a11 commit 7a7f12a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ tmp
2222
/debian/*.debhelper
2323
/debian/*.log
2424
/debian/*.substvars
25+
/debian/debhelper-build-stamp
2526
/debian/files
2627
/debian/cozy/
2728
/debian/cozy-stack/

scripts/packaging/buildpackage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ if [ -z "${RELEASE:-}" ]; then
3737
fi
3838
DEBEMAIL="Cozycloud Packaging Team <[email protected]>" dch --create --package cozy-stack --no-auto-nmu --force-distribution -D "${DISTRO}" -v "${EPOCH}:${VERSION}-${RELEASE}~${DISTRO}" --vendor cozy "release ${TAG_DESC} for ${DISTRO}"
3939
dpkg-buildpackage -us -uc -ui -i -I.git -b
40+
[ ! -d packages ] && mkdir packages
4041
mv ../cozy-stack_* packages/
4142
rm -f debian/changelog

0 commit comments

Comments
 (0)