Age | Commit message (Expand) | Author | Files | Lines |
2018-04-29 | libmakepkg/lint_pkgbuild: lint depends/etc. as if they are pkgname | Eli Schwartz | 10 | -82/+308 |
2018-04-29 | libmakepkg/util/pkgbuild.sh: fix missing extglob | Eli Schwartz | 1 | -0/+6 |
2018-03-18 | makepkg --packagelist: fix listing debug packages with makepkg.conf | Eli Schwartz | 1 | -2/+1 |
2018-03-15 | libmakepkg: Add basic rules to lint makepkg.conf variables | Eli Schwartz | 3 | -0/+156 |
2018-03-15 | libmakepkg/integrity: fix regression that broke --install | Eli Schwartz | 1 | -13/+10 |
2018-03-15 | makepkg: avoid false "Signing package(s)" msg when signing is disabled | Eli Schwartz | 1 | -3/+3 |
2018-03-14 | makepkg: refactor checking for write permissions into a utility function | Eli Schwartz | 1 | -0/+17 |
2018-03-14 | Update coyrights for 2018 | Allan McRae | 53 | -53/+53 |
2018-03-14 | Fix linting of whitespace in pkgver | Rikard Falkeborn | 1 | -1/+1 |
2018-03-14 | makepkg --packagelist: just list the built package files we will build | Eli Schwartz | 1 | -7/+5 |
2018-01-10 | Fix moving source files into debug packages | Allan McRae | 1 | -4/+5 |
2018-01-06 | libmakepkg/integrity: fix git signatures not seen with multiple files | Eli Schwartz | 1 | -4/+4 |
2018-01-06 | libmakepkg/integrity: fix regression that broke invalid file sigs | Eli Schwartz | 1 | -0/+2 |
2017-12-07 | makepkg: tell the compiler to record debugging info for debug packages | Eli Schwartz | 1 | -5/+2 |
2017-12-07 | makepkg: Add a config option to specify the location of debug sources | Eli Schwartz | 1 | -1/+1 |
2017-12-07 | makepkg: refactor archive compression for reusability | Eli Schwartz | 1 | -0/+47 |
2017-12-07 | libmakepkg: fix .gitignore to simply ignore all generated .sh files | Eli Schwartz | 1 | -17/+1 |
2017-12-07 | makepkg: implement error codes | Ivy Foster | 1 | -0/+41 |
2017-10-17 | libmakepkg: only output package file names when checking for build references | Allan McRae | 1 | -1/+1 |
2017-09-14 | libmakepkg: grammar fix | Allan McRae | 1 | -1/+1 |
2017-09-13 | libmakepkg: check for invalid tags in git | Eli Schwartz | 1 | -1/+10 |
2017-07-06 | libmakepkg: Fix improperly spelled local variable declaration | Eli Schwartz | 1 | -1/+1 |
2017-07-06 | libmakepkg/integrity: Fix error message not sent to stderr | Eli Schwartz | 1 | -1/+1 |
2017-07-06 | libmakepkg: fix unsanitized source filenames | Eli Schwartz | 1 | -2/+2 |
2017-05-08 | makepkg: create signature files outside of fakeroot | Allan McRae | 1 | -3/+31 |
2017-01-04 | Provide source files for useful debug packages | Allan McRae | 1 | -2/+21 |
2017-01-04 | makepkg: Verify git signatures | Eli Schwartz | 3 | -12/+79 |
2017-01-04 | libmakepkg/integrity: Verify file signatures in a separate function | Eli Schwartz | 1 | -38/+46 |
2017-01-04 | makepkg: warn about dotfiles in package root | Andrew Gregory | 1 | -0/+38 |
2017-01-04 | Update copyright years | Allan McRae | 50 | -50/+50 |
2017-01-04 | makepkg: Disallow forward slashes in pkgver | Steef Hegeman | 1 | -2/+2 |
2016-12-05 | Build a single debug package for all packages from a PKGBUILD | Allan McRae | 1 | -1/+1 |
2016-12-05 | add generated scripts to gitignore | Christian Hesse | 1 | -0/+3 |
2016-12-05 | makepkg: reject packages with newlines in paths | Andrew Gregory | 1 | -0/+42 |
2016-12-05 | makepkg: abort on lint_package errors | Andrew Gregory | 3 | -1/+5 |
2016-12-05 | Revert "[RFC] Provide source files for useful debug packages" | Allan McRae | 1 | -19/+1 |
2016-11-02 | [RFC] Provide source files for useful debug packages | Allan McRae | 1 | -1/+19 |
2016-10-22 | makepkg: print files with refs to $srcdir/$pkgdir | Ivy Foster | 1 | -7/+9 |
2016-10-22 | Use coreutils binaries for checking/generating checksums | Allan McRae | 2 | -9/+4 |
2016-10-22 | makepkg: Move parseopts from library to libmakepkg | Alad Wenter | 1 | -0/+173 |
2016-10-22 | libmakepkg: generate all scripts | Alad Wenter | 3 | -0/+0 |
2016-10-10 | lint_pkgbuild/pkgname: pkgname is not allowed to be empty | Christian Hesse | 1 | -0/+5 |
2016-08-30 | libmakepkg: look for architecture-specific hashes in get_integlist | Jack O'Connor | 1 | -0/+11 |
2016-05-18 | libmakepkg: extract functions for integrity checking | Ashley Whetter | 7 | -1/+568 |
2016-03-28 | libmakepkg: extract functions for writing .SRCINFO files | Ashley Whetter | 2 | -0/+128 |
2016-03-21 | libmakepkg: ensure emptydir find command acts on individual directories | Allan McRae | 1 | -1/+2 |
2016-02-26 | makepkg: Remove upx and optipng support | Allan McRae | 2 | -90/+0 |
2016-02-26 | libmakepkg: fix is_array function | Allan McRae | 1 | -1/+1 |
2016-02-20 | libmakepkg: increase robustness of the detection of array variables | Allan McRae | 2 | -3/+20 |
2016-01-25 | Fix testing of arrays status for arch specific variables | Zuyi Hu | 1 | -1/+1 |