1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/spec/lib
Michal Cichra e52af0ac20 fix remote_task inside a namespace
Previously defining `remote_task` inside a namespace resulted in
scoping the file name to the namespace. For example file named
config/database.yaml inside shared namespace would result in:
shared:config/database.yml

That is surely unwanted behaviour. Fix is simple. Introducing
Capistrano::UploadTask that inherits from Rake::FileCreationTask.
These Rake File tasks are not carrying the namespace in their name.
2014-10-02 15:42:47 +02:00
..
capistrano fix remote_task inside a namespace 2014-10-02 15:42:47 +02:00
capistrano_spec.rb installation - running cap install capifies app 2013-02-01 14:51:50 +00:00