- Feb 17, 2010
-
-
Dan McGee authored
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>
-
- Feb 13, 2010
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-
- Feb 12, 2010
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-
- Feb 11, 2010
-
-
Pierre Schmitz authored
-
Pierre Schmitz authored
-
Pierre Schmitz authored
This looks a little hacky. The || true is needed because grep will return 1 if in fact everything is fine. implements FS#18048
-
Pierre Schmitz authored
-
Pierre Schmitz authored
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).
-
- Oct 26, 2009
-
-
Francois Charette authored
This is just better practice, as CARCH means something else in makepkg.conf Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Francois Charette authored
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Oct 06, 2009
-
-
Evangelos Foutras authored
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Evangelos Foutras authored
Also switch to openssl and sha1 checksums. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
François Charette authored
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Sep 23, 2009
-
-
Daniel J Griffiths authored
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Evangelos Foutras authored
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Evangelos Foutras authored
[Aaron: Remove trailing whitespace] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Evangelos Foutras authored
Now commitpkg will go through each architecture defined in the PKGBUILD and if all packages are present, it will upload them and run archrelease for that architecture. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Evangelos Foutras authored
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Evangelos Foutras authored
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Sep 21, 2009
-
-
Francois Charette authored
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Francois Charette authored
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Sep 18, 2009
-
-
Francois Charette authored
This commit integrates part of the functionality of commitpkg2any in the standard commitpkg script. If the package is for arch=any and there exists ../repos/$repo-{i686,x86_64}, then these are removed. NB: I believe commitpkg2any should be removed, as it encourages converting a pkg to arch=any with the same $pkgver. It is better practice to wait for a new version before releasing the pkg with arch=any. It also saves bandwidth! Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Daniel J Griffiths authored
[Aaron: Added Makefile entries] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Sep 15, 2009
-
-
Dan McGee authored
-
- Sep 02, 2009
-
-
Eric Bélanger authored
All packages created by the PKGBUILD are uploaded to the staging directory. The output and svn commit messages uses pkgbase instead of pkgname. Signed-off-by: Eric Blanger <snowmaniscool@gmail.com> [Allan: minor fix for existing issue] Signed-off-by: Allan McRae <allan@archlinux.org>
-
- Sep 01, 2009
-
-
Allan McRae authored
- replaces backticks by $() - removes support for package names without the arch in them (all our repos now uses the arch in the package name) - removes support for the obsolete and dead [unstable] repo Patch-by: Eric Bélanger <eric@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
-
Allan McRae authored
Signed-off-by: Allan McRae <allan@archlinux.org>
-
- Aug 12, 2009
-
-
Daniel J Griffiths authored
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Aug 03, 2009
-
-
Aaron Griffin authored
Change community.archlinux.org to aur.archlinux.org to coincide better with the location recommended for SVN checkouts Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Jun 12, 2009
-
-
Aaron Griffin authored
This should force people to add a valid commit message when updating PKGBUILDs and the like. Passing it on the command line still works fine Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- May 13, 2009
-
-
Pierre Schmitz authored
Also replace some uses of tar with bsdtar Signed-off-by: Pierre Schmitz <pierre@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Apr 04, 2009
-
-
Dan McGee authored
Remove the community-specific code that calls tupkg. Make the server variable a bit more dependent on what repo we are uploading to in order to get community working, and finally create the correct symlinks for communitypkg in the Makefile. Note that this change will require the Arch devtools package to get a replace entry for aurtools. Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Mar 03, 2009
-
-
Aaron Griffin authored
Also allow for uploads to any user-specified repo name Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Jan 09, 2009
-
-
Allan McRae authored
This means people with different usernames on their local machine only need to change a single line. Original-patch-by: Vesa Kaihlavirta <vesa@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
-
- Nov 21, 2008
-
-
Aaron Griffin authored
This extra dir is largely useless. db-remove makes the del/ dir unnecessary, so lets kill the add/ dir too Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Aug 24, 2008
-
-
Thomas Bächler authored
-
- May 10, 2008
-
-
Jason Chu authored
-
- May 06, 2008
-
-
Aaron Griffin authored
The new dbscripts do not need this. All info can be gathered from the $CARCH variable in the filename. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-