FS#49251 - [gitlab] env_info rake task doesn't work.

Attached to Project: Community Packages
Opened by Thom Wiggers (twiggers) - Saturday, 07 May 2016, 14:36 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Friday, 27 May 2016, 14:05 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
# su - gitlab -s /bin/sh -c "cd '/usr/share/webapps/gitlab'; bundle-2.1 exec rake gitlab:env_info RAILS_ENV=production"
D, [2016-05-07T16:33:24.074233 #25363] DEBUG -- : ** [Raven] Event not sent due to excluded environment: production
rake aborted!
Don't know how to build task 'gitlab:env_info' (see --tasks)

(See full trace by running task with --trace)

Using 8.7.3-1.
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Friday, 27 May 2016, 14:05 GMT
Reason for closing:  Fixed
Comment by Nick (nanny) - Monday, 09 May 2016, 14:46 GMT
You should be running `rake gitlab:env:info` not `rake gitlab:env_info`
Comment by Sven-Hendrik Haase (Svenstaro) - Friday, 27 May 2016, 14:04 GMT
That's true, that's an issue with the install file. Fixed.

Loading...