summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-08-17tagging 0.9.80.9.8Pierre Schmitz1-1/+1
2010-08-17add [staging] repositoryPierre Schmitz2-0/+4
2010-08-16Fix typoPierre Schmitz1-2/+2
2010-08-12Provide /dev/{shm,pts} within chrootPierre Schmitz1-0/+8
implements FS#20246
2010-07-13lddd: correct mktemp usagePierre Schmitz1-3/+1
2010-07-11checkpkg: Improve output messagePierre Schmitz1-1/+1
2010-07-11checkpkg: Use temporary working directoryPierre Schmitz1-0/+5
2010-07-01Check if ~/.makepkg.conf existsPierre Schmitz1-2/+4
Fixes FS#20041
2010-06-28prepare 0.9.7 release0.9.7Pierre Schmitz1-1/+1
2010-06-28local can only be used within functionsPierre Schmitz2-4/+2
2010-06-28check if changelog and install files are commited to svnPierre Schmitz1-1/+14
2010-06-28remove useless sourcing of PKGBUILDPierre Schmitz1-1/+0
2010-06-28Simplify detection of changelog and install filesPierre Schmitz1-26/+10
Thise code was copied from makepkg
2010-06-28read {SRC, PKG}DEST from user makepkg.confAndrea Scarpino1-2/+4
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-06-28Fixed changelog support to work with makepkg 3.4Eric Bélanger1-3/+13
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-06-25keep partially transferred filesPierre Schmitz1-1/+1
2010-06-24removed mode lines; was not a good idea after allPierre Schmitz11-33/+0
2010-06-22commitpkg: add newline to make output look more orderlyEric Bélanger1-1/+1
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 Schmitz1-0/+2
2010-05-02copy namcap.log to working dirPierre Schmitz1-5/+4
2010-05-02Set target CARCH before sourcing the PKGBUILDPierre Schmitz1-0/+2
CARCH might be used within the PKGBUILD to select correct sources
2010-05-02exit 1 on build failurePierre Schmitz1-0/+1
2010-03-31Force correct remote file permissionsPierre Schmitz1-1/+1
2010-03-03makechrootpkg: Keep source files even if build fails0.9.5Pierre Schmitz1-9/+9
implementes FS#18437
2010-03-03Upload any pkg.tar.* file as long as it is canonicalPierre Schmitz1-4/+16
2010-03-03PKGEXT was not defined in the contextPierre Schmitz1-2/+2
2010-02-22Don't check if package was released already0.9.4Pierre Schmitz1-15/+8
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 Schmitz1-23/+22
2010-02-21mkarchroot: Added default pacman cache in usage help0.9.3Eric Bélanger1-1/+1
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 Schmitz1-6/+6
2010-02-17Use svnversion insead of svn infoPierre Schmitz1-2/+2
2010-02-17Use local information to determine if a commit is neededPierre Schmitz1-9/+11
2010-02-17Check if package was already releasedPierre Schmitz1-0/+6
2010-02-17commitpkg: dereference symlinks on package uploadDan McGee1-1/+1
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 Schmitz2-0/+4
2010-02-13add common gitignore filePierre Schmitz1-0/+1
2010-02-13apply common coding stylePierre Schmitz11-514/+531
2010-02-13Further fixes to cache_dir handlingAllan McRae1-2/+2
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 McRae1-4/+10
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 Schmitz2-2/+2
this fixes commit 7ce9cd696515c9baf13f2181e64c2ea8df6a4b02
2010-02-13inform the user of activities that might take a longer time0.9.1Pierre Schmitz3-3/+11
2010-02-12Fall back to default if CacheDir is not setPierre Schmitz1-1/+1
2010-02-12supress confusing output of pushd and popd0.9.0Pierre Schmitz2-4/+4
2010-02-12copy files seperately to avoid escaping problemsPierre Schmitz1-3/+1
2010-02-11check install files, tooPierre Schmitz1-1/+1
2010-02-11make sure pacman cache dir existsPierre Schmitz1-0/+1
2010-02-11don't cross filesystems. usefull if you bind a local mirror into your ↵Pierre Schmitz1-1/+1
working copy
2010-02-11update commentPierre Schmitz1-1/+1
2010-02-11abort if not all local source files are under version controlPierre Schmitz1-0/+7
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 Schmitz1-1/+1
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>