[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.2.1-160-g3d45293
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official pacman repository". The branch, master has been updated via 3d4529335c598e79b5a483fedc4c9d5c12ef10f1 (commit) via 1a17249159d2425dfd5103b8699673f72394a385 (commit) via 366adc3bb07f0082c8417e60fe7fc41fff211123 (commit) via 23e3c4852649a8803d049f81a6eab660f036f9cd (commit) via 15b6cecdd5353d1ce8d8a9747ea9e55477ceb3fb (commit) from 8ab106eb9b21263941a4329eb89709f35b2bd178 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3d4529335c598e79b5a483fedc4c9d5c12ef10f1 Author: Allan McRae <allan@archlinux.org> Date: Mon May 18 00:02:17 2015 +1000 libmakepkg: extract functions for source download and extraction Signed-off-by: Allan McRae <allan@archlinux.org> commit 1a17249159d2425dfd5103b8699673f72394a385 Author: Allan McRae <allan@archlinux.org> Date: Sun May 17 22:57:44 2015 +1000 libmakepkg: extract functions for handling source URLs Signed-off-by: Allan McRae <allan@archlinux.org> commit 366adc3bb07f0082c8417e60fe7fc41fff211123 Author: Allan McRae <allan@archlinux.org> Date: Sun May 17 22:48:59 2015 +1000 libmakepkg: fix test style Signed-off-by: Allan McRae <allan@archlinux.org> commit 23e3c4852649a8803d049f81a6eab660f036f9cd Author: Allan McRae <allan@archlinux.org> Date: Wed May 13 15:46:33 2015 +1000 libmakepkg: move more functions for extracting information from PKGBIULDs Signed-off-by: Allan McRae <allan@archlinux.org> commit 15b6cecdd5353d1ce8d8a9747ea9e55477ceb3fb Author: Allan McRae <allan@archlinux.org> Date: Wed May 13 15:44:01 2015 +1000 libmakepkg: extract more utility functions Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: scripts/Makefile.am | 11 +- scripts/libmakepkg/.gitignore | 3 + scripts/libmakepkg/source.sh.in | 113 ++++ scripts/libmakepkg/source/bzr.sh.in | 106 +++ scripts/libmakepkg/source/file.sh.in | 147 +++++ scripts/libmakepkg/source/git.sh.in | 127 ++++ scripts/libmakepkg/source/hg.sh.in | 104 +++ .../{lint_package.sh.in => source/local.sh.in} | 33 +- scripts/libmakepkg/source/svn.sh.in | 93 +++ scripts/libmakepkg/util/message.sh | 2 +- scripts/libmakepkg/util/option.sh | 2 +- scripts/libmakepkg/util/pkgbuild.sh | 47 +- scripts/libmakepkg/util/source.sh.in | 144 +++++ scripts/libmakepkg/util/util.sh | 32 +- scripts/makepkg.sh.in | 718 --------------------- scripts/po/POTFILES.in | 8 + 16 files changed, 949 insertions(+), 741 deletions(-) create mode 100644 scripts/libmakepkg/source.sh.in create mode 100644 scripts/libmakepkg/source/bzr.sh.in create mode 100644 scripts/libmakepkg/source/file.sh.in create mode 100644 scripts/libmakepkg/source/git.sh.in create mode 100644 scripts/libmakepkg/source/hg.sh.in copy scripts/libmakepkg/{lint_package.sh.in => source/local.sh.in} (61%) create mode 100644 scripts/libmakepkg/source/svn.sh.in create mode 100644 scripts/libmakepkg/util/source.sh.in hooks/post-receive -- The official pacman repository
participants (1)
-
allan@archlinux.org