-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to publish to specific local endpoint ? #107
Comments
We're still in a "rebuild" phase (the project was mostly abandoned for the last few years) and documentation is therefore yet to come. What you probably want is something along the following: [[publish."docker/bookworm"]]
gpg-key = "<GPG_KEY>"
skip-contents = true
automatic-update = true
components = "main"
distribution = "bookworm"
[[publish."docker/bookworm".snapshots]]
name = "bookworm-main-%T"
timestamp = "current"
archive-on-update = "archived-bookworm-main-%T" From what I've seen in the codebase (still getting into it) pyaptly doesn't understand/differentiate endpoint/prefix. It just handles it as a string. EDIT: It might be helpful - when snapshots, etc. are already there - to run |
Hello @Melkor333, Thanks for your quick response :) Maybe adding Have a good day ! |
@EvoXCX @Melkor333 I am really rusty with aptly, so I read the pyaptly code and we just statically put Maybe good documentation would be better? |
Actually I confused it. Simply speaking It's just a prefix containing a |
Hello,
I need to setup some repositories, but for some reason I need to publish by example docker mirrors, like this:
Note
Because component stable is in snapshots
docker-bookworm
anddocker-bullseye
, is it considered as duplicate for some packages identically. (Idk why)There is no documentation for the project or to be more precise since docs.adfinis-sygroup.ch stopped, probably.
Can you port documentation on Github ?
Or please, can you help me to configure the local publish endpoint ?
The text was updated successfully, but these errors were encountered: