2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-09 20:57:11 +00:00

: minor update

git-svn-id: https://svn.fhem.de/fhem/trunk@13513 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2017-02-25 14:38:01 +00:00
parent 2246f7bb54
commit 83a85a9903
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ mv fhem-5.8.deb ~/debianfhemde/nightly
cd ~/debianfhemde/nightly
apt-ftparchive packages . > Packages
apt-ftparchive release . > Release
gpg --batch --yes --passphrase anton1142 --output Release.gpg -bas Release
gpg --batch --yes --passphrase <password> --output Release.gpg -bas Release
# sync to Amazon S3 Instance
#

View File

@ -3,4 +3,4 @@
cd ~/debianfhemde/stable
apt-ftparchive packages . > Packages
apt-ftparchive release . > Release
gpg --batch --yes --passphrase anton1142 --output Release.gpg -bas Release
gpg --batch --yes --passphrase <password> --output Release.gpg -bas Release