Unverified Commit 0fa19a38 authored by Robin H. Johnson's avatar Robin H. Johnson
Browse files

package: further debug of empty rebuild command.


Signed-off-by: default avatarRobin H. Johnson <robbat2@gentoo.org>
parent 34be5733
...@@ -282,6 +282,10 @@ define portage::package ( ...@@ -282,6 +282,10 @@ define portage::package (
false => "${portage::emerge_command} --changed-use -u1 ${atom}", false => "${portage::emerge_command} --changed-use -u1 ${atom}",
default => '/bin/false Should-Not-Trigger', # This should not happen. default => '/bin/false Should-Not-Trigger', # This should not happen.
} }
notify { "rebuild_${atom}_msg":
message => "rebuild_command=${rebuild_command}",
withpath => true,
}
exec { "rebuild_${atom}": exec { "rebuild_${atom}":
command => $rebuild_command, command => $rebuild_command,
refreshonly => true, refreshonly => true,
......
{ {
"name": "gentoo-portage", "name": "gentoo-portage",
"version": "2.4.2", "version": "2.4.3",
"author": "Gentoo", "author": "Gentoo",
"summary": "Puppet types and providers for Gentoo portage", "summary": "Puppet types and providers for Gentoo portage",
"license": "GPL-2.0", "license": "GPL-2.0",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment