catay / rrst

Remote Repository Sync Tool
Apache License 2.0
5 stars 1 forks source link

Implement local repository stages #2

Closed catay closed 5 years ago

catay commented 6 years ago

Add a configuration option 'repo_stages' which should be an array defining the different stages.

repo_stages:
  - development
  - acceptance
  - production

New downloaded packages will be downloaded to the local repository in the first stage directory. The tool should make it possible to promote a lower stage to a higher one. It basically comes down to moving packages from one stage to the other.

catay commented 5 years ago

Not relevant anymore with the 0.2.0 release.