Rex
Rex copied to clipboard
Rex, the friendly automation framework
Provided as an example.
### Describe the bug The intention seems to be to permit: ``` set virtualization => { type => 'LibVirt', %other } ``` However in the above case the "type" would...
### Describe the bug Running `killall` command on a FreeBSD server results in: ``` ERROR - Undefined subroutine &Rex::Commands::Process::can_run called at /home/regular/perl5/perlbrew/perls/perl-5.36.0/lib/site_perl/5.36.0/Rex/Commands/Process.pm line 85. ``` `killall` is defined as follows:...
### Describe the bug As a side-effect of 3c87437a4fee8ba40fbb8ffe878178b0a09eda9c via #1414, `needs` is no longer registered in the `main` namespace, which might break some of the expected behavior. Tasks that...
### Describe the bug Calling [`needs`](https://metacpan.org/pod/Rex::Commands#needs($package-[,-@tasks])) command with the indirect syntax described by its documentation fails with syntax error: ``` /usr/bin/perlbrew exec -q --with perl-5.36.0 /home/regular/perl5/perlbrew/perls/perl-5.36.0/bin/perl /home/regular/perl5/perlbrew/perls/latest/bin/rex one [2022-08-24 12:37:14]...
Also note that IO::String is only necessaryfor Perls before 5.8. Since Rex requires 5.12, this is unnecessary.
### Describe the bug In #1606 I learned I needed to use a more recent feature flag to get my desired behavior. So I went for `1.4` and had already...
### Describe the bug `sh: initctl: not found` gets printed out any time `Rex::Service->get` is called. ### Expected behavior Redirects stderr to stdout to avoid ### How to reproduce it...
### Describe the bug There are two issues with sync_up and sync_down commands regarding excluded files and directories: 1. Excludes are looked at too late, after calculating md5 of all...
In Debian we are currently applying the following patch to Rex. We thought you might be interested in it too. Subject: Correct typos detected by lintian Origin: vendor From: Alex...