diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-07-12 18:09:59 +0100 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-07-12 18:09:59 +0100 |
commit | 9b7f841207411f2cf2a3f009073d1a4403bb58b8 (patch) | |
tree | 5090ccb834d889a45cca029841db000329f619e1 /Documentation | |
parent | [net-libs/telepathy-qt] Sync with portage. (diff) | |
download | qt-9b7f841207411f2cf2a3f009073d1a4403bb58b8.tar.gz qt-9b7f841207411f2cf2a3f009073d1a4403bb58b8.tar.bz2 qt-9b7f841207411f2cf2a3f009073d1a4403bb58b8.zip |
bump-python-revisions: Update TARGET to d.g.o
Diffstat (limited to 'Documentation')
-rwxr-xr-x | Documentation/maintainers/bump-python-revisions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/maintainers/bump-python-revisions b/Documentation/maintainers/bump-python-revisions index 3a36f306..e6b5accd 100755 --- a/Documentation/maintainers/bump-python-revisions +++ b/Documentation/maintainers/bump-python-revisions @@ -6,7 +6,7 @@ source /etc/init.d/functions.sh ########################## VARIABLES ############################ DATE="$(date +%F|sed 's/-//g')" # date to be added to ebuilds -TARGET="www.gentoo-el.org:~/public_html/distfiles/" +TARGET="dev.gentoo.org:~/public_html/distfiles/" TEMP="/tmp/qt-python-bump/" OVERLAY="../../" # ugly but hey dont shoot me QUIET= |