[DRE-commits] [redmine] 27/39: fix script
Antonio Terceiro
terceiro at moszumanska.debian.org
Tue Dec 8 12:56:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository redmine.
commit baefabedbb8a5bb4dd7963868f37a81b7cbd9918
Author: Antonio Terceiro <terceiro at debian.org>
Date: Mon Sep 28 19:51:01 2015 -0300
fix script
---
debian/patches/0004-Add-multi-tenancy-support.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/0004-Add-multi-tenancy-support.patch b/debian/patches/0004-Add-multi-tenancy-support.patch
index 7b1e666..5b58f27 100644
--- a/debian/patches/0004-Add-multi-tenancy-support.patch
+++ b/debian/patches/0004-Add-multi-tenancy-support.patch
@@ -84,7 +84,7 @@ index 8e3d578..9d8363f 100644
after_destroy :delete_from_disk
diff --git a/bin/redmine-instances b/bin/redmine-instances
new file mode 100755
-index 0000000..3c414a1
+index 0000000..9b33a88
--- /dev/null
+++ b/bin/redmine-instances
@@ -0,0 +1,280 @@
@@ -109,7 +109,7 @@ index 0000000..3c414a1
+set -eu
+
+if [ -r /etc/default/redmine ]; then
-+ . /etc/defaut/redmine
++ . /etc/default/redmine
+fi
+
+REDMINE_INSTANCES_OWNERSHIP=$(stat -c %U:%G $(dirname $0/..))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/redmine.git
More information about the Pkg-ruby-extras-commits
mailing list