Skip to content

rla/redmine_infdot_upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

infdot_upload

A Redmine plugin to automate release file management. At the moment only Redmine 2+ is supported.

Installation

In the Redmine installation root directory:

cd plugins
git clone git://github.com/rla/redmine_infdot_upload.git
cd ..
bundle exec rake redmine:plugins:migrate

Create custom field ‘Current build` of type boolean for versions. Set it true for the given version to make files appear under that version in the Redmine Files section.

Usage

Example usage with curl:

curl \
  -F "file=@$file" \
  -F "project=$project" \
  -F "user=$user" \
  -F "password=$password" \
  -k <your redmine installation>/infdot_upload

Alternatives

TODO

  • Authentication by API key.

License

The GPL version 3

About

A Redmine plugin to automate release file management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages