Merge branch 'develop' into stable

This commit is contained in:
Pedro Algarvio 2015-02-27 01:39:50 +00:00
commit 1a36092814
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Version 2015.02.15:
Version 2015.02.27:
* Try other tools besides wget when downloading the COPR repo file. Thanks Ronald van
Zantvoort(The-Loeki)
* No need to install packages from the Unstable repository for debian, use backports. Thanks

View file

@ -17,7 +17,7 @@
# CREATED: 10/15/2012 09:49:37 PM WEST
#======================================================================================================================
set -o nounset # Treat unset variables as an error
__ScriptVersion="2015.02.15"
__ScriptVersion="2015.02.27"
__ScriptName="bootstrap-salt.sh"
#======================================================================================================================