Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing files to MANIFEST... sighHEADmaster | Thierry Vignaud | 2020-05-07 | 1 | -0/+1 |
| | |||||
* | 0.060.06 | Thierry Vignaud | 2020-05-07 | 2 | -1/+3 |
| | |||||
* | Add distro details | Thierry Vignaud | 2020-05-07 | 2 | -0/+8 |
| | |||||
* | Include test data | Thierry Vignaud | 2020-05-07 | 1 | -0/+1 |
| | |||||
* | Simplify by not using at command | Thierry Vignaud | 2020-05-07 | 2 | -10/+2 |
| | |||||
* | Describe previous changes | Thierry Vignaud | 2020-05-07 | 1 | -0/+3 |
| | |||||
* | Make it easier to debug | Thierry Vignaud | 2020-05-06 | 1 | -1/+2 |
| | |||||
* | at -M only works on Linux | Thierry Vignaud | 2020-05-06 | 1 | -1/+2 |
| | | | | | Let's not break CPAN smokers on next version upload :-) It might be just simpler to use 'system("cmd... &")' instead of at... | ||||
* | (get_at_command) split it | Thierry Vignaud | 2020-05-06 | 2 | -3/+9 |
| | | | | Needed for next commit | ||||
* | List myself | Thierry Vignaud | 2020-05-06 | 1 | -0/+1 |
| | |||||
* | Make member() private | Thierry Vignaud | 2020-05-06 | 1 | -9/+3 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2020-05-06 | 1 | -3/+4 |
| | |||||
* | This is a package | Thierry Vignaud | 2020-05-06 | 1 | -0/+4 |
| | | | | Export what's needed for tests | ||||
* | Disable mail from 'at' when running wait-for- tests. | Martin Whitaker | 2020-05-06 | 2 | -2/+2 |
| | |||||
* | include new tests | Thierry Vignaud | 2020-05-06 | 1 | -0/+5 |
| | |||||
* | Fix plan if at is not installed | Thierry Vignaud | 2020-05-06 | 2 | -0/+2 |
| | | | | | | Else we were seeing: Failed to schedule copy of ISO to fake SCSI device # Tests were run but no plan was declared and done_testing() was not seen. | ||||
* | status is stable | Thierry Vignaud | 2020-05-06 | 1 | -0/+4 |
| | |||||
* | Needs perl-5.8 (Kwalitee) | Thierry Vignaud | 2020-05-06 | 1 | -0/+4 |
| | |||||
* | further perl_checker cleanups | Thierry Vignaud | 2020-05-06 | 1 | -2/+2 |
| | |||||
* | Add functional tests. | Martin Whitaker | 2020-05-05 | 7 | -0/+250 |
| | |||||
* | Fix typo in README. | Martin Whitaker | 2020-05-05 | 1 | -1/+1 |
| | |||||
* | Fill in license | Thierry Vignaud | 2020-05-04 | 1 | -0/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2020-05-04 | 1 | -3/+3 |
| | |||||
* | supplement perl_checker blacklist | Thierry Vignaud | 2020-05-04 | 1 | -0/+1 |
| | |||||
* | add README (Kwalitee) | Thierry Vignaud | 2020-05-04 | 1 | -0/+5 |
| | |||||
* | use strict (Kwalitee) | Thierry Vignaud | 2020-05-04 | 2 | -0/+3 |
| | |||||
* | add shebang | Thierry Vignaud | 2020-05-04 | 1 | -0/+1 |
| | |||||
* | make Makefile.PL not executable (Kwalitee) | Thierry Vignaud | 2020-05-04 | 1 | -0/+0 |
| | |||||
* | 0.050.05 | Thierry Vignaud | 2020-05-04 | 2 | -1/+3 |
| | |||||
* | check POD syntax & coverage too | Thierry Vignaud | 2020-05-04 | 3 | -0/+10 |
| | |||||
* | document member() - needed for next commit | Thierry Vignaud | 2020-05-04 | 1 | -0/+7 |
| | | | | also explain from where it came | ||||
* | do not reinvent Test::More... | Thierry Vignaud | 2020-05-04 | 1 | -5/+3 |
| | |||||
* | Remove reactor shutdown kludge - it's no longer necessary. | Martin Whitaker | 2020-05-04 | 1 | -11/+2 |
| | |||||
* | Update Changes. | Martin Whitaker | 2020-05-04 | 1 | -0/+6 |
| | |||||
* | Update documentation. | Martin Whitaker | 2020-05-04 | 1 | -10/+14 |
| | |||||
* | Remove redundant fallback to system mount/umount. | Martin Whitaker | 2020-05-04 | 1 | -53/+3 |
| | | | | udisks2 correctly handles devices listed in /etc/fstab. | ||||
* | Recognise any media that has a CD filesystem (iso9660 or udf). | Martin Whitaker | 2020-05-04 | 1 | -1/+2 |
| | | | | This allows urpmi to automatically mount installer ISOs on USB sticks. | ||||
* | Fix "Use of uninitialized value" message (mga#16142). | Martin Whitaker | 2020-05-04 | 1 | -0/+1 |
| | |||||
* | Convert to udisks2. | Martin Whitaker | 2020-05-04 | 1 | -45/+57 |
| | |||||
* | rename 'hal_path' as 'udisks_path' since we no longuer use Hal | Thierry Vignaud | 2012-10-01 | 1 | -54/+54 |
| | |||||
* | rename 'hal_cdroms' as 'cdroms' since we no longuer use Hal | Thierry Vignaud | 2012-10-01 | 1 | -21/+21 |
| | |||||
* | rename 'hal_dn' as 'dn' since we no longuer use Hal | Thierry Vignaud | 2012-10-01 | 1 | -7/+7 |
| | |||||
* | rename 'hal' as 'service' since we no longuer use Hal | Thierry Vignaud | 2012-10-01 | 1 | -6/+6 |
| | |||||
* | 0.040.04 | Thierry Vignaud | 2012-01-29 | 3 | -2/+4 |
| | |||||
* | (list,get_mount_point,mount,mount_hal,eject,unmount_hal) adapt to udisks API | Thierry Vignaud | 2012-01-29 | 1 | -18/+21 |
| | |||||
* | (_get_device) rename as _get_udisks_device(), returning the actual Device | Thierry Vignaud | 2012-01-29 | 1 | -1/+7 |
| | | | | (_get_device) return the Properties interface of the device | ||||
* | (_GetProperty) introduce it as a wrapper to retrieve properties | Thierry Vignaud | 2012-01-29 | 1 | -0/+6 |
| | |||||
* | (new,list,wait_for_insert,wait_for_mounted) connect to udisks instead of HAL | Thierry Vignaud | 2012-01-29 | 2 | -5/+7 |
| | |||||
* | (member) copy it from MDK::Common, needed for next commits | Thierry Vignaud | 2012-01-29 | 1 | -0/+2 |
| | |||||
* | blacklist some files | Thierry Vignaud | 2012-01-29 | 1 | -0/+7 |
| |