#28 fixes: setup source script
Merged by wiiznokes. Opened by wiiznokes.
fedora-cosmic/ wiiznokes/cosmic-packaging compile-settings  into  main

add a new script to build locally.
Document a bit the srpm script

fix the wget line ? The question is, why this syntax was used ? https://docs.github.com/en/repositories/working-with-files/using-files/downloading-source-code-archives#source-code-archive-urls

Please, note the -e, it will probably make some/every packages fail (maybe because of the ending .git or for other random reasons)

potential reason: wget is needed (like git & cargo)

1 new commit added

  • remove the wget command

edit: i removed the wget command, because it is not needed if we use source0. I'm still not sure where this syntax come from
https://github.com/pop-os/cosmic-settings/archive/%{commit}/cosmic-settings-%{shortcommit}.tar.gz
instead of
https://github.com/pop-os/cosmic-settings/archive/%{commit}.tar.gz

Ok, just found this https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/#_commit_revision

1 new commit added

  • fix local script

1 new commit added

  • fix

1 new commit added

  • Update build_locally.sh

rebased onto f9742b9f772070515362ceeb01223c9e87ef5ca6

rebased onto f9742b9f772070515362ceeb01223c9e87ef5ca6

Pull-Request has been merged by wiiznokes