summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-17tagging 0.9.80.9.8Pierre Schmitz
2010-08-17add [staging] repositoryPierre Schmitz
2010-08-16Fix typoPierre Schmitz
2010-08-12Provide /dev/{shm,pts} within chrootPierre Schmitz
implements FS#20246
2010-07-13lddd: correct mktemp usagePierre Schmitz
2010-07-11checkpkg: Improve output messagePierre Schmitz
2010-07-11checkpkg: Use temporary working directoryPierre Schmitz
2010-07-01Check if ~/.makepkg.conf existsPierre Schmitz
Fixes FS#20041
2010-06-28prepare 0.9.7 release0.9.7Pierre Schmitz
2010-06-28local can only be used within functionsPierre Schmitz
2010-06-28check if changelog and install files are commited to svnPierre Schmitz
2010-06-28remove useless sourcing of PKGBUILDPierre Schmitz
2010-06-28Simplify detection of changelog and install filesPierre Schmitz
Thise code was copied from makepkg
2010-06-28read {SRC, PKG}DEST from user makepkg.confAndrea Scarpino
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-06-28Fixed changelog support to work with makepkg 3.4Eric Bélanger
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-06-25keep partially transferred filesPierre Schmitz
2010-06-24removed mode lines; was not a good idea after allPierre Schmitz
2010-06-22commitpkg: add newline to make output look more orderlyEric Bélanger
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-05-02set version in Makefile0.9.6Pierre Schmitz
2010-05-02copy namcap.log to working dirPierre Schmitz
2010-05-02Set target CARCH before sourcing the PKGBUILDPierre Schmitz
CARCH might be used within the PKGBUILD to select correct sources
2010-05-02exit 1 on build failurePierre Schmitz
2010-03-31Force correct remote file permissionsPierre Schmitz
2010-03-03makechrootpkg: Keep source files even if build fails0.9.5Pierre Schmitz
implementes FS#18437
2010-03-03Upload any pkg.tar.* file as long as it is canonicalPierre Schmitz
2010-03-03PKGEXT was not defined in the contextPierre Schmitz
2010-02-22Don't check if package was released already0.9.4Pierre Schmitz
The checks aren't reliable enough and fail if the local repo is broken due to network failures. So for now we just allways commit.
2010-02-22be more fail safePierre Schmitz
2010-02-21mkarchroot: Added default pacman cache in usage help0.9.3Eric Bélanger
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-02-17escape line breaks in find commandPierre Schmitz
2010-02-17Use svnversion insead of svn infoPierre Schmitz
2010-02-17Use local information to determine if a commit is neededPierre Schmitz
2010-02-17Check if package was already releasedPierre Schmitz
2010-02-17commitpkg: dereference symlinks on package uploadDan McGee
This is a regression introduced after switching to rsync in place of scp; scp dereferenced symlinks automatically without need for a command-line option. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-02-13add dist target to Makefile0.9.2Pierre Schmitz
2010-02-13add common gitignore filePierre Schmitz
2010-02-13apply common coding stylePierre Schmitz
2010-02-13Further fixes to cache_dir handlingAllan McRae
1) Typo cachedir -> cache_dir 2) Use $cache_dir when calling pacman Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-02-13Read cachedir from pacman.conf in working dirAllan McRae
This allows setting a different cachedir for (e.g.) i686 and x86_64 chroots. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-02-13set umask to 0022Pierre Schmitz
this fixes commit 7ce9cd696515c9baf13f2181e64c2ea8df6a4b02
2010-02-13inform the user of activities that might take a longer time0.9.1Pierre Schmitz
2010-02-12Fall back to default if CacheDir is not setPierre Schmitz
2010-02-12supress confusing output of pushd and popd0.9.0Pierre Schmitz
2010-02-12copy files seperately to avoid escaping problemsPierre Schmitz
2010-02-11check install files, tooPierre Schmitz
2010-02-11make sure pacman cache dir existsPierre Schmitz
2010-02-11don't cross filesystems. usefull if you bind a local mirror into your ↵Pierre Schmitz
working copy
2010-02-11update commentPierre Schmitz
2010-02-11abort if not all local source files are under version controlPierre Schmitz
This looks a little hacky. The || true is needed because grep will return 1 if in fact everything is fine. implements FS#18048
2010-02-11Add missing -n option to getopt list for mkarchrootPierre Schmitz
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>