aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2017-05-04 21:34:38 +0200
committerMarkus Meier <maekke@gentoo.org>2017-05-04 21:34:38 +0200
commit55fbe785ab9c6931b66c90e444ad692631bddd80 (patch)
tree6486508324d556dc392fb80604d45df94f0c0ac1 /scripts
parentmedia-gfx/darktable: version bump (diff)
downloadmaekke-55fbe785ab9c6931b66c90e444ad692631bddd80.tar.gz
maekke-55fbe785ab9c6931b66c90e444ad692631bddd80.tar.bz2
maekke-55fbe785ab9c6931b66c90e444ad692631bddd80.zip
update scripts
Diffstat (limited to 'scripts')
-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