Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakub Panek
aports
Commits
8aa5e213
Commit
8aa5e213
authored
11 years ago
by
Jim Pryor
Committed by
Natanael Copa
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
abuild-sign: reformat error output
parent
83ff539c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
abuild-sign.in
+9
-7
9 additions, 7 deletions
abuild-sign.in
with
9 additions
and
7 deletions
abuild-sign.in
+
9
−
7
View file @
8aa5e213
...
...
@@ -79,13 +79,15 @@ if [ $# -eq 0 ]; then
fi
if
[
-z
"
$privkey
"
]
;
then
echo
"No private key found. Use 'abuild-keygen' to generate the keys"
echo
"Then you can either:"
echo
" 1. set the PACKAGER_PRIVKEY in
$abuild_userconf
"
echo
" (Note that 'abuild-keygen -a' does this for you)"
echo
" 2. set the PACKAGER_PRIVKEY in
$abuild_conf
"
echo
" 3. specify the key with the -k option"
echo
""
cat
>
&2
<<
__EOF__
No private key found. Use 'abuild-keygen' to generate the keys.
Then you can either:
* set the PACKAGER_PRIVKEY in
$abuild_userconf
('abuild-keygen -a' does this for you)
* set the PACKAGER_PRIVKEY in
$abuild_conf
* specify the key with the -k option to
$prog
__EOF__
exit
1
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment