Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
alpine-conf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
18
Issues
18
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
alpine-conf
Commits
3719115b
Commit
3719115b
authored
Oct 29, 2010
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lbu: send pre/post package scripts' output to stderr
This is so we don't break 'lbu package -'
parent
3c506aa5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lbu.in
lbu.in
+2
-2
No files found.
lbu.in
View file @
3719115b
...
@@ -234,7 +234,7 @@ cmd_package() {
...
@@ -234,7 +234,7 @@ cmd_package() {
init_tmpdir
tmpdir
init_tmpdir
tmpdir
if
[
-
d
"$LBU_PREPACKAGE"
];
then
if
[
-
d
"$LBU_PREPACKAGE"
];
then
run
-
parts
"$LBU_PREPACKAGE"
||
return
1
run
-
parts
"$LBU_PREPACKAGE"
>&
2
||
return
1
fi
fi
[
-
n
"$ENCRYPTION"
]
&&
suff
=
"$suff.$ENCRYPTION"
[
-
n
"$ENCRYPTION"
]
&&
suff
=
"$suff.$ENCRYPTION"
...
@@ -304,7 +304,7 @@ cmd_package() {
...
@@ -304,7 +304,7 @@ cmd_package() {
[
$
rc
-
eq
0
]
&&
vecho
"Created $pkg"
[
$
rc
-
eq
0
]
&&
vecho
"Created $pkg"
fi
fi
if
[
-
d
"$LBU_POSTPACKAGE"
];
then
if
[
-
d
"$LBU_POSTPACKAGE"
];
then
run
-
parts
"$LBU_POSTPACKAGE"
run
-
parts
"$LBU_POSTPACKAGE"
>&
2
fi
fi
return
$
rc
return
$
rc
}
}
...
...
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