Description
Ideally, we would be able to promote packages on artifactory in an automated way (using gitlab CI).
Couple of use cases:
- Promoting pypi package:
- Copy the whl file from pypi-snapshot-local to pypi-release-local
- Promoting debian package:
- Copy a number of files (related to a single release) within the debian-local repository (from testing folder to stable folder)
- Change deb.distribution attribute from "testing" to "stable" for all the copied files
According to @bollenn , the following steps are needed to make this possible:
@bollenn , can you finetune this a bit, and maybe provide links to what is needed?