summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Configure php hooksHEADmasterElan Ruusamäe2023-02-221-0/+15
|
* Hide php versions from poldekElan Ruusamäe2023-02-221-0/+6
|
* Use old rpm compatible digestsElan Ruusamäe2023-02-221-0/+3
|
* Add doc for cleanbuild shell integrationElan Ruusamäe2023-02-221-3/+10
|
* Add code to generate shell aliasElan Ruusamäe2023-02-221-1/+19
|
* Fix have_container seeing dead containersElan Ruusamäe2023-02-221-1/+1
|
* Refactor: Add is_bool helperElan Ruusamäe2023-02-221-1/+5
|
* Update teeboth to report reasonable errorElan Ruusamäe2021-12-121-1/+1
|
* Update to use UID/GID of running user if non-rootElan Ruusamäe2021-12-121-4/+14
|
* Add --exec option to enter containerElan Ruusamäe2021-09-281-1/+14
|
* Enable keep container by defaultElan Ruusamäe2021-09-281-3/+5
|
* Update CI to use extends rather YAML anchorsElan Ruusamäe2021-08-291-7/+7
|
* Enable DOCKER_BUILDKIT=1 variable for CIElan Ruusamäe2021-08-291-0/+2
|
* Fix docker exec for rpm-build-tools initializeElan Ruusamäe2021-08-291-1/+1
|
* Use package dir as container initial workdirElan Ruusamäe2021-08-291-7/+8
|
* Handle ctrl+c for build processElan Ruusamäe2021-08-291-0/+5
|
* Add support to re-use container with --keep-containerElan Ruusamäe2021-08-291-9/+22
|
* Use build cache to speedup local docker image rebuildsElan Ruusamäe2021-08-292-11/+23
|
* Install ca-certificates for builder wgetElan Ruusamäe2021-08-291-0/+1
|
* Fetch git tag from containerElan Ruusamäe2021-08-241-1/+3
| | | | This avoids permisson issues when mixing users
* Install rpm-getdeps for builder scriptElan Ruusamäe2021-08-241-0/+1
|
* Fix permission of builder homedirElan Ruusamäe2021-08-241-1/+1
|
* Install findutils manually because poldek/rpm fail themselvesElan Ruusamäe2021-08-151-0/+1
| | | | https://gitlab.com/pld-linux/cleanbuild/-/jobs/1504316849
* Ensure writable permissions for rpm/RPMSElan Ruusamäe2021-04-011-1/+1
|
* Run poldek with terminal for poldek colorsElan Ruusamäe2021-03-101-1/+1
| | | | | Poldek does not support enforcing that by itself: - https://github.com/poldek-pm/poldek/issues/21
* Fix multiple --with/--without parametersElan Ruusamäe2021-03-101-2/+2
|
* Add verbosity to build output what script is doingElan Ruusamäe2021-03-101-13/+25
|
* Use common die()Elan Ruusamäe2021-03-101-4/+4
|
* Create container with docker-composeElan Ruusamäe2021-03-103-11/+23
| | | | | Using docker compose is more easier to do overrides using docker-compose.override.yml file.
* Fix path to addbrElan Ruusamäe2021-03-051-1/+1
| | | | Was broken after 60ca295
* Force binutils version of "ar"Elan Ruusamäe2021-02-151-0/+1
|
* Sort package listElan Ruusamäe2021-02-151-1/+9
|
* Use docker buildkit for parallel buildsElan Ruusamäe2020-11-301-0/+2
|
* Add alternative poldek --up rule to sudoersElan Ruusamäe2020-11-301-2/+3
|
* Move scripts to binElan Ruusamäe2020-11-3012-13/+13
| | | | Keep less clutter in root dir
* Update to new poldek commandlineElan Ruusamäe2020-08-031-0/+3
|
* Fix pwdutils package removalElan Ruusamäe2020-08-031-1/+1
|
* There's no -q switch to killElan Ruusamäe2020-04-301-1/+1
|
* Add instructions how to cleanup docker imagesElan Ruusamäe2020-04-301-0/+8
|
* Use markdown for documentationElan Ruusamäe2020-04-304-57/+63
|
* Add cleanbuild=package_name labelElan Ruusamäe2019-10-131-0/+1
| | | | | | This allows filtering containers buy label: $ docker ps -f label=cleanbuild
* add --with/--without to docker variantElan Ruusamäe2019-02-021-4/+17
|
* add --keep-container optionElan Ruusamäe2019-01-231-2/+6
|
* use tmpfs=0 to disable tmpfsElan Ruusamäe2019-01-221-1/+1
|
* add --tmpfs=2G to specicify size of build tmpfs sizeElan Ruusamäe2018-12-311-4/+33
|
* add no tmpfs commandline optionElan Ruusamäe2018-12-311-2/+6
|
* cleanbuild-docker: add tracing optionElan Ruusamäe2018-12-311-2/+6
|
* add --network option to docker builderElan Ruusamäe2018-12-311-2/+6
|
* cleanbuild-docker: refactor to use functionsElan Ruusamäe2018-12-311-78/+123
|
* builder: disable parallel buildElan Ruusamäe2018-12-311-0/+3
| | | | some packages (bcc-bpf) take too much memory when linking