I ran test cases using rpm-4.18.2 and found one test case failed:
```
...
383: rpm -e and verify conflicting files removed 1 FAILED (rpme.at:327)
...
```
I encountered this problem in 4.18.0, but it was too late to provide a
reproduction method, resulting in the
issue(https://github.com/rpm-so
@pmatilai commented on this pull request.
> +
+ spawn({command} [, {actions}])
+
+Spawn, aka execute, an external program. (rpm >= 4.20)
+
+`{command}` is a table consisting of the command and its arguments.
+An optional second table can be used to pass various actions related
+to the comman
@pmatilai pushed 1 commit.
6e8d0ed17dabd2a287818dfba70cf0ba6798bbfa Add rpm.spawn() Lua API
--
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3241/files/8541a9f9476899ae9cc5c7ad8264285e9ccc70c7..6e8d0ed17dabd2a287818dfba70cf0ba6798bbfa
You are receiving this because you
@hroncok commented on this pull request.
> +
+ spawn({command} [, {actions}])
+
+Spawn, aka execute, an external program. (rpm >= 4.20)
+
+`{command}` is a table consisting of the command and its arguments.
+An optional second table can be used to pass various actions related
+to the command
@pmatilai commented on this pull request.
> +
+ spawn({command} [, {actions}])
+
+Spawn, aka execute, an external program. (rpm >= 4.20)
+
+`{command}` is a table consisting of the command and its arguments.
+An optional second table can be used to pass various actions related
+to the comman
@pmatilai commented on this pull request.
> +
+ spawn({command} [, {actions}])
+
+Spawn, aka execute, an external program. (rpm >= 4.20)
+
+`{command}` is a table consisting of the command and its arguments.
+An optional second table can be used to pass various actions related
+to the comman
@pmatilai pushed 1 commit.
8541a9f9476899ae9cc5c7ad8264285e9ccc70c7 Add rpm.spawn() Lua API
--
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3241/files/49b481e2bd836281aae1e4511921f2db45d83068..8541a9f9476899ae9cc5c7ad8264285e9ccc70c7
You are receiving this because you
@hroncok commented on this pull request.
> +
+ spawn({command} [, {actions}])
+
+Spawn, aka execute, an external program. (rpm >= 4.20)
+
+`{command}` is a table consisting of the command and its arguments.
+An optional second table can be used to pass various actions related
+to the command
@pmatilai pushed 1 commit.
49b481e2bd836281aae1e4511921f2db45d83068 Add rpm.spawn() Lua API
--
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3241/files/fe89b2bfec66c0d075186607a304b9eb958c7c51..49b481e2bd836281aae1e4511921f2db45d83068
You are receiving this because you
Closing this in favor of #3241. Thanks again for the suggestions!
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3236#issuecomment-2286036700
You are receiving this because you are subscribed to this thread.
Message ID: _
Closed #3236.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3236#event-13862183995
You are receiving this because you are subscribed to this thread.
Message ID:
___
Rpm-maint mailing list
Rpm
Turns out real-world usage needs more control than rpm.execute() delivers. This
could be crammed into rpm.execute() but it'd be forward incompatible in a
somewhat non-obvious way, we might just as well add a separate function for it.
Supports redirecting stdin, stdout and stderr to a given path,
@ffesti pushed 1 commit.
341abaf4de2ec1c933577e4af688e70816d663fc Improve error reporting in the fsm
--
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3175/files/88649f3d1fe7b84520d2753bf6e95c8411570f45..341abaf4de2ec1c933577e4af688e70816d663fc
You are receiving this bec
Ack, I'll look into that.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3239#issuecomment-2285859044
You are receiving this because you are subscribed to this thread.
Message ID: ___
Rpm-maint
14 matches
Mail list logo