summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-13re-add makechrootpkg.in, to use as a libraryHEADmasterLuke Shumaker
2012-12-02Merge branch 'merge-branch'v20121202Luke Shumaker
Conflicts: makechrootpkg.in mkarchroot.in
2012-12-02drop mkarchroot compatability codeLuke Shumaker
2012-12-02mkarchroot: redo option parsing to make more sense.Luke Shumaker
It is still compatable with the old way, with some hacks.
2012-12-02mkarchroot: fix bug where a umount error would abort all umountsLuke Shumaker
2012-12-02mkarchroot: fix bug with lock file nameLuke Shumaker
2012-12-02lib/common.sh: create directories for locks if they don't existLuke Shumaker
2012-12-02move common.sh back to the original location; don't use m4_includeLuke Shumaker
2012-12-02fix a bug in makechrootpkg.inLuke Shumaker
2012-11-28prepare releasev20121128.6Luke Shumaker
2012-11-28trick m4 into sourcing /usr/share/devtools/common.sh in the final filesLuke Shumaker
2012-11-28fix several bugsLuke Shumaker
2012-11-28rm lib/valid-tags.shLuke Shumaker
2012-11-28fix really bad, data-deleting bugv20121128.5Luke Shumaker
2012-11-28Burning out I guess; really fix Makefilev20121128.4Luke Shumaker
2012-11-28fix bug in Makefile, bump versionv20121128.3Luke Shumaker
2012-11-28prepare releasev20121128.2Luke Shumaker
2012-11-28rm makechrootpkg, mv {mk,}archrootLuke Shumaker
2012-11-28prepare releasev20121128.1Luke Shumaker
2012-11-28fix typo in user messageLuke Shumaker
2012-11-28clean up Makefile, symlink archroot<->mkarchroot (prepare to deprecate the ↵Luke Shumaker
latter)
2012-11-28make the mkarchroot option parsing make sense (mostly compatible)Luke Shumaker
2012-11-28add info on tags to the READMELuke Shumaker
2012-11-28prepare releasev20121128Luke Shumaker
2012-11-28Merge branch 'complete'Luke Shumaker
Conflicts: Makefile archbuild.in archco.in commitpkg.in crossrepomove.in rebuildpkgs.in
2012-11-28Merge remote-tracking branch 'devtools/master' into completeLuke Shumaker
Conflicts: mkarchroot.in
2012-11-27prepare release20121127Luke Shumaker
2012-11-27add some documentation filesLuke Shumaker
2012-11-27Merge branch 'complete'Luke Shumaker
2012-11-26mkarchroot: learn -N to disable networking in the chrootLuke Shumaker
Also, fix quoting in chroot_run
2012-11-26install common.sh to /usr/share/devtools/common.shLuke Shumaker
2012-11-26Merge branch 'master' into cleanLuke Shumaker
Conflicts: archbuild.in
2012-11-26makechrootpkg: read $MAKEPKGLuke Shumaker
2012-11-25Delete stuff Parabola doesn't useLuke Shumaker
2012-11-25Use common functions to handle file lockingLuke Shumaker
* lib/common.sh: implement - lock_open_write() - lock_open_read() - lock_close() * archbuild.in, makechrootpkg.in, mkarchroot.in: use said functions This has two benefits: 1. All programs using these methods gain the ability to inherit locks, something that only mkarchroot could do before. This allows the commands to be more compos-able. 2. It is more readable. File locking isn't obvious.
2012-11-25fix locking bug in archbuild (likely bad copy-paste)Luke Shumaker
2012-11-15Make sure the usage functions are consistentEric Bélanger
The usage messages now begins with a "Usage:", i.e. capitalized and with a colon. Fixes FS#26956. Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-11-15prepare release20121115Pierre Schmitz
2012-11-15crossrepomove: Fix dbscripts path for [community] move to nymeriaEric Bélanger
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-11-15mkarchroot: Remove unnecessary parameter for usage functionEric Bélanger
Fixes FS#28973 Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-11-15checkpkg: replace wget usage by curlEric Bélanger
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-11-12prepare release20121112Pierre Schmitz
2012-11-11For now only packages and svn from sigurd will be moved to nymeriaPierre Schmitz
2012-11-03prepare release20121103Pierre Schmitz
2012-11-03Use nymeria.archlinux.org as shared host for developers and trusted usersPierre Schmitz
2012-10-27Prepare release20121027Pierre Schmitz
2012-10-27Use sigurd.archlinux.org instead of the now moved aur.archlinux.org hostnamePierre Schmitz
2012-10-27Fix return code handlingJan Alexander Steffens (heftig)
Stop trap_exit from forcing a 0 exit code. This fixes makechrootpkg, which used to always return success, even if the build failed. Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-10-13prepare release20121013Pierre Schmitz
2012-10-13Fix releasing files with '@' in nameDan McGee
SVN treats '@' as a revision specifier, so with the addition of systemd spawning service files, we need to ensure it doesn't screw things up. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>