[Debian-l10n-commits] [ddtp] 05/07: Use the scripts out of the repo, rather than some far off directory.

Martijn van Oosterhout kleptog-guest at moszumanska.debian.org
Mon Jan 6 23:31:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

kleptog-guest pushed a commit to branch master
in repository ddtp.

commit 230fe33f165df8a06d90389c0c9590d6ea78c882
Author: Martijn van Oosterhout <kleptog at svana.org>
Date:   Sun Sep 15 13:05:24 2013 +0000

    Use the scripts out of the repo, rather than some far off directory.
---
 ddtp-dinstall/checks/ddtp_dinstall.sh | 2 +-
 file2Translation.sh                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ddtp-dinstall/checks/ddtp_dinstall.sh b/ddtp-dinstall/checks/ddtp_dinstall.sh
index 6f6521c..95702df 100755
--- a/ddtp-dinstall/checks/ddtp_dinstall.sh
+++ b/ddtp-dinstall/checks/ddtp_dinstall.sh
@@ -15,7 +15,7 @@
 
 TIMESTAMP=$(date +%Y%m%d_%H%M%S)
 
-DDTP_I18N_CHECK=/srv/scripts/ddtp_i18n_check.sh
+DDTP_I18N_CHECK=$(dirname $(readlink -f $0))/ddtp_i18n_check.sh
 
 TRANSLATION_FILES=/srv/ddtp.debian.net/Translation-files
 PACKAGE_LISTS=/srv/ddtp.debian.net/packagelist
diff --git a/file2Translation.sh b/file2Translation.sh
index 1c7228e..6b6fe0a 100755
--- a/file2Translation.sh
+++ b/file2Translation.sh
@@ -50,4 +50,4 @@ cp -a ./Translation-files_new/ ./Translation-files_to-check
 rm -rf Translation-files
 mv Translation-files_new Translation-files
 
-/srv/scripts/ddtp_dinstall.sh
+./ddtp-dinstall/ddtp_dinstall.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-l10n/ddtp.git



More information about the Debian-l10n-commits mailing list