You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
Thanks for this amazing repo.
I would like to document some process regarding mutli distro process.
I'm wondering if I understood everything correctly.
Here are my sources :
So the workflow could be something like this :
aptly repo create internal_repo_name_for_trixie -distribution=trixieaptly repo create internal_repo_name_for_bullseye -distribution=bullseyeaptly repo add internal_repo_name_for_trixie wonderfool.dbaptly repo add internal_repo_name_for_bullseye wonderfool.dbThen publishing like this :
aptly publish repo -distribution=trixie -component=main internal_repo_name_for_trixie amazing_endpointaptly publish repo -distribution=bullseye -component=main internal_repo_name_for_bullseye amazing_endpointAny feedback is welcomed
All reactions