diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-09-11 19:09:05 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-09-11 19:09:05 +0200 |
commit | a9bfd8d2c96567b03e827657d248d8e46c85ccff (patch) | |
tree | ebd9f87e940f79c9c639f6121fe9a06f9fae6549 /commitpkg | |
parent | 0d0e1a9079654aa48b75879ef8267ea82b6b879c (diff) | |
download | devtools32-a9bfd8d2c96567b03e827657d248d8e46c85ccff.tar.xz |
ad support for multilib-testing
Diffstat (limited to 'commitpkg')
-rwxr-xr-x | commitpkg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -60,6 +60,9 @@ elif [ "$cmd" == 'community-stagingpkg' ]; then elif [ "$cmd" == 'multilibpkg' ]; then repo='multilib' server='aur.archlinux.org' +elif [ "$cmd" == 'multilib-testingpkg' ]; then + repo='multilib-testing' + server='aur.archlinux.org' else if [ $# -eq 0 ]; then abort 'usage: commitpkg <reponame> [-l limit] [commit message]' |