Skip to content

Commit

Permalink
NFCKT-1124 Release Version 1.0.0-11
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelB committed Oct 4, 2024
1 parent 4b0ab4b commit 25f516f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions distributions/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ tar czf ${DPKG_BUILD_PACKAGE}_${DEB_VERSION}.orig.tar.gz ${DPKG_BUILD_PACKAGE}_$
cd deb-package
debuild -us -uc
cd ..
dpkg-sig --sign builder ${DPKG_BUILD_PACKAGE}_${DEB_VERSION}-10_all.deb
# reprepro -V --basedir ~/public_html/apt/ includedeb jammy ere-health_1.0.0-10_all.deb
dpkg-sig --sign builder ${DPKG_BUILD_PACKAGE}_${DEB_VERSION}-11_all.deb
# reprepro -V --basedir ~/public_html/apt/ includedeb jammy ere-health_1.0.0-11_all.deb
# rsync -va /home/manuel/public_html/apt/ [email protected]:/srv/www/vhosts/packages.service-health.de
12 changes: 6 additions & 6 deletions distributions/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ DEB_VERSION="1.0.0"

rm -R ${DPKG_BUILD_PACKAGE}_${DEB_VERSION}
rm ${DPKG_BUILD_PACKAGE}_${DEB_VERSION}.orig.tar.gz
rm ${DPKG_BUILD_PACKAGE}_${DEB_VERSION}-10_amd64.build
rm ${DPKG_BUILD_PACKAGE}_${DEB_VERSION}-10_amd64.buildinfo
rm ${DPKG_BUILD_PACKAGE}_${DEB_VERSION}-10_amd64.changes
rm ${DPKG_BUILD_PACKAGE}_${DEB_VERSION}-10.debian.tar.xz
rm ${DPKG_BUILD_PACKAGE}_${DEB_VERSION}-10.dsc
rm ${DPKG_BUILD_PACKAGE}_${DEB_VERSION}-10_all.deb
rm ${DPKG_BUILD_PACKAGE}_${DEB_VERSION}-11_amd64.build
rm ${DPKG_BUILD_PACKAGE}_${DEB_VERSION}-11_amd64.buildinfo
rm ${DPKG_BUILD_PACKAGE}_${DEB_VERSION}-11_amd64.changes
rm ${DPKG_BUILD_PACKAGE}_${DEB_VERSION}-11.debian.tar.xz
rm ${DPKG_BUILD_PACKAGE}_${DEB_VERSION}-11.dsc
rm ${DPKG_BUILD_PACKAGE}_${DEB_VERSION}-11_all.deb
rm -R deb-package/debian/ere-health
rm -R deb-package/debian/.debhelper
6 changes: 3 additions & 3 deletions distributions/deb-package/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ere-health (1.0.0-10) stable; urgency=low
ere-health (1.0.0-11) stable; urgency=low

* Release Notes: https://incentergy.atlassian.net/wiki/spaces/NFCKT/pages/750518273/Release+Notes+-+E-Rezept+ere.health+-+cardlink.service-health.de-2024-09-12-5b366835+-+Sep+12+14+44
* Release Notes: https://incentergy.atlassian.net/wiki/spaces/NFCKT/pages/793640971/Release+Notes+-+E-Rezept+ere.health+-+cardlink.service-health.de-2024-10-04-4b0ab4bc+-+Oct+04+17+53

-- Manuel Blechschmidt <[email protected]> Thu, 12 Sep 2024 14:52:00 +0000
-- Manuel Blechschmidt <[email protected]> Fri, 04 Oct 2024 17:55:00 +0000
4 changes: 2 additions & 2 deletions distributions/deb-package/debian/files
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ere-health_1.0.0-10_all.deb misc optional
ere-health_1.0.0-10_amd64.buildinfo misc optional
ere-health_1.0.0-11_all.deb misc optional
ere-health_1.0.0-11_amd64.buildinfo misc optional

0 comments on commit 25f516f

Please sign in to comment.