diff options
author | B. Stack <bgstack15@gmail.com> | 2022-01-18 21:04:25 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-01-18 21:04:25 -0500 |
commit | 68f8d890dd67fa1b0d285ad469d17355b9ca33dc (patch) | |
tree | a0fa4b12b59a19a618a1405df410e6cbc9860e3f /scripts/prep-librewolf-dpkg.conf | |
parent | fix typo in var name (diff) | |
download | librewolf-debian-68f8d890dd67fa1b0d285ad469d17355b9ca33dc.tar.gz librewolf-debian-68f8d890dd67fa1b0d285ad469d17355b9ca33dc.tar.bz2 librewolf-debian-68f8d890dd67fa1b0d285ad469d17355b9ca33dc.zip |
attempt 1 for 96.0.1build-96.0.1
Now parse patches.txt for list of patches. Note that we exclude
the xmas.patch because all of its behaviors are already
established in the dpkg.
We cleanup some of the Debian Firefox orig tarball vendored
python libs which are inexplicably out of date.
Now using the Source repo instead of Common as the source of
truth.
Temporarily fix some fuzz in LW remove_addons.patch again.
Diffstat (limited to 'scripts/prep-librewolf-dpkg.conf')
-rw-r--r-- | scripts/prep-librewolf-dpkg.conf | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/scripts/prep-librewolf-dpkg.conf b/scripts/prep-librewolf-dpkg.conf index 97d05e9..434d8dc 100644 --- a/scripts/prep-librewolf-dpkg.conf +++ b/scripts/prep-librewolf-dpkg.conf @@ -4,12 +4,11 @@ # Available options for DISTRO: ubuntu debian DISTRO=${DISTRO:-'debian'} # current version of Firefox package in target distro -distro_firefox_version=${distro_firefox_version:-'95.0.1-1'} +distro_firefox_version=${distro_firefox_version:-'96.0.1-1'} # current version of Firefox, as defined by name of the orig tarball. -firefox_version=${firefox_version:-'95.0.1'} -# Tag for LibreWolf common and linux repos -librewolf_version=${librewolf_version:-'95.0.2-1'} -lw_common_version=${librewolf_version:-'95.0.1-1'} +firefox_version=${firefox_version:-'96.0.1'} +# Tag for LibreWolf linux repo +librewolf_version=${librewolf_version:-'96.0.1-1'} settings_commit=${settings_commit:-'master'} CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)} output_dir=${CI_PROJECT_DIR}/out |