- Oct 26, 2009
-
-
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>
-
- Apr 08, 2008
-
-
Aaron Griffin authored
This was accidentally scrubbed, breaking 64bit uploads Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Apr 06, 2008
-
-
Jason Chu authored
-
- Feb 07, 2008
-
-
Dan McGee authored
This change will remove 4 needless sed lines from the PKGBUILD we use on Arch for building this package and do the logic locally where it probably makes more sense anyway. $CARCH should always be present as we fail if we cannot find a correct makepkg.conf file in /etc/. Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Jan 23, 2008
-
-
Travis Willard authored
Make the call to scp use $(basename $pkgfile) so that we don't get oddness. Signed-off-by: Travis Willard <travis@archlinux.org> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Travis Willard authored
Now, checkpkg and extrapkg will fail if /etc/makepkg.conf doesn't exist, and will also try to load in personal user's settings in ~/.makepkg.conf Signed-off-by: Travis Willard <travis@archlinux.org> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Aaron Griffin authored
Fix an issue where a missing add directory causes the package to be uploaded as a file named "add" Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
- Nov 29, 2007
-
-
Dan McGee authored
Add the same vim modeline to all the files, as well as cleanup the newly added scripts a bit. If you look at this diff with the -w option, you'll see it really isn't all that significant. Signed-off-by: Dan McGee <dan@archlinux.org>
-
- Oct 03, 2007
-
-
Thomas Bächler authored
fixed tab/space indentation
-
- Oct 02, 2007
-
-
Dan McGee authored
Signed-off-by: Dan McGee <dan@archlinux.org>
-
Thomas Bächler authored
Ths is a little patch to check the integrity of the uploaded file after uploading it. It will avoid problems like the ones with kernel26 or openoffice-base recently. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-
Dan McGee authored
Taken from makepkg3.patch that was in the PKGBUILD tree. Signed-off-by: Dan McGee <dan@archlinux.org>
-