mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #191] Source tarball incomplete? #82
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @danb35 on GitHub (Oct 20, 2019).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/191
The 0.8 source tarball is 46KB, and extracts into 220KB uncompressed. By comparison, the 0.7.2 source tarball was 16MB, and a
git cloneof this repo is 27MB uncompressed. Is there something missing from the 0.8 tarball, or does thegit clonejust include a lot of unnecessary stuff?@joohoi commented on GitHub (Oct 20, 2019):
There certainly is stuff missing, however - on purpose. Acme-dns was migrated over to Go 1.13 and gomodules in #187 and in the process I nuked the
vendordirectory where all the dependencies were saved. Closing this as resolved, but feel free to let me know you don't agree and we'll reopen the issue.@danb35 commented on GitHub (Oct 21, 2019):
I just thought it was sure to be an error when it was that much smaller than it used to be, but so much the better. I'm having trouble building a RPM from my old .spec file, but I'm green enough that it's probably a different error on my part.