Age | Commit message (Expand) | Author | Files | Lines |
2015-06-20 | repo-add: Reject armored signatures | Johannes Löthberg | 1 | -0/+4 |
2015-06-20 | makepkg: Add flag for printing SRCINFO to stdout | Johannes Löthberg | 2 | -1/+11 |
2015-06-20 | repo-add: Generate unarmored DB signature | Johannes Löthberg | 1 | -1/+1 |
2015-06-20 | util.c: table_display: Fix incorrect docstring | Johannes Löthberg | 1 | -1/+0 |
2015-06-20 | makepkg-template.1: Clarify which file version-less markers use | Wieland Hoffmann | 1 | -2/+2 |
2015-05-19 | libmakepkg: extract functions for source download and extraction | Allan McRae | 11 | -524/+749 |
2015-05-19 | libmakepkg: extract functions for handling source URLs | Allan McRae | 5 | -120/+148 |
2015-05-19 | libmakepkg: fix test style | Allan McRae | 2 | -2/+2 |
2015-05-19 | libmakepkg: move more functions for extracting information from PKGBIULDs | Allan McRae | 2 | -46/+46 |
2015-05-19 | libmakepkg: extract more utility functions | Allan McRae | 2 | -31/+31 |
2015-05-16 | libmakepkg: extract get_full_version and get_pkg_arch | Allan McRae | 2 | -35/+35 |
2015-05-16 | Simplify libmakepkg .gitignore | Allan McRae | 1 | -11/+2 |
2015-05-16 | makepkg: put further restrictions on pkgbase | Allan McRae | 2 | -2/+13 |
2015-05-16 | makepkg: merge validate_pkgver into check_pkgver | Allan McRae | 2 | -9/+5 |
2015-05-16 | libmakepkg: extract PKGBUILD linting functions | Allan McRae | 21 | -333/+874 |
2015-05-16 | libmakepkg: extract in_array | Allan McRae | 4 | -16/+41 |
2015-05-16 | libmakepkg: move functions for extracting pkgbuild attributes | Allan McRae | 3 | -106/+130 |
2015-05-12 | libalpm: Do a sanity check before manipulating final DB URL | David Macek | 1 | -4/+11 |
2015-05-12 | Fix comment in alpm_db_update | David Macek | 1 | -1/+1 |
2015-05-12 | libmakepkg: fix test bracket style | Allan McRae | 14 | -14/+14 |
2015-05-12 | alpm_logaction: implement documented return value | Andrew Gregory | 1 | -8/+16 |
2015-05-12 | alpm_logaction: allow falling back to syslog | Andrew Gregory | 1 | -1/+1 |
2015-05-12 | alpm_logaction: check logfile before opening | Andrew Gregory | 1 | -1/+1 |
2015-05-12 | merge _alpm_logaction into alpm_logaction | Andrew Gregory | 3 | -54/+29 |
2015-05-12 | makepkg: Empty/create only $pkgdir's relevant to current PKGBUILD | David Macek | 1 | -2/+5 |
2015-05-12 | Fix compilation if libarchive headers are not in standard location | Charles Duffy | 2 | -2/+4 |
2015-05-12 | makepkg-template: support multiple --template-dirs | Dominik Fischer | 14 | -21/+80 |
2015-05-12 | pacsort: fix warning about signed overflow potential during comparison. | Andrew Gregory | 1 | -1/+1 |
2015-05-12 | Silence warning from clang | Allan McRae | 1 | -1/+1 |
2015-05-12 | Pluralize callback string | Allan McRae | 1 | -2/+3 |
2015-05-12 | Update source URL | Allan McRae | 1 | -1/+1 |
2015-03-26 | close stdin before running install scripts | Andrew Gregory | 1 | -0/+1 |
2015-03-26 | be_package: fallback to standard filelist loading | Andrew Gregory | 1 | -15/+22 |
2015-03-26 | add_entry_to_files_list: pass filelist directly | Andrew Gregory | 1 | -8/+9 |
2015-03-26 | Add makepkg option --packagelist | Ivy Foster | 2 | -3/+28 |
2015-03-26 | repo-add: merge desc and depends files | Allan McRae | 1 | -7/+3 |
2015-03-26 | makepkg: write validpgpkeys to .SRCINFO | Allan McRae | 1 | -1/+1 |
2015-03-26 | PKGBUILD.5: have epoch directly following pkgver/pkgrel | Allan McRae | 1 | -5/+5 |
2015-03-26 | update repo-add documentation for removal of -f flag | Allan McRae | 1 | -15/+7 |
2015-03-26 | Always create files database | Allan McRae | 1 | -102/+153 |
2015-03-26 | repo-add: remove duplication finding old package details | Allan McRae | 1 | -9/+1 |
2015-03-26 | repo-add: check early for xdelta if it is needed | Allan McRae | 1 | -4/+24 |
2015-03-26 | repo-add: only update database if entire command succeeded | Allan McRae | 1 | -4/+4 |
2015-03-26 | repo-add: move database creation into its own function | Allan McRae | 1 | -20/+22 |
2015-03-26 | repo-add: move database rotation into its own function | Allan McRae | 1 | -30/+37 |
2015-03-26 | Merge branch 'maint' | Allan McRae | 2 | -6/+3 |
2015-03-26 | Make get_pkg_arch treat arch as an array | Ivy Foster | 1 | -1/+1 |
2015-03-26 | Update PKGBUILD-split.proto allowed overrides | Allan McRae | 1 | -3/+0 |
2015-03-26 | fix source package signing with SRCPKGDIR set | Christian Hesse | 1 | -2/+2 |
2015-03-15 | Actually return the error value of check_db_local | Charles Pigott | 1 | -1/+1 |