Administration #557

Updated by Alexander Blum almost 6 years ago

Before we start test phase one, we should update all packages, test them and pinpoint them to the new version:

* Dockerfiles /Dockerfiles/*/Dockerfile
* api
apt packages
* ~~apt packages~~
*
curl downloads
* ~~git repositories~~
* ~~pip packages~~

* tryton
* ~~apt packages~~
* ~~curl downloads~~
* ~~git repositories~~
* pip packages
* processing
* ~~apt packages~~
* ~~curl downloads~~
*
git repositories

* pip packages ...
* Pip packages
* ./ado/etc/requirements-*.txt ./ado/etc/reqiuirements-*.txt
* collection_society.portal(.repertoire)/setup.py
* Replace egg by [wheel](https://packaging.python.org/discussions/wheel-vs-egg/) (see also [here](https://packaging.python.org/discussions/wheel-vs-egg/))?

* Portal libraries
* jQuery
* Bootstrap
* jQuery-Fileupload

The code should then be published:

* Check files, bump version
* README, LICENSE-*, COPYRIGHT, CHANGELOG, ...
* setup.py (classifiers, version, description, author, url, license, ...)
* ...
* Publish = merge to master
* signed commit

Back