index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-12 | Version 2022101220221012 | Levente Polyak | |
2022-10-02 | Version 2022100220221002 | Levente Polyak | |
2022-09-01 | make: declare lib files as build dependencies for bash src scripts | Levente Polyak | |
2022-06-22 | make: split out man page files into doc/man folder | Levente Polyak | |
2022-06-22 | make: use GEN message for all generated content | Levente Polyak | |
2022-06-22 | cleanup: move PKGBUILD.proto to contrib folder | Levente Polyak | |
2022-06-22 | make: automatically collect man pages via wildcard | Levente Polyak | |
2022-06-22 | make: split out source files into src folder | Levente Polyak | |
2022-06-22 | make: split out config files into conf directory | Levente Polyak | |
2022-06-22 | make: split out completion scripts from root worktree | Levente Polyak | |
2022-06-22 | make: properly handle build target prerequisites | Levente Polyak | |
- Use wildcard for the lib directory for all binprogs - Fix individual man page prerequisites for asciidoc.conf and footer - Require all as prerequisite for the install target | |||
2022-06-22 | make: use build dir as target instead of polluting root workdir | Levente Polyak | |
This introduces a BUILDDIR make variable that is used as the target directory. This gives us more flexibility and easier control of a none dirty worktree by not polluting the main workdirs. | |||
2022-06-22 | Version 2022062120220621 | Levente Polyak | |
2022-06-20 | Version 2022062020220620 | Levente Polyak | |
2022-06-10 | Add x86_64_v3 builders | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2022-06-09 | Version 2022060920220609 | Levente Polyak | |
2022-06-09 | Export source PGPs from PKGBUILD on commit | Allan McRae | |
Provide a tool to export keys listed in the PKGBUILDs validpgpkeys to keys/pgp/$fingerprint.asc. The presense of the "keys" directory alongside the PKGBUILD in trunk/ is tested during commitpkg. If the directory is abscent, keys are exported and added to the commit. If the directory is present, a check is made to ensure all valid PGP keys are provided. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2022-05-17 | diffpkg - diff repo vs. build package | Jelle van der Waa | |
Include a new tool as alternative to checkpkg, this runs diffoscope on a newly build package and the current repository package. This can be useful for finding new files / binaries. | |||
2022-05-17 | make: respect PREFIX for bash completion instead of hardcoded /usr | Levente Polyak | |
2022-05-17 | make: remove bash completion symlinks on uninstall | Levente Polyak | |
2022-02-07 | Version 2022020720220207 | Levente Polyak | |
2022-01-26 | make: use gzip option to get reproducible tar dist like GitLab | Levente Polyak | |
2022-01-26 | Version 2022012620220126 | Levente Polyak | |
2021-11-29 | Version 2021112920211129 | Levente Polyak | |
2021-11-18 | makerepropkg: use correct devtools makepkg.conf files from dist | Levente 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-09-08 | doc: Add arch-nspawn man page | yoursweetie | |
2021-09-07 | doc: Add archbuild man page | tsuibin | |
2021-09-07 | doc: Add makechrootpkg man page | yoursweetie | |
2021-07-17 | feat: support exposing buildtool to aid reproducible builds configs | Levente 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-17 | allow to call setarch with a different value than $CARCH | Erich 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-02-02 | Version 2021020220210202 | Levente Polyak | |
2021-01-26 | doc: add devtools.7 man page | Jelle van der Waa | |
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> | |||
2020-04-07 | Version 2020040720200407 | Levente Polyak | |
2020-02-13 | Version 2020021320200213 | Levente Polyak | |
2020-02-10 | offload-build: convert to in-prog so we can perform pre-processing | Levente Polyak | |
2019-12-27 | Version 2019122720191227 | Levente Polyak | |
2019-12-12 | Version 2019121220191212 | Levente Polyak | |
2019-11-30 | Version 2019113020191130 | Levente Polyak | |
2019-11-30 | doc: add manpage for the new makerepropkg tool | Eli Schwartz | |
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> | |||
2019-11-30 | makerepropkg: add new program to try to reproducibly build a package | Eli Schwartz | |
This attempts to recreate a package that was probably created using makechrootpkg, and see if it conforms to the https://reproducible-builds.org/ specification. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> | |||
2019-11-07 | Makefile: sort program names | Eli Schwartz | |
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2019-10-16 | Version 2019101620191016 | Levente Polyak | |
2019-09-28 | zsh_completion: add sogrep completions | Levente Polyak | |
Transform sogrep into an in-prog so we can benefit from the m4 macro to specify valid repos in a single place of truth. Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2019-09-28 | make: add target to tag a new version | Levente Polyak | |
Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2019-09-12 | Version 2019091220190912 | Levente Polyak | |
2019-08-21 | Version 2019082120190821 | Levente Polyak | |
2019-08-09 | Makefile: don't inject DESTDIR into the pkgdatadir | Eli Schwartz | |
In commit 46c4def0733a78ce08702d188e3e1a141fb07316, we added support for nonstandard PREFIX installations, but DESTDIR was and is never supposed to be a part of that. While DESTDIR isn't terribly likely to be used during `make all` invocations, that's no reason to break horribly if it is used for some reason. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2019-06-12 | doc: add manpage for the new offload-build tool | Eli Schwartz via arch-projects | |
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> | |||
2019-06-12 | Add new tool: offload-build | Eli Schwartz via arch-projects | |
This tool is useful for running makechrootpkg on a remote build server, and is by default hooked up to send a PKGBUILD and initiate a build on our shiny new build server "dragon". Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> | |||
2019-03-29 | Version 2019032920190329 | Levente Polyak | |