aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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.
| * re-add gitlab-release stageohfp2020-03-06
| |
| * Partial rewrite of build processohfp2020-03-06
|/ | | | | | | | | | Switching to an Arch based build process for easier maintenance and using specific runners for tasks where that might be necessary. Right now, parent/child pipelines for somewhat parallel builds for different architectures / semi-independent pak-builds don't seem to properly work yet due to `trigger:` not being recognized when it should, so that's not yet implemented.
* fix appimage buildBeatLink2019-08-24
|
* fix flatpak buildBeatLink2019-08-24
|
* make tar verboseBeatLink2019-08-24
|
* remove repository folder lineBeatLink2019-08-24
|
* fix appimage buildBeatLink2019-08-24
|
* fix appimage buildBeatLink2019-08-18
|
* fix scriptBeatLink2019-08-18
|
* fix buildBeatLink2019-08-17
|
* fix scriptBeatLink2019-08-17
|
* fix build dependencyBeatLink2019-08-17
|
* fix scriptBeatLink2019-08-16
|
* fix scriptBeatLink2019-08-16
|
* update scriptsBeatLink2019-08-16
|
* update CI/CDBeatLink2019-08-16
|
* Add license extensionBeatLink2019-08-16
|
* move linux files to top levelBeatLink2019-08-16
|
* Move other platforms to own repoBeatLink2019-08-16
|
* fix ci/cdBeatLink2019-08-16
|
* Move branding and settings to seperate repos and move browser to top levelBeatLink2019-08-16
|
* move toggle settings folder to linux scriptBeatLink2019-08-16
|
bgstack15