index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-03-29 | make: fix faulty install targets | Levente Polyak | |
This fixes a regression introduced in eeb1c0e59ee8a5f7be4a6742ba6689af54e9ac7d | |||
2019-03-28 | sogrep: don't be templated when it is not templated | Eli Schwartz via arch-projects | |
Partition the Makefile targets to only clean configured files, and make the configured files be a subset of the bin programs. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> | |||
2019-03-16 | doc: add man pages for find-{libdeps,libprovides} | Jelle van der Waa | |
Add a simple man page for find-libdeps and find-libprovides. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> | |||
2019-03-13 | doc: add man page for mkarchroot | Jelle van der Waa | |
2019-03-13 | Add sogrep | Sven-Hendrik Haase | |
This is from Eli's dotfiles after he'd cleaned it up but never actually went ahead and made this PR. I figure it's time to add it. | |||
2019-02-24 | remove arch rm as it's not really useful | Jelle van der Waa | |
archrm is a not much more fancy rm -rf and therefore not really useful to ship. | |||
2018-09-09 | doc: Add checkpkg man page | Jelle van der Waa | |
2018-09-09 | doc: Add lddd man page | Jelle van der Waa | |
2018-05-31 | Version 2018053120180531 | Jan Alexander Steffens (heftig) | |
2018-05-29 | update makefile for current version | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2018-03-24 | Remove corepkg symlink | Bartłomiej Piotrowski | |
While still possible with 'commitpkg core', there is a chance it will prevent accidental pushes straight to [core]. | |||
2017-11-08 | Version 2017110820171108 | Bartłomiej Piotrowski | |
2017-11-08 | Remove i686 support | Bartłomiej Piotrowski | |
2017-09-11 | Version 2017091120170911 | Sébastien Luttringer | |
2017-08-13 | Version 2017081320170813 | Jan Alexander Steffens (heftig) | |
2017-07-05 | Add `# shellcheck` directives to quiet shellcheck, add PKGBUILD.proto | Luke Shumaker | |
The added PKGBUILD.proto file is so that shellcheck can know know what to expect that a PKGBUILD sets. | |||
2017-07-05 | Makefile: Add a simple 'check' target that runs shellcheck | Luke Shumaker | |
2017-07-05 | Makefile: m4_changequote([[[, ]]]) to avoid accidental quoting. | Luke Shumaker | |
The default m4 quote characters: `QUOTE' are troublesome, because ` is fairly likely to pop up in a shell script (if not for a subshell, because it is a useful character in comments and user-facing messages). So, this changes it to [[[QUOTE]]], as it is unlikely to see three braces together like that, let alone in unbalanced sets. | |||
2017-07-05 | Makefile: add .DELETE_ON_ERROR: | Luke Shumaker | |
The absence of it was allowing an (m4-produced) syntax error in in a change I had made to be masked. | |||
2017-03-20 | Version 2017032020170320 | Jan Alexander Steffens (heftig) | |
2017-03-04 | Version 2017030420170304 | Jan Alexander Steffens (heftig) | |
2016-05-28 | Version 2016052820160528 | Jan Alexander Steffens (heftig) | |
2016-05-27 | This is 20160527.120160527.1 | 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. | |||
2015-11-29 | Bump version to 2015112920151129 | Evangelos Foutras | |
2015-10-02 | Bump version to 2015100220151002 | Evangelos Foutras | |
2015-06-06 | Bump version to 2015060620150606 | Evangelos Foutras | |
2015-05-14 | Prepare release20150514 | Pierre Schmitz | |
2015-02-28 | prepare 20150228 release20150228 | Dave Reisner | |
2014-12-24 | prepare 20141224 release20141224 | Dave Reisner | |
It's an xmas miracle! | |||
2014-10-24 | prepare release 2014102420141024 | Dave Reisner | |
2014-05-10 | Prepare release20140510 | Pierre Schmitz | |
2013-11-07 | Prepare release20131107 | Pierre Schmitz | |
2013-11-01 | Prepare release | Pierre Schmitz | |