EqUaTe/repositorio

Can't replace tags

Closed this issue · 3 comments

When attempting to replace a tag, the following error occurs:

~]# repositorio --force --tag=dev --repo all
repositorio started.
Can't call method "rmtree" without a package or object reference at /usr/local/share/perl5/Rex/Repositorio.pm line 453.

This appears to be down to the parameters for rmtree being passed incorrectly, but could be a result of a commit changing the use of File::Path.

I expect that this issue will go beyond yum repository tag cloning, and to other areas, so all instances of rmtree will be replaced with remove_tree, and the syntax corrected.

Closed by 0b6bf24