Skip to content

Commit 9b4d3fd

Browse files
author
gau1991
committed
Merge branch 'release/v3.2.0'
2 parents 9bc11b8 + 7b2e48e commit 9b4d3fd

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

CHANGELOG.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
v 3.2.1 - May 28, 2015
2-
- Fixed ee update branch issue
3-
41
v 3.2.0 - May 28, 2015
52
- Now using openSuse builder to build Nginx package for both Ubuntu and Debian
63
- Minor fixes and improvements

ee/core/variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class EEVariables():
1212
"""Intialization of core variables"""
1313

1414
# EasyEngine version
15-
ee_version = "3.2.1"
15+
ee_version = "3.2.0"
1616

1717
# EasyEngine packages versions
1818
ee_wp_cli = "0.19.1"

install

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fi
4848
# Define variables for later use
4949
ee_branch=$1
5050
readonly ee_version_old="2.2.3"
51-
readonly ee_version_new="3.2.1"
51+
readonly ee_version_new="3.2.0"
5252
readonly ee_log_dir=/var/log/ee/
5353
readonly ee_install_log=/var/log/ee/install.log
5454
readonly ee_linux_distro=$(lsb_release -i | awk '{print $3}')
@@ -294,7 +294,7 @@ function ee_update_latest()
294294
fi
295295
elif [ "$ee_distro_version" == "trusty" ]; then
296296
if [ -f /etc/apt/sources.list.d/rtcamp-nginx-trusty.list ]; then
297-
rm -rf /etc/apt/sources.list.d/rtcamp-trusty-precise.list
297+
rm -rf /etc/apt/sources.list.d/rtcamp-nginx-trusty.list
298298
echo -e "\ndeb http://download.opensuse.org/repositories/home:/rtCamp:/EasyEngine/xUbuntu_14.04/ /" >> /etc/apt/sources.list.d/ee-repo.list
299299
gpg --keyserver "hkp://keys.gnupg.net" --recv-keys '3050AC3CD2AE6F03'
300300
gpg -a --export --armor '3050AC3CD2AE6F03' | apt-key add -
@@ -443,7 +443,7 @@ else
443443
ee_lib_error "Not updating EasyEngine to $ee_version_new, exit status = " 1
444444
fi
445445
else
446-
ee_lib_error "You already have EasyEngine $ee_version_new, exit status = " $? | tee -ai $ee_install_log
446+
ee_lib_error "You already have EasyEngine $ee_version_new, exit status = " 1
447447
fi
448448
fi
449449
ee sync | tee -ai $EE_INSTALL_LOG

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
os.system("git config --global user.email {0}".format(ee_email))
5555

5656
setup(name='ee',
57-
version='3.2.1',
57+
version='3.2.0',
5858
description=long_description,
5959
long_description=long_description,
6060
classifiers=[],

0 commit comments

Comments
 (0)