Manage release-keys

This commit is contained in:
Stefan `Sec` Zehl 2011-08-05 12:59:26 +02:00
parent 1e517d51ed
commit 0fab1cac2e
1 changed files with 12 additions and 0 deletions

View File

@ -15,6 +15,16 @@ if [ -d $TARG ] ; then
exit 1
fi
if [ ! -f SECRETS.release ] ; then
echo Please create a SECRETS.release file
echo containing the release keys.
echo
echo 'Do not commit them!'
exit 1
fi
cp SECRETS.release SECRETS
mkdir $TARG
mkdir $TARG/files
@ -61,3 +71,5 @@ mv l0dable/*.nik $TARG/files/
echo "###"
echo "### Done. Yay!"
echo "###"
git checkout SECRETS