index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-19 | makechrootpkg: re-add "main" call | Luke Shumaker | |
2017-02-19 | makechrootpkg: tidy | Luke Shumaker | |
2017-02-19 | makechrootpkg: re-indent | Luke Shumaker | |
2017-02-15 | Apply patches from libretools. | Luke Shumaker | |
2017-02-15 | Add a "License:" tag to all code files. | Luke Shumaker | |
2017-01-29 | makechrootpkg: Be recursive when deleting subvolumes. | Luke Shumaker | |
This fixes https://labs.parabola.nu/issues/1201 | |||
2016-06-09 | Merge tag '20160527.1'libretools-20160609 | Luke Shumaker | |
2016-05-27 | This is 20160527.120160527.1 | Sven-Hendrik Haase | |
2016-05-27 | mkarchroot: Manually generate machine-id because nspawn expects it | Sven-Hendrik Haase | |
2016-05-27 | Makefile: change version to 20160527 | Sven-Hendrik Haase | |
2016-05-27 | Use repos.archlinux.org everywhere instead of hostname based domains20160527 | Sven-Hendrik Haase | |
This makes it a lot easier to swap out the host that actually serves the repos in the future. | |||
2016-05-11 | arch-nspawn: add a table of CARCH/setarch overrides (just armv7h->armv7llibretools-20160511 | Luke Shumaker | |
for now) | |||
2016-05-11 | Revert "remove setarch for non-i686 to support qemu-static" since Libretools ↵ | André Fabian Silva Delgado | |
arch-nspawn has the `-s` flag to turn off setarch This reverts commit c3819bb4224622c6d10ab7a3511472f314e026ba. | |||
2016-05-10 | remove setarch for non-i686 to support qemu-static | coadde [Márcio Alexandre Silva Delgado] | |
2016-05-09 | arch-nspawn: two spaces after a periodlibretools-20160510 | Luke Shumaker | |
2016-02-07 | Update bundled pacman and makepkg configuration | Pierre Schmitz | |
2016-02-04 | Merge tag '20151129'libretools-20160208 | Luke Shumaker | |
tag 20151129 | |||
2016-01-09 | makechrootpkg: set builduser's shell to /bin/bash | Evangelos Foutras | |
Having it set to nologin breaks a couple of tests in Git and Python. | |||
2016-01-09 | makechrootpkg: use /build as HOME for the builduser | Levente Polyak | |
This way the HOME dir is writable and no ugly hacks are required in the PKGBUILD if $HOME is accessed (f.e. maven, gradle and also some python tests etc.) | |||
2015-11-29 | Bump version to 2015112920151129 | Evangelos Foutras | |
2015-11-29 | arch-nspawn: preserve systemd-nspawn's stderr | Evangelos Foutras | |
It is passed down to the container when stdin/stdout is not a tty; this is the case when archbuild's output is redirected to a pipe or file. | |||
2015-10-02 | Bump version to 2015100220151002 | Evangelos Foutras | |
2015-10-02 | Sync makepkg.conf files with pacman 4.2.1-4 | Evangelos Foutras | |
2015-09-25 | Layer gnome-unstable above staging, not testing | Jan Alexander Steffens (heftig) | |
2015-06-06 | Reverse the previous commit--passing in makepkg_args as args is better.libretools-20150607 | Luke Shumaker | |
2015-06-06 | makechrootpkg: remove extra arguments to /chrootbuild | Luke Shumaker | |
They have been part of the file itself via %q for a while. | |||
2015-06-06 | Merge branch 'archlinux' | Luke Shumaker | |
2015-06-06 | Bump version to 2015060620150606 | Evangelos Foutras | |
2015-06-06 | makechrootpkg: verify sources before preparing chroot | Evangelos Foutras | |
This is needed in order to use GPG's auto-key-retrieve keyserver option, otherwise the keyring will get copied to the chroot before the required keys are retrieved during 'makepkg --verifysource'. | |||
2015-06-06 | commitpkg: Force unarmored signatures | Johannes Löthberg | |
Pacman cannot handle armored signatures, so force a generation of a binary one using the --no-armor flag. | |||
2015-05-17 | Merge branch 'archlinux'libretools-20150526 | Luke Shumaker | |
2015-05-14 | Prepare release20150514 | Pierre Schmitz | |
2015-05-14 | fix handling of public keyring | Christian Hesse | |
Chances are that pubring.kbx has been created by gpgsm but pubring.gpg is still around with valid data. We do not know what file contains what we need, so just copy both. Signed-off-by: Christian Hesse <mail@eworm.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2015-04-13 | Merge branch 'archlinux' | Luke Shumaker | |
2015-02-28 | prepare 20150228 release20150228 | Dave Reisner | |
2015-02-28 | handle gnupg 2.1.x public keyring | Christian Hesse | |
2015-02-15 | makechrootpkg: keep all function defs together | Dave Reisner | |
2015-01-01 | Merge branch 'archlinux'libretools-20150104 | Luke Shumaker | |
2014-12-24 | prepare 20141224 release20141224 | Dave Reisner | |
It's an xmas miracle! | |||
2014-12-23 | makepkg-*.conf: add VCSCLIENTS definition | Dave Reisner | |
Needed for makepkg 4.2 | |||
2014-11-05 | Merge branch 'archlinux'libretools-20141128 | Luke Shumaker | |
Conflicts: arch-nspawn.in archbuild.in makechrootpkg.in | |||
2014-10-25 | checkpkg: mask errors from lib-provides | Dave Reisner | |
bsdtar doesn't consider it an error when your --include doesn't match anything in the archive, so we're forced to dump stderr to /dev/null here. Fixes: https://bugs.archlinux.org/task/42551 | |||
2014-10-25 | find-libdeps: cleanup some quoting/array concerns | Dave Reisner | |
2014-10-24 | prepare release 2014102420141024 | Dave Reisner | |
2014-10-20 | makechrootpkg: treat makepkg_args as array | Dave Reisner | |
2014-10-20 | makechrootpkg: don't run namcap if makepkg fails | Dave Reisner | |
Fixes a regression introduced by 285a4e94cd, which made namcap a "compile time" option. | |||
2014-10-19 | makechroot: die if we encounter an unexpected option | Dave Reisner | |
2014-10-19 | save and reuse original argv when auto-elevating | Dave Reisner | |
Fixes FS#42277. | |||
2014-10-01 | checkpkg: improve soname checking | Doug Newgard | |
This makes soname checking much more robust and is explicit when a soname change is found. | |||
2014-09-30 | makechrootpkg: make running namcap a "compile time" choice | Dave Reisner | |
We don't need to pass _chrootbuild this information at runtime -- we can just generate the build script to do exactly what we want. |