Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
builder
db-update
master
wdy-wip
Archlinux32 build system
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
build-packages
Age
Commit message (
Collapse
)
Author
2024-08-09
Revert "bin/build-packages: list uploaded logfiles for debug purposes"
Erich Eckner
This reverts commit 9309cfd7523fdb1f7b11137924c3a154915c4f16.
2024-08-09
bin/build-packages: list uploaded logfiles for debug purposes
Erich Eckner
2024-04-12
build-packages: Set GIT_TERMINAL_PROMPT=0
Tasos Sahanidis
2023-06-16
build-support -n <N> should also stop now when do-not-run-build-slave exists
Andreas Baumann
2023-06-16
removed -e in build-packages (-n 0 does the trick already)
Andreas Baumann
2023-06-15
..
Andreas Baumann
2023-06-15
fixed endless looping in build-packages
Andreas Baumann
2023-06-12
forgot getopt (build-packages)
Andreas Baumann
2023-06-12
build-packages: added a -e parameter for endless self-execution
Andreas Baumann
2023-06-11
lock on a file in $tmp_dir
Erich Eckner
* so we can run the script multiple times in parallel without needing to clone the repository
2023-06-11
fix comment
Erich Eckner
2023-06-11
make ping-build-master lock on any file given on the command line
Erich Eckner
2023-06-11
removed single quites in build_command (introduced by ${repository} patch)
Andreas Baumann
2023-06-08
added ${repository} to build_commands (staging-xxx), for newer devtools32
Andreas Baumann
2023-05-24
shallow clone does not work :-(
Erich Eckner
warning: remote HEAD refers to nonexistent ref, unable to checkout fatal: reference is not a tree: 9a167ee2f8b9a0859fbab6cfdc276cf1f272effe ==> ERROR: Failure while creating working copy of gcc git repo Aborting...
2023-05-24
use bash for PKGBUILD parsing instead of sed-hacking the function names
Erich Eckner
2023-05-24
Revert "revert shallow clone of git sources"
Erich Eckner
This reverts commit f026f3947655aa8cb025a9bd04ee0ba567946c03.
2023-05-24
revert shallow clone of git sources
Erich Eckner
* `makepkg --verifysource` does a `git fetch --all -p` * that makes the clone unshallow anyways ...
2023-05-24
fix shallow git clone of sources
Erich Eckner
2023-05-24
cleanup no-more-working option "--diff|d" from bin/build-packages
Erich Eckner
2023-05-23
try to do a shallow clone before building
Erich Eckner
2023-05-23
fix max verifysource_trial
Erich Eckner
2023-05-23
fix source checkout in build-packages
Erich Eckner
* parameters of extract_source_directory were changed, but call was not adapted
2023-05-22
make shellcheck happy
Erich Eckner
2023-05-22
build-packages: do not try to download sources from archlinux - we don't ↵
Erich Eckner
have a repo anymore
2023-05-22
repair build-packages: use the new git layout
Erich Eckner
2023-04-17
bin/build-packages: save the log_file also when success - the package might ↵
Erich Eckner
be broken
2022-12-01
bin/build-packages: import gpg keys from git source repository
Erich Eckner
2022-05-29
avoid password-authentication for ssh
Erich Eckner
2022-05-18
bin/build-packages: new straw :on_x86_64:
Erich Eckner
* this allows to build "any" packages with the x86_64 toolchain * only applicaple with -p (for security reasons)
2022-02-20
bin/build-packages: tell, what packages were expected
Erich Eckner
2021-06-05
make shellcheck happy again
Erich Eckner
2021-03-24
`hostname` -> `uname -n`
Erich Eckner
2021-03-23
bin/build-packages: make shellcheck happy, again
Erich Eckner
2021-02-24
bin/build-packages: remove left-over *.pkg.tar.zst if compression failed
Erich Eckner
2021-02-24
bin/build-packages: try even more compression levels and disable ↵
Erich Eckner
multithreading if the first attempt fails
2021-02-24
bin/build-packages: relax search for log files
Erich Eckner
2021-02-24
bin/build-packages: compress with -19 if --ultra -20 fails
Erich Eckner
2021-02-13
bin/build-packages: recognize more error log locations
Erich Eckner
2021-01-19
bin/build-packages: run namcap if archbuild didn't create a namcap log
Erich Eckner
2020-06-29
bin/build-packages: exit early, if compressing the package fails
Erich Eckner
2020-06-25
bin/build-packages: do not hide errors from `tar -xf`
Erich Eckner
2020-04-11
bin/build-packages: find more log files
Erich Eckner
2020-02-20
bin/build-packages: rename namcap log
Erich Eckner
2020-02-19
bin/build-packages: compress the package in a separate stage - this can even ↵
Erich Eckner
be offloaded to a different machine later
2020-02-13
revert "remove hard-coded package suffixes" commits where they were ↵
Erich Eckner
unappropriate
2020-02-13
bin/build-packages: remove hard-coded package suffixes
Erich Eckner
2020-01-05
bin/build-packages: print warnings if unexpected packages are being removed
Erich Eckner
2020-01-04
bin/build-packages: print list of built packages to stderr iff there could ↵
Erich Eckner
be no packages found for sending to the build master
2020-01-03
bin/build-packages: try to download xz and zst compressed packages for namcap
Erich Eckner
[next]