index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-02 | exit 1 on build failure | Pierre Schmitz | |
2010-03-31 | Force correct remote file permissions | Pierre Schmitz | |
2010-03-03 | makechrootpkg: Keep source files even if build fails0.9.5 | Pierre Schmitz | |
implementes FS#18437 | |||
2010-03-03 | Upload any pkg.tar.* file as long as it is canonical | Pierre Schmitz | |
2010-03-03 | PKGEXT was not defined in the context | Pierre Schmitz | |
2010-02-22 | Don't check if package was released already0.9.4 | Pierre 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-22 | be more fail safe | Pierre Schmitz | |
2010-02-21 | mkarchroot: Added default pacman cache in usage help0.9.3 | Eric Bélanger | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-02-17 | escape line breaks in find command | Pierre Schmitz | |
2010-02-17 | Use svnversion insead of svn info | Pierre Schmitz | |
2010-02-17 | Use local information to determine if a commit is needed | Pierre Schmitz | |
2010-02-17 | Check if package was already released | Pierre Schmitz | |
2010-02-17 | commitpkg: dereference symlinks on package upload | Dan 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-13 | add dist target to Makefile0.9.2 | Pierre Schmitz | |
2010-02-13 | add common gitignore file | Pierre Schmitz | |
2010-02-13 | apply common coding style | Pierre Schmitz | |
2010-02-13 | Further fixes to cache_dir handling | Allan 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-13 | Read cachedir from pacman.conf in working dir | Allan 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-13 | set umask to 0022 | Pierre Schmitz | |
this fixes commit 7ce9cd696515c9baf13f2181e64c2ea8df6a4b02 | |||
2010-02-13 | inform the user of activities that might take a longer time0.9.1 | Pierre Schmitz | |
2010-02-12 | Fall back to default if CacheDir is not set | Pierre Schmitz | |
2010-02-12 | supress confusing output of pushd and popd0.9.0 | Pierre Schmitz | |
2010-02-12 | copy files seperately to avoid escaping problems | Pierre Schmitz | |
2010-02-11 | check install files, too | Pierre Schmitz | |
2010-02-11 | make sure pacman cache dir exists | Pierre Schmitz | |
2010-02-11 | don't cross filesystems. usefull if you bind a local mirror into your ↵ | Pierre Schmitz | |
working copy | |||
2010-02-11 | update comment | Pierre Schmitz | |
2010-02-11 | abort if not all local source files are under version control | Pierre 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-11 | Add missing -n option to getopt list for mkarchroot | Pierre Schmitz | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-02-11 | Replace expensive merge with delete and copy | Pierre Schmitz | |
2010-02-11 | avoid useless output in commitpkg | Pierre Schmitz | |
2010-02-11 | simplify and optimize upload process | Pierre Schmitz | |
Use rsync instead of scp to be able to continue uploads and get upload verification for free. We also try to commit to svn trunk first to avoid useless uploads (FS#18088). | |||
2010-02-11 | Revert "add support for community svn" | Pierre Schmitz | |
This reverts commit 0346db0ff79254e720d2da84ba60172fce8d1b76. This commit changed the expected behaviour of archco and truned it into a more complex alias of "svn up <package>". | |||
2010-02-11 | Reduce verbosity to a sane minimum | Pierre Schmitz | |
2010-02-11 | Read pacman cache dir from pacman.conf or cli | Pierre Schmitz | |
2010-02-11 | Create a working copy instead of using an union layer | Pierre Schmitz | |
Use rsync to create a (clean) working copy of the root dir instead of using aufs. | |||
2010-02-11 | Move build and package logs to WORKDIR, otherwise it is lost | Pierre Schmitz | |
2010-01-11 | add support for community svn | Ionut Biru | |
Signed-off-by: Ionut Biru <ionut@archlinux.ro> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2010-01-11 | devtools: make sure all files are owned by nobody before building | Nezmer | |
In makechrootpkg, build dirs are chowned to nobody before we move files to "$uniondir/build". This could lead to failure If the files are supposed to be dynamically upgraded when we run makepkg. A common use-case is when we upgrade $pkgver in git,svn PKGBUILDS. Signed-off-by: Nezmer <Nezmer@allurelinux.org> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2010-01-11 | Reset umask before touching the chroot. | Byron Clark | |
This prevents problems when running with a umask that masks permissions for others. Signed-off-by: Byron Clark <byron@theclarkfamily.name> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-12-18 | Remove sourcing of makepkg.conf files | Aaron Griffin | |
This is replaced by commit marked "Use the host's SRCDEST and PKGDEST if defined" Noticed-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-12-16 | makechrootpkg: Replaced DB_COMPRESSION with 'gz' | Eric Bélanger | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> | |||
2009-12-16 | Use the host's SRCDEST and PKGDEST if defined | Aaron Griffin | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> Original-by: Eric Bélanger <snowmaniscool@gmail.com> | |||
2009-10-28 | Move the determination of unique .install files0.8.0 | Ronald van Haren | |
Move this inside the split packages loop Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-10-26 | checkpkg: Check package cache for old packages | Eric Bélanger | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-10-26 | checkpkg: Made wget quiet | Eric Bélanger | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-10-26 | checkpkg: Added split package support | Eric Bélanger | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-10-26 | Change loop var CARCH to _arch | Francois Charette | |
This is just better practice, as CARCH means something else in makepkg.conf Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-10-26 | Change "uploading to" message to be less ambiguous | Francois Charette | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-10-06 | commitpkg: tidy quotes and remove unneeded braces | Evangelos Foutras | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> |