Skip to content
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

rsync-repos doesn't know about delta-indexes #20

Open
AdrianVovk opened this issue Nov 7, 2021 · 0 comments
Open

rsync-repos doesn't know about delta-indexes #20

AdrianVovk opened this issue Nov 7, 2021 · 0 comments

Comments

@AdrianVovk
Copy link

I recently started running into issues with my deltas not being picked up. Turns out that rsync-repos doesn't know about delta-indexes. Once they were enabled on development machine, they wouldn't get pushed up to the release server so I'd need to regenerate the summary on the server to get static deltas to work. Because the delta-indexes were missing, the summary I uploaded referred to deltas that didn't exist, so regenerating the summary fixed the issue.

However, I sign my summary and singing keys are only available on my local development machine (via a smart card). Thus, I'd much rather generate the summary locally and push it.

I currently work around this issue by adding /delta-indexes, /delta-indexes/** to REFS_AND_SUMMARY in my local checkout. This ensures the files get pushed up and the summary I push refers to indexes that exist. However, I don't know if that is the correct place to make the change & it's better for this to be fixed upstream anyway

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant