Age | Commit message (Expand) | Author | Files | Lines |
2014-12-28 | Merge branch 'maint' | Allan McRae | 1 | -3/+4 |
2014-12-28 | Fix .SRCINFO output with architecture specific fields | Allan McRae | 1 | -3/+4 |
2014-12-27 | makepkg: print the name of the source array being checked | Dave Reisner | 1 | -4/+5 |
2014-12-27 | makepkg: call out the source array(s) missing checksums | Dave Reisner | 1 | -1/+1 |
2014-12-27 | makepkg: fix typo in dep array name | Dave Reisner | 1 | -1/+1 |
2014-12-24 | makepkg: properly correlate checksums for multiple sources | Dave Reisner | 1 | -19/+13 |
2014-12-24 | pacman-db-upgrade: set umask 022 | Peter Wu | 1 | -0/+3 |
2014-12-24 | makepkg: download sources for all architectures when making source package | Allan McRae | 1 | -1/+1 |
2014-12-24 | pacman-db-upgrade: be more verbose | Allan McRae | 1 | -2/+2 |
2014-12-22 | makepkg-template: Remove unused printf format string | Florian Pritz | 1 | -1/+1 |
2014-12-22 | Check architecture specific fields for VCS support | Allan McRae | 1 | -3/+13 |
2014-12-21 | Fix double spaces in "Running %s as root is not allowed" message | Timothy Redaelli | 1 | -1/+1 |
2014-12-19 | Update translations from transifex | Allan McRae | 42 | -6565/+11517 |
2014-12-18 | makepkg: correctly add changelog files | Dave Reisner | 1 | -1/+1 |
2014-11-26 | pacman-db-upgrade: fix issue with find argument list length overflow | Allan McRae | 1 | -1/+4 |
2014-11-21 | pacman-key: compatibility with gnupg-2.1 | Tobias Powalowski | 1 | -0/+1 |
2014-11-19 | Fix translation error and remove empty po files | Allan McRae | 5 | -7092/+0 |
2014-11-18 | Update po files to send to Transifex | Allan McRae | 38 | -5660/+32673 |
2014-11-18 | Pull translation updates from Transifex | Allan McRae | 41 | -6869/+9442 |
2014-11-18 | makepkg: symlink files in noextract into $srcdir | Allan McRae | 1 | -5/+6 |
2014-11-17 | makepkg: svn: update existing sources in srcdir without removing them first. | Lukáš Jirkovský | 1 | -5/+1 |
2014-11-17 | makepkg: only strip vcs prefixes from front of url | Andrew Gregory | 1 | -4/+4 |
2014-11-17 | makepkg: do not strip bzr+ from bzr+ssh urls | Andrew Gregory | 1 | -1/+3 |
2014-11-17 | makepkg: bzr: update existing sources in srcdir without removing them first. | Allan McRae | 1 | -5/+11 |
2014-11-09 | makepkg: hg: update existing sources in srcdir without removing them first. | Lukáš Jirkovský | 1 | -4/+10 |
2014-11-09 | makepkg: checkout a revision specified in SVN fragment in download_svn. | Lukáš Jirkovský | 1 | -28/+15 |
2014-11-09 | makepkg: git: update existing sources in srcdir without removing them first. | Lukáš Jirkovský | 1 | -5/+14 |
2014-11-09 | makepkg: improve stripping pkgdesc of whitespace for .PKGINFO | Allan McRae | 1 | -1/+6 |
2014-11-09 | makepkg: introduce .SRCINFO files for source packages | Dave Reisner | 1 | -1/+98 |
2014-11-09 | makepkg: simplify epoch handling | Dave Reisner | 1 | -3/+1 |
2014-11-09 | makepkg: ignore empty global attributes in extraction | Dave Reisner | 1 | -1/+1 |
2014-11-04 | pacman-db-upgrade: fix --config option typo | Andrew Gregory | 1 | -1/+1 |
2014-10-19 | makepkg: always look for sources in source=() | Dave Reisner | 1 | -3/+3 |
2014-10-13 | makepkg: reorder args to pkgbuild_get_attribute for consistency | Dave Reisner | 1 | -5/+5 |
2014-10-13 | makepkg: simplify attr matching in extract_function_var | Dave Reisner | 1 | -3/+3 |
2014-10-13 | makepkg: show full fingerprint on pgp failure | Dave Reisner | 1 | -2/+2 |
2014-10-13 | Revert "makepkg: allow less than the full fingerprint in validpgpkeys" | Dave Reisner | 1 | -20/+1 |
2014-10-06 | pacman-db-upgrade: do not mangle file lists | Andrew Gregory | 1 | -7/+22 |
2014-09-30 | makepkg: allow less than the full fingerprint in validpgpkeys | Dave Reisner | 1 | -1/+20 |
2014-09-30 | makepkg: move negation in inequality comparisons | Dave Reisner | 1 | -5/+5 |
2014-09-30 | makepkg: abort if we can't add install/changelog to package | Dave Reisner | 1 | -1/+4 |
2014-09-30 | PKGBUILD: add support for arch-specific sources | Dave Reisner | 1 | -35/+147 |
2014-09-30 | makepkg: break out checksum generation to its own function | Dave Reisner | 1 | -32/+41 |
2014-09-30 | makepkg: break out check_checksums to reasonably sized functions | Dave Reisner | 1 | -41/+54 |
2014-09-23 | makepkg: disallow values of 'arch' which might be problematic | Dave Reisner | 1 | -3/+11 |
2014-09-23 | makepkg: let --source imply --ignorearch | Dave Reisner | 1 | -4/+10 |
2014-09-23 | makepkg: use correct terminology | Dave Reisner | 1 | -1/+1 |
2014-09-23 | replace --reference on chmod/chown commands | Wolfgang Bumiller | 2 | -2/+4 |
2014-09-23 | Extend database upgrade script to handle alpm db version 9 | Andrew Gregory | 1 | -10/+86 |
2014-09-16 | pacman-db-upgrade: use pacman-style options | Andrew Gregory | 2 | -21/+53 |