aptly-dev / aptly

aptly - Debian repository management tool
https://www.aptly.info/
MIT License
2.55k stars 369 forks source link

multiple time stamped published repos. #1188

Open foster82 opened 1 year ago

foster82 commented 1 year ago

Hi all,

My company is looking to posssibly use aptly to host our internal repos. However i do have a question. Our currently setup requires that some of our servers point to specific dated repo. Is it possible to have multiple published repos based on time stamps ? So that we can point a server to a specific time stamped repo.

Many thanks Jonathan

randombenj commented 1 year ago

You can create snapshots with any kind of name: https://www.aptly.info/doc/aptly/snapshot/

foster82 commented 1 year ago

OK so how many snap shots can i publish at once ? and how do i tell the server to point to s specific snapshot

r4co0n commented 1 year ago

Aptly does not limit the amount of snapshots you can publish, in fact, publishing the same snapshot over and over again should be rather cheap. Similarly, the amount of published snapshots is primarily limited by how many snapshots you can publish, as this is not an instant operation. It is not really a question about "How many publications can I have?", but rather "How often can I afford to republish my publications?".

You seem to think this is a support channel - It is not. Please specify your specific issue with this software, or seek help elsewhere.

P.S.: My experiences with aptly publish operations are without setting -skip-contents, which speeds things up quite a bit, but you end up without Contents-files, if you need those - And I do.