[DRE-commits] [redmine] 05/05: debian/README.Debian: rake commands must be run inside /usr/share/redmine

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Sep 7 14:34:18 UTC 2016


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

terceiro pushed a commit to branch master
in repository redmine.

commit 5deb00eec8547b64a4b34a112d07988dcfd6243d
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Sep 7 11:34:01 2016 -0300

    debian/README.Debian: rake commands must be run inside /usr/share/redmine
---
 debian/README.Debian | 4 +++-
 debian/changelog     | 7 +++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index 71c0521..44389d8 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -16,11 +16,13 @@ BEFORE ANY RAKE TASK.
  
 Example : (run the imap mail receiver)
     sudo -u www-data X_DEBIAN_SITEID=default RAILS_ENV=production \
-    rake -f /usr/share/redmine/Rakefile \
+    rake \
     redmine:email:receive_imap \
     host=imap.test.com \
     username=test at test.com password=xxxxxx
 
+Note that any such rake commands must be executed from inside
+/usr/share/redmine
 
 REDMINE GUIDE
 -------------
diff --git a/debian/changelog b/debian/changelog
index da30e6d..c2f4798 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+redmine (3.2.3-3) UNRELEASED; urgency=medium
+
+  * debian/README.Debian: note that rake commands must be run from inside
+    /usr/share/redmine
+
+ -- Antonio Terceiro <terceiro at debian.org>  Wed, 07 Sep 2016 11:33:30 -0300
+
 redmine (3.2.3-2) unstable; urgency=medium
 
   * debian/postinst: handle dependency check failure when triggered, to avoid

-- 
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