Administration #557

Updated by Alexander Blum about 6 years ago

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

* /Dockerfiles/*/Dockerfile
* apt packages
* curl downloads
* git repositories
* ...
* Pip packages
* ./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/))? [wheel](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