Age | Commit message (Expand) | Author | Files | Lines |
2012-11-27 | makepkg: use last match in BUILDENV/OPTIONS array | Allan McRae | 1 | -2/+3 |
2012-11-27 | repo-add: quote filename for consistent output style | Allan McRae | 1 | -1/+1 |
2012-09-18 | makepkg: fix incorrect bracket usage | Allan McRae | 1 | -1/+1 |
2012-09-18 | makepkg: Add Bazaar VCS support | Gary van der Merwe | 1 | -3/+72 |
2012-09-18 | makepkg: fix order of --help output | Allan McRae | 1 | -1/+1 |
2012-09-18 | makepkg: allow fragment to contain a "#" character | Allan McRae | 1 | -3/+3 |
2012-09-18 | makepkg: always check makepkg.conf for match to download protocol | Allan McRae | 1 | -7/+2 |
2012-09-18 | makepkg: do not embed timestamps in compressed manpages | Allan McRae | 1 | -1/+1 |
2012-09-18 | makepkg: check if hg and svn directories are non-empty before updating | Allan McRae | 1 | -2/+2 |
2012-09-18 | makepkg: do not create hg working directory on checkout | Allan McRae | 1 | -2/+2 |
2012-09-18 | makepkg: Improvements to get_filename: | Gary van der Merwe | 1 | -6/+6 |
2012-09-18 | makepkg: check if $dir is a local clone of the right git repo | Mohammad Alsaleh | 1 | -1/+7 |
2012-09-18 | makepkg: git clone instead of git fetch if $dir exists but empty | Mohammad Alsaleh | 1 | -1/+1 |
2012-09-18 | makepkg: fix warnings with --noextract | Allan McRae | 1 | -9/+1 |
2012-09-18 | makepkg: implement dir_is_empty for dir content checks | Dave Reisner | 1 | -2/+10 |
2012-09-18 | pkgdelta: pass correct args to create_delta | Dave Reisner | 1 | -1/+1 |
2012-08-03 | makepkg: delay checking for build package with pkgver() | Allan McRae | 1 | -46/+57 |
2012-08-03 | makepkg: add hg url support | Allan McRae | 1 | -3/+66 |
2012-08-03 | makepkg: check pkgver validity after updating | Allan McRae | 1 | -9/+25 |
2012-08-03 | makepkg: only update pkgver when all sources are available | Allan McRae | 1 | -1/+1 |
2012-08-03 | makepkg: add --holdver to control VCS source updating | Allan McRae | 1 | -3/+6 |
2012-08-03 | makepkg: do not download VCS sources unless needed | Allan McRae | 1 | -6/+12 |
2012-08-03 | makepkg: rename myver | Allan McRae | 1 | -4/+4 |
2012-08-03 | makepkg: add support for SVN urls | Allan McRae | 1 | -3/+70 |
2012-08-03 | makepkg: provide mechanism for auto-updating pkgver | Allan McRae | 1 | -0/+21 |
2012-08-03 | makepkg: modify get_filepath to handle VCS sources | Allan McRae | 1 | -17/+23 |
2012-08-03 | makepkg: modify get_filename to handle VCS sources | Allan McRae | 1 | -8/+23 |
2012-08-03 | makepkg: fix checksum generation with VCS sources | Allan McRae | 1 | -4/+15 |
2012-08-03 | makepkg: allow using GIT source URLs | Allan McRae | 1 | -0/+85 |
2012-08-03 | makepkg: skip integrity checking early | Allan McRae | 1 | -11/+13 |
2012-08-03 | makepkg: generalize download_sources | Allan McRae | 1 | -45/+67 |
2012-08-03 | makepkg: add function to return download protocol | Allan McRae | 1 | -0/+11 |
2012-08-03 | makepkg: reorder source handling functions | Allan McRae | 1 | -120/+120 |
2012-08-03 | makepkg: remove VCS package support | Allan McRae | 1 | -139/+6 |
2012-08-02 | pacman-key: Use lsign_keys function in --populate | Pierre Schmitz | 1 | -1/+2 |
2012-08-01 | Merge branch 'maint' | Dan McGee | 1 | -1/+0 |
2012-08-01 | Add a function prepare() to PKGBUILD | Enjolras | 1 | -0/+11 |
2012-08-01 | makepkg: remove unnecessary formatting | Allan McRae | 1 | -1/+0 |
2012-08-01 | asdeps flag passed from makepkg to pacman | Daniel Wallace | 1 | -1/+6 |
2012-06-26 | paccache: adopt size_to_human | Dave Reisner | 1 | -0/+2 |
2012-06-26 | scripts/library: add size_to_human | Dave Reisner | 3 | -1/+26 |
2012-06-26 | pkgdelta: use human_to_size to parse --min-pkg-size | Dave Reisner | 1 | -6/+7 |
2012-06-26 | scripts/library: add human_to_size | Dave Reisner | 3 | -1/+61 |
2012-06-26 | repo-add: add checkdepends information | Allan McRae | 2 | -10/+13 |
2012-06-26 | makepkg: install deps with --repackage | Allan McRae | 1 | -3/+3 |
2012-06-26 | Allow wildcards in PURGE_TARGETS to match any type of file except for directo... | Jeremy Huntwork | 1 | -1/+1 |
2012-06-26 | makepkg: allow url to be overridden in split packages | Allan McRae | 1 | -1/+1 |
2012-06-26 | Portability fixes for makepkg | Jeremy Huntwork | 2 | -29/+23 |
2012-06-26 | pkgdelta: add missing --version longopt | Dave Reisner | 1 | -1/+1 |
2012-06-26 | Create repo-remove symlink in scripts dir | Allan McRae | 1 | -5/+7 |