contrib/debianfhemde: scripts updated
git-svn-id: https://svn.fhem.de/fhem/trunk@13518 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
17
fhem/contrib/debianfhemde/scripts/mkfhemstable
Executable file → Normal file
17
fhem/contrib/debianfhemde/scripts/mkfhemstable
Executable file → Normal file
@@ -1,6 +1,15 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cd ~/debianfhemde/stable
|
# $Id$
|
||||||
apt-ftparchive packages . > Packages
|
|
||||||
apt-ftparchive release . > Release
|
cd ~/debianfhemde/
|
||||||
gpg --batch --yes --passphrase <password> --output Release.gpg -bas Release
|
|
||||||
|
apt-ftparchive packages stable > stable/Packages
|
||||||
|
sed -i s/stable.//g stable/Packages
|
||||||
|
|
||||||
|
apt-ftparchive release stable > stable/Release
|
||||||
|
gpg --batch --yes --passphrase <passphrase> --output stable/Release.gpg -bas stable/Release
|
||||||
|
|
||||||
|
cd ~/debianfhemde
|
||||||
|
aws s3 sync . s3://debian.fhem.de --delete
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user