summaryrefslogtreecommitdiffstats
path: root/commitpkg
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-08-03 18:36:57 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2009-08-03 18:36:57 +0200
commit2ba39720a0ac588d0edd40517f4af76b991355d1 (patch)
treedcef0f771f4e0de8b66f823c72e4ed2326492f9b /commitpkg
parent04e79e71fdf27e08f2e5f4d83dd77aadd725cc35 (diff)
downloaddevtools-2ba39720a0ac588d0edd40517f4af76b991355d1.tar.gz
devtools-2ba39720a0ac588d0edd40517f4af76b991355d1.tar.xz
Adjust commitpkg community server
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>
Diffstat (limited to 'commitpkg')
-rwxr-xr-xcommitpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/commitpkg b/commitpkg
index 8622b32..7ef75b3 100755
--- a/commitpkg
+++ b/commitpkg
@@ -55,7 +55,7 @@ elif [ "$cmd" == "unstablepkg" ]; then
repo="unstable"
elif [ "$cmd" == "communitypkg" ]; then
repo="community"
- server="community.archlinux.org"
+ server="aur.archlinux.org"
else
if [ $# -eq 0 ]; then
echo "usage: commitpkg <reponame> [-l limit] [commit message]"