diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-08-03 09:36:57 -0700 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-08-03 09:36:57 -0700 |
commit | 2ba39720a0ac588d0edd40517f4af76b991355d1 (patch) | |
tree | dcef0f771f4e0de8b66f823c72e4ed2326492f9b /commitpkg | |
parent | 04e79e71fdf27e08f2e5f4d83dd77aadd725cc35 (diff) | |
download | devtools32-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-x | commitpkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]" |