Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
abuild
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Adélie Linux
abuild
Commits
0a84eaef
Verified
Commit
0a84eaef
authored
Jul 21, 2019
by
Max Rees
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dash is my god now. and it hungers for quotes around local var= expansions.
parent
91988824
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
58 additions
and
58 deletions
+58
-58
abuild-sign.in
abuild-sign.in
+1
-1
abuild.in
abuild.in
+55
-55
buildlab.in
buildlab.in
+1
-1
newapkbuild.in
newapkbuild.in
+1
-1
No files found.
abuild-sign.in
View file @
0a84eaef
...
...
@@ -17,7 +17,7 @@ fi
do_sign
()
{
local
f i keyname repo
local
openssl
=
$(
command
-v
openssl
||
echo
libressl
)
local
openssl
=
"
$(
command
-v
openssl
||
echo
libressl
)
"
# we are actually only interested in the name, not the file itself
keyname
=
${
pubkey
##*/
}
...
...
abuild.in
View file @
0a84eaef
This diff is collapsed.
Click to expand it.
buildlab.in
View file @
0a84eaef
...
...
@@ -49,7 +49,7 @@ die() {
}
runpart
()
{
local
part
=
$1
local
part
=
"
$1
"
msg
"Running part
$part
"
$part
||
die
"
$part
failed"
}
...
...
newapkbuild.in
View file @
0a84eaef
...
...
@@ -154,7 +154,7 @@ __EOF__
# Create new aport from templates
newaport
()
{
local
newname
=
"
${
1
##*/
}
"
local
pn
=
${
newname
%-[0-9]*
}
local
pn
=
"
${
newname
%-[0-9]*
}
"
local
pv
local source
=
is_url
"
$1
"
&&
source
=
"
$1
"
...
...
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