-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
622cbfb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @martok, sorry for using this avenue, but i cant report this issue on palemoon forums due to being unable to create an account there.
since the server thing 2 weeks ago, there are no release tarballs attached anymore to tags in repo.palemoon.org
e.g. here
https://repo.palemoon.org/MoonchildProductions/Pale-moon/releases
and here
https://repo.palemoon.org/MoonchildProductions/UXP/releases
would you be so kind as to report this issue to Moonchild ?
it prevents users from getting to the source without cloning the entire repo.
622cbfb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has to be a new record for the weirdest contact, weirder than an off-topic issue anyway 😂
Reported:
https://forum.palemoon.org/viewtopic.php?f=62&t=31930&p=258416#p258416
This might have been intentional as creating the tarballs ondemand is significant server stress.
If you only need the source, cloning with
--depth=1
and--single-branch
cuts down on the transfer size significantly, to the point where it might be smaller than a tar.gz.622cbfb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! unfortunately git clones, even with depth 1, is not an option for source-based linux distros. a tarball is needed for transparency, reproducability, and archival.