pacman/scripts
Evangelos Foutras c034a3322b makepkg: do not run prepare() with --noextract
This is partial revert of 8454daa7fe (makepkg: run pkgver() and
prepare() with --noextract).

Reasoning for the reversion (copied from FS#43498):

    Running prepare() when --noextract is used no longer allows running
    'makepkg -o && makepkg -e' with any PKGBUILD that applies patches in
    prepare(). [1]

    Sure there's --noprepare which restores the old behavior, but that's
    a lot of extra typing for what I believe is a much more common use
    of --noextract.

    For OP's use case of doing git bisects, you can specify the commit
    in the source array and thus skip --noextract since makepkg will
    checkout the correct commit each time.

    [1] I often extract the sources using 'makepkg -o', manually edit
    some source files, and then use 'makepkg -e' to package it (while
    possibly repeating the edit/package steps).

Signed-off-by: Allan McRae <allan@archlinux.org>
2016-02-23 12:50:04 +10:00
..
libmakepkg libmakepkg: increase robustness of the detection of array variables 2016-02-20 14:01:53 +10:00
library Consistently use 'directory' instead of 'folder' 2014-01-28 21:37:00 +10:00
po Update translations 2016-01-30 10:13:55 +10:00
.gitignore makepkg: run locally with libtool style wrapper 2013-10-14 13:01:03 +10:00
Makefile.am libmakepkg: check if PKGBUILD variables are arrays or not as appropriate 2015-09-07 11:22:00 +10:00
makepkg-template.pl.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00
makepkg-wrapper.sh.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00
makepkg.sh.in makepkg: do not run prepare() with --noextract 2016-02-23 12:50:04 +10:00
pacman-db-upgrade.sh.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00
pacman-key.sh.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00
pacman-optimize.sh.in Update copyright years for 2016 2016-01-04 13:27:08 +10:00
pkgdelta.sh.in pkgdelta: Use high compression options offered by xdelta3 2015-01-02 21:48:59 +10:00
repo-add.sh.in repo-remove: fix checking for non-existent .db database 2016-02-20 14:01:53 +10:00