Skip to content

Commit

Permalink
Update postinst script, point to the new repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrusev committed Dec 20, 2015
1 parent 8771ab8 commit 9c0042d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.2.6 - 20.12.2015
==============

* Rename the repository

2.2.6 - 25.08.2015
==============

Expand Down
2 changes: 1 addition & 1 deletion amonagent/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.2.6'
__version__ = '2.2.7'
2 changes: 1 addition & 1 deletion packaging/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ case "$1" in

curl --insecure --silent --show-error --retry 5 -L https://bootstrap.pypa.io/ez_setup.py -o - | python &> /dev/null
curl --insecure --silent --show-error --retry 5 -L https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py | python &> /dev/null
pip install https://github.com/amonapp/amonagent/archive/master.zip &> /dev/null
pip install https://github.com/amonapp/amonagent-legacy/archive/master.zip &> /dev/null

/etc/init.d/amon-agent restart

Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ chown -R amonagent:amonagent /etc/amonagent

curl --insecure --silent --show-error --retry 5 -L https://bootstrap.pypa.io/ez_setup.py -o - | python &> /dev/null
curl --insecure --silent --show-error --retry 5 -L https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py | python &> /dev/null
pip install https://github.com/amonapp/amonagent/archive/master.zip &> /dev/null
pip install https://github.com/amonapp/amonagent-legacy/archive/master.zip &> /dev/null

/etc/init.d/amon-agent restart

Expand Down

0 comments on commit 9c0042d

Please sign in to comment.