Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-07fix quoting in Makefile: single quotes don't like line breaksv20220607Erich Eckner
2022-06-07patch out -fcf-protection from makepkg.conf for i486 and i686Erich Eckner
2022-06-07archbuild.in: umount -l left-over mounts inside the to-be-deleted chrootErich Eckner
2022-06-07pentium4 newErich Eckner
2022-06-07arch-nspawn: also parse our mirror layout ↵Erich Eckner
(http[s]://mirror.url/path/$arch/$repo)
2022-06-07makechrootpkg & mkarchroot: init and populate keyringsErich Eckner
We had trouble in the past with not properly initialized keyrings. This change aims at fixing this.
2022-06-07introduce i486 as wellErich Eckner
2022-06-07makechrootpkg: bend to allow running solely namcap via "*-build -- -- ↵Erich Eckner
--verifysource"
2022-06-07archbuild.in: set pacman cache dir to /var/cache/archbuild32 in case of ↵Erich Eckner
non-x86_64-build, so we do not use any-packages from x86_64 mirrors, and cross-mount inside to /var/cache/pacman/pkg
2022-06-07pacman-staging-i686.conf, pacman-testing-i686.conf, ↵Erich Eckner
pacman-staging-with-build-support-i686.conf: reorder repositories and add repo build-support for i686
2022-06-07.gitignore: devtools -> devtools32Erich Eckner
2022-06-07Makefile: devtools -> devtools32 in dist and upload targetsErich Eckner
2022-06-07Revert "Remove i686 support"Luke Shumaker
This reverts commit 7259e7def07a5f6ee04a34db61a87361ad0b5ac7, except for commitpkg.in
2022-06-07generate separate config file for i686 and x86_64Erich Eckner
2022-06-07mkarchroot.in: copy host's /etc/hosts into the chrootErich Eckner
2022-06-07arch-nspawn should use the correct pacman config fileErich Eckner
If arch-nspawn is called with -C, pacman inside the chroot will use the provided configuration file. This should also be the case for $pacconf_cmd and pacman outside the chroot. If arch-nspawn is called without -C, pacman inside the chroot will use $workdir/etc/pacman.conf -- again, $pacconf_cmd and pacman outside the chroot should use that, too. So lets just set $pac_conf in that case. For example, Arch Linux 32 provides separate pacman configurations inside /usr/share/devtools which use /etc/pacman.d/mirrorlist32 as mirrorlist for their build commands (extra-i686-build, etc.). This way, we can build i686 and x86_64 packages on the same x86_64 host with very minimal changes to devtools.
2022-06-07allow PKGEXT to be set from the environmentErich Eckner
2022-02-07Version 2022020720220207Levente Polyak
2022-01-31makepkg.conf: drop -fvar-tracking-assignments flagEvangelos Foutras
According to gcc(1), this flag (like -fvar-tracking) is enabled by default when compiling with optimization and debugging information. As an additional benefit, packages building with the clang compiler will work with the default flags without having to remove this flag due to not being recognized by clang.
2022-01-26make: use gzip option to get reproducible tar dist like GitLabLevente Polyak
2022-01-26Version 2022012620220126Levente Polyak
2022-01-26commitpkg: Implement debug package handlingMorten Linderud
This implements the logic we need to properly figure out debug packages when finding packages we are suppose to upload towards repos.archlinux.org. Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
2022-01-26common: Implement helper functions from dbscriptsMorten Linderud
This implements our current debug package detection logic. Mostly taken from our dbscripts project. Signed-off-by: Morten Linderud <foxboron@archlinux.org> Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
2022-01-26commitpkg: Split signature check into own loopMorten Linderud
This allows us to extend the uploads array without having to duplicate the current signing logic. This doesn't change anything as we still exit on any failed packages. Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
2022-01-26common: implement validity as a functionMorten Linderud
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
2022-01-22checkpkg: set makepkg vars from build root to support none host archsFelix Yan
When building for an architecture different from the host, the correct old package was downloaded as "$copydir"'s pacman was configured with the target CARCH, but checkpkg doesn't know this and tries to search the cache for host CARCH instead, producing the following error: `==> ERROR: tarball not found for package: xxx` This change fixes this by passing the appropriate makepkg config explicitly, so that checkpkg behaves consistently. Co-Authored-by: Levente Polyak <anthraxx@archlinux.org> Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
2021-11-29Version 2021112920211129Levente Polyak
2021-11-28makepkg.conf: enable LTO option by defaultLevente Polyak
Enable link time optimization (LTO) of packages by default by adding the -flto flag. This provides smaller, faster executables/DSOs, and improves GCC diagnostics. This commit implements RFC 0004 https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0004-lto-by-default.rst
2021-11-18makerepropkg: support parallel runs in dedicated namespacesLevente Polyak
This adds proper namespace locking as well to fix screwing up the running makerepropkg process.
2021-11-18makerepropkg: use correct devtools makepkg.conf files from distLevente Polyak
Use the recorded buildtool in order to download the matching dist package and use the appropriate makepkg.conf for reproducing the package. This is required as the flags are not recorded in the BUILDINFO hence we need to provide the matching config that declared those flags.
2021-11-17Revert "Layer gnome-unstable above staging, not testing"Jan Alexander Steffens (heftig)
This reverts commit 3231cf8c364ff0c9473131314baaf6aee4bc9169.
2021-11-16makepkg.conf: Sync with pacman 6.0.1-2: Pass -q as first option to curlEvangelos Foutras
Includes the following hotfix: > upgpkg: pacman 6.0.1-2: makepkg.conf: Pass -q as the first option to curl > > This is needed to disable reading the curlrc config file (if it exists). > > Same change submitted to upstream pacman: > https://lists.archlinux.org/pipermail/pacman-dev/2021-September/025348.html
2021-10-29lddd: Use bash instead of shDavid Runge
lddd.in: As all of the devtools scripts are based on bash, we need to use /bin/bash and not posix sh.
2021-10-29Revert "Use #!/bin/bash instead of #!/bin/sh"David Runge
This reverts commit 594f972666b4823b00041e2888faae30e9aea7a2. We have not received a reply for the relicensing to GPL-3.0-or-later from its author @drizzt, which is why we are removing this commit.
2021-10-29Add GPL-3.0-or-later SPDX identifier to all scriptsDavid Runge
Add the SPDX license identifier GPL-3.0-or-later to the header of all scripts without a specific license and upgrading those that are stated as GPL-2.0 to become GPL-3.0-or-later.
2021-10-29Add license statement to READMEDavid Runge
README.md: Add license statement to README, specifying that devtools is licensed under the terms of the GPL-3.0-or-later.
2021-10-29Add GPL-3.0 license fileDavid Runge
LICENSE: Add GPL-3.0 license.
2021-10-21makechrootpkg: preserve SSH_AUTH_SOCK to support ssh operationsBenjamin Denhartog
This commit introduces the preservation of SSH_AUTH_SOCK within the chroot environment, to support SSH-based operations, such as cloning repositories via SSH.
2021-09-08doc: Add arch-nspawn man pageyoursweetie
2021-09-07Sort man page links in `man 7 devtools`Jelle van der Waa
2021-09-07doc: Add archbuild man pagetsuibin
2021-09-07doc: Add makechrootpkg man pageyoursweetie
2021-09-04Fix CI and switch to GitHub CI (#68)Felix Yan
2021-07-17Drop pacutils:`pacconf` fallbackbartus
As of pacman:5.2 `pacman-conf` obsoletes `pacconf`
2021-07-17feat: support exposing buildtool to aid reproducible builds configsLevente Polyak
This helps to map the correct build tool configs that are required to reproduce a specific package and have the appropriate *FLAGS etc.
2021-07-17makerepropkg: avoid competing redirects into the same makepkg.conf fileLevente Polyak
2021-07-17allow to call setarch with a different value than $CARCHErich Eckner
Introduce setarch-aliases.d/ which gets installed inside /usr/share/devtools. This allows to assign aliases which map one CARCH to a different name which gets provided as argument for setarch. This is necessary on archlinuxarm ("armv6h" -> "armv6l", "armv7h" -> "armv7l") and allows for more fine-grained architectures (e.g. archlinux32 has "i686" and "pentium4", which differ in the required cpu capabilities). Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
2021-07-01zsh-completion: complete makechrootpkg arguments after `*-build --`Chih-Hsuan Yen
2021-06-19pacman.conf: enable ParallelDownloads and NoProgressBarLevente Polyak
The progress bar feature creates noisy log files, especially with parallel downloads. Lets disable the progress bar and instead use parallel downloads.
2021-06-19pacman.conf: enable VerbosePkgLists for easier log consumptionLevente Polyak