-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
Feature/384-generate-checksums-for-component-files #1186
base: master
Are you sure you want to change the base?
Conversation
61f01ad
to
4bcfa21
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1186 +/- ##
==========================================
- Coverage 74.79% 74.78% -0.01%
==========================================
Files 144 144
Lines 16256 16314 +58
==========================================
+ Hits 12158 12201 +43
- Misses 3156 3167 +11
- Partials 942 946 +4 ☔ View full report in Codecov by Sentry. |
@jhonny-oliveira would you mind testing the changes before we merge? |
Given this:
After running:
I got this:
So, the dep11 directory is still missing (target should be similar to: http://nl.archive.ubuntu.com/ubuntu/dists/lunar/main/). Any ideas? Did I miss something? I'm also having trouble building the latest code with the previous debian recipe: https://launchpad.net/~xtradeb/+archive/ubuntu/apps/+sourcefiles/aptly/1.5.0-1~xtradeb1/aptly_1.5.0-1~xtradeb1.debian.tar.xz. But, I will ask you about it in a different thread. |
Any update on this? |
Not really. I hope @btkostner can take a look at this, since I don't actually understand the underlying issue. |
@jhonny-oliveira try using “.aptly/skel” instead of “.aptly/addon”. PR looks good to me. |
Dear @btkostner , I have tried your recommendation without success. Is there anyway we can troubleshoot this in a more interactive way? Discord or any other IM? Thank you! |
Is there some merit in always looking for the relevant publication's skeleton files in a path aquired by joining I would prefer if this was configurable, even if I won't ever touch it. It could be an option you pass to |
4bcfa21
to
2a5db9f
Compare
632c8e7
to
1c3e9c6
Compare
1c3e9c6
to
af5e55a
Compare
af5e55a
to
a8d0fd1
Compare
a8d0fd1
to
9d2623d
Compare
I had to remove "signable: false" (line 399), since that property doesn't exist.
9d2623d
to
0e3bed3
Compare
Fixes #384
This is basically a rebase of #473, which was really out of date, so refer back to that PR for more information.
Requirements
All new code should be covered with tests, documentation should be updated. CI should pass.
Description of the Change
The skel folder mirrors the public folder, so on publish .aptly/skel/dists/maverick/main/dep11/Components-i386.yml.gz will create .aptly/public/dists/maverick/main/dep11/Components-i386.yml.gz or equivalent.
Checklist
AUTHORS