Difference between revisions of "Dependency Updates"
From GnuCash
(1. Draft) |
(→General Advise: (new)) |
||
Line 1: | Line 1: | ||
If updated versions of our dependencies get released, the Gnucash-on-... projects should be modified to pull the new versions. | If updated versions of our dependencies get released, the Gnucash-on-... projects should be modified to pull the new versions. | ||
+ | ==General Advise== | ||
+ | If you have not set up the respective build environment to '''test your change before submitting''', send a pull request and ask someone to test it for you instead of pushing changes. | ||
==Flatpak== | ==Flatpak== | ||
URLs and SHAs are stored in [https://github.com/Gnucash/gnucash-on-flatpak/blob/master/templates/org.gnucash.GnuCash.json.tpl gnucash-on-flatpak/templates/org.gnucash.GnuCash.json.tpl]. | URLs and SHAs are stored in [https://github.com/Gnucash/gnucash-on-flatpak/blob/master/templates/org.gnucash.GnuCash.json.tpl gnucash-on-flatpak/templates/org.gnucash.GnuCash.json.tpl]. | ||
+ | |||
==Macos== | ==Macos== | ||
==Windows== | ==Windows== |
Revision as of 15:05, 16 August 2019
If updated versions of our dependencies get released, the Gnucash-on-... projects should be modified to pull the new versions.
Contents
General Advise
If you have not set up the respective build environment to test your change before submitting, send a pull request and ask someone to test it for you instead of pushing changes.
Flatpak
URLs and SHAs are stored in gnucash-on-flatpak/templates/org.gnucash.GnuCash.json.tpl.