aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* of course, on ubuntu we need libclang-9-dev, pulling in libclang1-9. wtfohfp2020-03-29
|
* use symlinks-path for libclangohfp2020-03-29
|
* re-add clang-9 againohfp2020-03-29
|
* try full path to libclangohfp2020-03-29
|
* interfere less with what mach bootstrap wants to doohfp2020-03-29
|
* libclang-pathohfp2020-03-29
|
* nope, have to install cbindgen separately it seemsohfp2020-03-29
|
* re-run bootstrapohfp2020-03-29
|
* correct jack dependency: libjack-devohfp2020-03-29
|
* missing dependency: jackdohfp2020-03-29
|
* check if mach bootstrap errors when succeeding?ohfp2020-03-29
|
* specify clang versions; some further script fixes/correctionsohfp2020-03-29
|
* various (hopefully) script fixesohfp2020-03-29
|
* how hard can it be?ohfp2020-03-29
|
* bad c&p fixed (sudo)ohfp2020-03-29
|
* get more output from apt updateohfp2020-03-29
|
* forgot an apt updateohfp2020-03-29
|
* install clang on 16.04ohfp2020-03-29
|
* mozconfig path is elsewhereohfp2020-03-29
|
* bootstrap recreates mozconfig, it seemsohfp2020-03-29
|
* several small script fixesohfp2020-03-29
|
* oh ubuntu..: xz is in xz-utilsohfp2020-03-29
|
* missing dependencyohfp2020-03-28
|
* typos and fix pipeline variable nameohfp2020-03-28
|
* fix var typo in .gitlab-ci.ymlohfp2020-03-28
|
* call things $srcdirohfp2020-03-28
|
* de-Archify some aspects of builds and -scripts; allow to initiate separate ↵ohfp2020-03-28
| | | | steps manually; first attempt to build tarball on ubuntu 16.04
* update eol gnome dependencies for flatpakohfp2020-03-24
|
* remove unused variable from PKGBUILDohfp2020-03-24
|
* update Changelogohfp2020-03-24
|
* enable SearchEngine policy for non-ESR Firefox; remove direct non-policy ↵ohfp2020-03-24
| | | | installation of ublock again
* sometimes, it's the little things..ohfp2020-03-23
|
* skip automatic release for now; #99ohfp2020-03-21
|
* install ublock origin with tarball, #106 2/2ohfp2020-03-21
|
* install ublock origin with PKGBUILD, #106 1/2ohfp2020-03-21
|
* actually modify the script that is used during builds atmohfp2020-03-21
|
* Enable settings by default in Appimage and FlatPakohfp2020-03-15
| | | | | | | | | Crude solution, but this way everything else remains "as is", so once we tackle the issues with the toggle-settings-script not working in all situations and re-introduce it, we can do easier switch to that instead. Fix (partial only) for #105.
* allow addon sideloading; fixes #101ohfp2020-03-15
|
* enable pgo without cross for aarch64 builds, fix #104ohfp2020-03-15
|
* mention current state of build scripts in README.mdohfp2020-03-14
|
* Implement a basic Changelog; fixes #107ohfp2020-03-14
|
* v74.0-2; new release without broken librewolf.cfg, see ac25a5ef in settingsohfp2020-03-10
|
* avoid potential globbing issue with gitlab-releaseohfp2020-03-10
|
* v74.0-1; compress flatpak-repo folders for releaseohfp2020-03-10
|
* bash-ify all build scripts; fixes #79ohfp2020-03-07
|
* slight simplification of gitlab-release partohfp2020-03-07
|
* allow regular arm64 runners for appimage build, so spot instances can be ↵evs-ch2020-03-07
| | | | disabled without waiting for x86_64b to finish
* wrong artifact path; non-existant python docker imageevs-ch2020-03-07
|
* Merge branch 'arch_based_ci' into 'master'ohfp2020-03-06
|\ | | | | | | | | CI/build script rewrite See merge request librewolf-community/browser/linux!7
| * temporarily disable custom config/patches during buildohfp2020-03-06
| | | | | | | | | | Some changes should be discussed before being integrated in the main LibreWolf releases, so they're disabled for the time being.
bgstack15