aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/keyword.sh2
-rwxr-xr-xscripts/rdep2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/keyword.sh b/scripts/keyword.sh
index c9348d0..780a96c 100755
--- a/scripts/keyword.sh
+++ b/scripts/keyword.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# by {maekke,opfer}@gentoo.org
-REPODIR="${HOME}/cvs/gentoo"
+REPODIR="${HOME}/git/gentoo"
BUGZ_USER="maekke@gentoo.org"
BUGZ="bugz"
BUGZ_DEFAULT_OPTS="--base https://bugs.gentoo.org/xmlrpc.cgi --user ${BUGZ_USER}"
diff --git a/scripts/rdep b/scripts/rdep
index 14c6f99..fa3b211 100755
--- a/scripts/rdep
+++ b/scripts/rdep
@@ -4,7 +4,7 @@
# (with USE-dep syntax) out, so your arch-testing tool
# can emerge them.
-REPODIR="${HOME}/cvs/gentoo"
+REPODIR="${HOME}/git/gentoo"
BASE_URL="http://qa-reports.gentoo.org/output/genrdeps/dindex/"
if [[ $# -ne 2 ]]; then