Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
martok committed Dec 25, 2024
1 parent 6743cd9 commit 622cbfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ logo_icon: icon64.png

github:
release_url: https://github.com/martok/palefill/releases/latest
install_url: https://github.com/martok/palefill/releases/download/v1.28/palefill-1.28.xpi
install_url: https://github.com/martok/palefill/releases/download/v1.28/palefill-1.29.xpi
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>palefill@addons.martoks-place.de</em:id>
<em:version>1.29</em:version>
<em:version>1.30</em:version>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:strictCompatibility>true</em:strictCompatibility>
Expand Down
4 changes: 2 additions & 2 deletions update.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE RDF [
<!ENTITY updateVersion "1.28">
<!ENTITY updateURL "https://github.com/martok/palefill/releases/download/v1.28/palefill-1.28.xpi">
<!ENTITY updateVersion "1.29">
<!ENTITY updateURL "https://github.com/martok/palefill/releases/download/v1.29/palefill-1.29.xpi">
]>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:extension:palefill@addons.martoks-place.de">
Expand Down

3 comments on commit 622cbfb

@rofl0r
Copy link

@rofl0r rofl0r commented on 622cbfb Jan 4, 2025

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.

@martok
Copy link
Owner Author

@martok martok commented on 622cbfb Jan 4, 2025

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.

@rofl0r
Copy link

@rofl0r rofl0r commented on 622cbfb Jan 4, 2025

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.

Please sign in to comment.