Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Forks
Puppet Portage
Commits
0fa19a38
Unverified
Commit
0fa19a38
authored
Oct 10, 2017
by
Robin H. Johnson
Browse files
package: further debug of empty rebuild command.
Signed-off-by:
Robin H. Johnson
<
robbat2@gentoo.org
>
parent
34be5733
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
manifests/package.pp
manifests/package.pp
+4
-0
metadata.json
metadata.json
+1
-1
No files found.
manifests/package.pp
View file @
0fa19a38
...
@@ -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
,
...
...
metadata.json
View file @
0fa19a38
{
{
"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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment