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
df3e7d89
Unverified
Commit
df3e7d89
authored
Aug 08, 2017
by
A. Wilcox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
abuild: force pax format to error out *early* with bb tar
parent
663e9db1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
abuild-gzsplit
abuild-gzsplit
+0
-0
abuild.in
abuild.in
+2
-2
No files found.
abuild-gzsplit
0 → 100755
View file @
df3e7d89
File added
abuild.in
View file @
df3e7d89
...
...
@@ -1496,7 +1496,7 @@ create_apks() {
touch
.
dummy
set
--
.
dummy
fi
tar
--
xattrs
-
f
-
-
c
"$@"
|
abuild
-
tar
--
hash
|
$
gzip
-
9
>
"$dir"
/
data
.
tar
.
gz
tar
--
format
pax
--
xattrs
-
f
-
-
c
"$@"
|
abuild
-
tar
--
hash
|
$
gzip
-
9
>
"$dir"
/
data
.
tar
.
gz
msg
"Create checksum..."
#
append
the
hash
for
data
.
tar
.
gz
...
...
@@ -1505,7 +1505,7 @@ create_apks() {
#
control
.
tar
.
gz
cd
"$dir"
tar
-
f
-
-
c
$(
cat
"$dir"
/.
metafiles
)
|
abuild
-
tar
--
cut
\
tar
-
-
format
pax
-
f
-
-
c
$(
cat
"$dir"
/.
metafiles
)
|
abuild
-
tar
--
cut
\
|
$
gzip
-
9
>
control
.
tar
.
gz
abuild
-
sign
-
q
control
.
tar
.
gz
||
exit
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