CIRCL / AIL-framework

AIL framework - Analysis Information Leak framework. Project moved to https://github.com/ail-project
https://github.com/ail-project/ail-framework
GNU Affero General Public License v3.0
1.3k stars 282 forks source link

Manual upgrade from 1.7 to 2.0 #363

Open xme opened 5 years ago

xme commented 5 years ago

Just a comment about the upgrade from 1.7 to 2.0. It was not possible to upgrade via ./LAUNCH.sh (option 9). Alex suggested to force the version to 1.9 by edition the current_version file. Git sync'd the master branch but no script was triggered:

Current Version: v1.9

v2.0: d937c03ddbbf371ecc8e3f3525a1d31069a5ecb1

git checkout master: Your branch is up-to-date with 'origin/master'.

git pull: Already up-to-date.

I had to go to the "update/2.0" directory and issue manually a ./Update.sh

/x