summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-02-21mkarchroot: Added default pacman cache in usage help0.9.3Eric Bélanger1-1/+1
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
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
2010-02-13Read cachedir from pacman.conf in working dirAllan McRae1-4/+10
2010-02-13set umask to 0022Pierre Schmitz2-2/+2
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 working...Pierre Schmitz1-1/+1
2010-02-11update commentPierre Schmitz1-1/+1
2010-02-11abort if not all local source files are under version controlPierre Schmitz1-0/+7
2010-02-11Add missing -n option to getopt list for mkarchrootPierre Schmitz1-1/+1
2010-02-11Replace expensive merge with delete and copyPierre Schmitz1-31/+7
2010-02-11avoid useless output in commitpkgPierre Schmitz1-12/+5
2010-02-11simplify and optimize upload processPierre Schmitz1-36/+16
2010-02-11Revert "add support for community svn"Pierre Schmitz1-4/+1
2010-02-11Reduce verbosity to a sane minimumPierre Schmitz2-30/+1
2010-02-11Read pacman cache dir from pacman.conf or cliPierre Schmitz1-8/+11
2010-02-11Create a working copy instead of using an union layerPierre Schmitz1-67/+52
2010-02-11Move build and package logs to WORKDIR, otherwise it is lostPierre Schmitz1-0/+4
2010-01-11add support for community svnIonut Biru1-1/+4
2010-01-11devtools: make sure all files are owned by nobody before buildingNezmer1-4/+4
2010-01-11Reset umask before touching the chroot.Byron Clark2-0/+2
2009-12-18Remove sourcing of makepkg.conf filesAaron Griffin1-5/+0
2009-12-16makechrootpkg: Replaced DB_COMPRESSION with 'gz'Eric Bélanger1-1/+1
2009-12-16Use the host's SRCDEST and PKGDEST if definedAaron Griffin1-0/+4
2009-10-28Move the determination of unique .install files0.8.0Ronald van Haren1-2/+1
2009-10-26checkpkg: Check package cache for old packagesEric Bélanger1-0/+2
2009-10-26checkpkg: Made wget quietEric Bélanger1-1/+1
2009-10-26checkpkg: Added split package supportEric Bélanger1-40/+43
2009-10-26Change loop var CARCH to _archFrancois Charette1-4/+4
2009-10-26Change "uploading to" message to be less ambiguousFrancois Charette1-1/+1
2009-10-06commitpkg: tidy quotes and remove unneeded bracesEvangelos Foutras1-13/+13
2009-10-06Move package verification into a separate functionEvangelos Foutras1-2/+14
2009-10-06makechrootpkg: Ensure SRC/PKGDEST are directoriesAndrea Scarpino1-2/+2
2009-10-06commitpkg: tagged msg is now in archreleaseFrançois Charette1-1/+0
2009-10-06archrelease: exit if working copy is not committedFrançois Charette1-1/+8
2009-10-06checkpkg: Set CARCH=any when arch=anyFrançois Charette1-1/+3
2009-09-23commitpkg: Fix pushd for any packagesDaniel J Griffiths1-1/+1
2009-09-23commitpkg: introduce abort function for errorsEvangelos Foutras1-29/+13