From 8b3a9385d21c0a57f18373b59f943bb4e9ff9a93 Mon Sep 17 00:00:00 2001 From: betateilchen <> Date: Sat, 25 Feb 2017 23:45:49 +0000 Subject: [PATCH] contrib/debianfhemde: scripts updated git-svn-id: https://svn.fhem.de/fhem/trunk@13519 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/debianfhemde/scripts/mkfhemnightly | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) mode change 100755 => 100644 fhem/contrib/debianfhemde/scripts/mkfhemnightly diff --git a/fhem/contrib/debianfhemde/scripts/mkfhemnightly b/fhem/contrib/debianfhemde/scripts/mkfhemnightly old mode 100755 new mode 100644 index 71d7c7b81..ae5494574 --- a/fhem/contrib/debianfhemde/scripts/mkfhemnightly +++ b/fhem/contrib/debianfhemde/scripts/mkfhemnightly @@ -1,5 +1,7 @@ #!/bin/sh # +# $Id$ +# # create nightly build and transfer it to static webspace # (C) 2013-2017 betateilchen # @@ -33,7 +35,7 @@ cp templates/nightly.template nightly.html sed -i s/==MAJOR==/`cat templates/major.shtml`/g nightly.html sed -i s/==MINOR==/`cat templates/nversion.shtml`/g nightly.html mv nightly.html ../debianfhemde/html/ -B + cp templates/manual.template manual.html sed -i s/==MAJOR==/`cat templates/major.shtml`/g manual.html mv manual.html ../debianfhemde/html/ @@ -43,16 +45,17 @@ mv manual.html ../debianfhemde/html/ # cd ~/fhem.svn make deb -mv fhem-5.8.deb ~/debianfhemde/nightly +mv fhem-5.8.deb ~/debianfhemde/nightly/ # create package informations for aptitude # and sign all the stuff # -cd ~/debianfhemde/nightly -apt-ftparchive packages . > Packages -apt-ftparchive release . > Release -gpg --batch --yes --passphrase --output Release.gpg -bas Release +cd ~/debianfhemde/ +apt-ftparchive packages nightly > nightly/Packages +sed -i s/nightly.//g nightly/Packages +apt-ftparchive release nightly > nightly/Release +gpg --batch --yes --passphrase --output nightly/Release.gpg -bas nightly/Release # sync to Amazon S3 Instance #