Rex icon indicating copy to clipboard operation
Rex copied to clipboard

Rex, the friendly automation framework

Results 125 Rex issues
Sort by recently updated
recently updated
newest added

This PR is an attempt to fix #1521 Also test for load_rexfile() is added. - [x] based on top of latest source code - [x] changelog entry included - [x]...

### Describe the bug Git has been capable of cloning into an existing, empty directory since commit https://github.com/git/git/commit/55892d23981917aefdb387ad7d0429f90cbd446a. Currently Rex will attempt to clone, see that the directory exists and...

triage needed

### Describe the bug The format for `inspect` command documentation is scattered around. https://metacpan.org/pod/Rex::Commands#inspect($varRef) ![Screenshot](https://i.imgur.com/rYYz9Ju.png) ### Expected behavior Proper POD rendering in MetaCPAN ### How to reproduce it Read https://metacpan.org/pod/Rex::Commands#inspect($varRef)...

bug
easy-to-fix

### Describe the bug [desc](https://metacpan.org/pod/Rex::Commands#desc($description)) says: Set the description of a **task**. ```perl desc "This is a task description of the following task"; task "mytask", sub { say "Do something";...

bug
docs needed

### Describe the bug df actually returns empty hash reference with or without a device argument in FreeBSD 13.1 (latest) release > This function returns a hash reference which reflects...

bug

This PR is an attempt to fix # by . ## Checklist - [X] based on top of latest source code - [X] changelog entry included - [X] tests pass...

## Describe the bug ## How to reproduce it On pretty old slackware 13.37 system (without dmidecode for example): #rex -T which: no dmidecode in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin) Tasks testrun Test run...

bug

## Describe the bug Using `sudo=true` in an INI file as in the example for [`Rex::Group::Lookup::INI`](https://metacpan.org/release/FERKI/Rex-1.13.4/view/lib/Rex/Group/Lookup/INI.pm) does not use `sudo` because it checks if the value is `== 1`, but...

bug

Fixes #1475. This PR is an attempt to fix #1475. ## Checklist - [x] based on top of latest source code - [ ] changelog entry included: we might want...

Fixes #1466. This PR is an attempt to fix #1466. The ticket is self-explanatory as well as those changes. ## Checklist - [x] based on top of latest source code...