2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 23:06:05 +00:00

debianfhemde: update

git-svn-id: https://svn.fhem.de/fhem/trunk@13534 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2017-02-26 21:15:32 +00:00
parent 93cd0f7d34
commit 46919ab8be
2 changed files with 8 additions and 3 deletions

View File

@ -1,13 +1,18 @@
#!/bin/sh
#
# $Id$
#
# create nightly build and transfer it to static webspace
# (C) 2013-2017 betateilchen
#
# may be called with optional parameter "quiet"
#
QUIET=$1
clear
echo "#"
echo "# Starting package build"
echo "# Starting FHEM package build"
echo "#"
# remove old version infos
@ -75,7 +80,7 @@ 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
gpg --batch --yes --passphrase-file ~/.gnupg/passphrase.txt --output nightly/Release.gpg -bas nightly/Release
# sync to Amazon S3 Instance
#

View File

@ -6,7 +6,7 @@ apt-ftparchive packages stable > stable/Packages
sed -i s/stable.//g stable/Packages
apt-ftparchive release stable > stable/Release
gpg --batch --yes --passphrase ... --output stable/Release.gpg -bas stable/Release
gpg --batch --yes --passphrase-file ~/.gnupg/passphrase.txt --output stable/Release.gpg -bas stable/Release
cd ~/debianfhemde
aws s3 sync . s3://debian.fhem.de --delete