diff options
author | Dan McGee <dan@archlinux.org> | 2009-04-05 21:23:25 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-04-05 21:23:30 -0500 |
commit | ea73c2b08be9e040df9a7bcdd8b85cba4e2d9ddf (patch) | |
tree | 22e96062af38d86e9f088d36964e5e64b260699f | |
parent | 8deaebf69f8cbb36b0593c0a4d598871757e0c21 (diff) | |
download | devtools32-ea73c2b08be9e040df9a7bcdd8b85cba4e2d9ddf.tar.xz |
Add a few TODO notes for community compatibility
Signed-off-by: Dan McGee <dan@archlinux.org>
-rwxr-xr-x | archco | 1 | ||||
-rwxr-xr-x | rebuildpkgs | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,5 @@ #!/bin/bash +# TODO make this work for community too if [ "$1" = "" ]; then echo "Usage: archco <package name> [<package name>]" diff --git a/rebuildpkgs b/rebuildpkgs index 1a9b139..70bf448 100755 --- a/rebuildpkgs +++ b/rebuildpkgs @@ -7,6 +7,7 @@ # # FIXME # Currently uses $(pwd)/rebuilds as the directory for rebuilding... +# TODO make this work for community too if [ $# -le 1 ]; then echo "usage: $(basename $0) <chrootdir> <packages to rebuild>" @@ -36,7 +37,7 @@ bump_pkgrel () { chrootdir="$1"; shift pkgs="$@" -SVNPATH="svn+ssh://archlinux.org/srv/svn-packages" +SVNPATH="svn+ssh://svn.archlinux.org/srv/svn-packages" echo ":: Work will be done in $(pwd)/rebuilds" |