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
17
Issues
17
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
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
cf3f0b87
Commit
cf3f0b87
authored
Nov 23, 2010
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lbu: fix lbu diff and lbu list for encrypted apkovls
parent
269b0608
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lbu.in
lbu.in
+2
-0
No files found.
lbu.in
View file @
cf3f0b87
...
...
@@ -334,6 +334,7 @@ usage: $PROGRAM list|ls
cmd_list
()
{
VERBOSE
=
"-v"
DRYRUN
=
"-n"
ENCRYPTION
=
cmd_package
/
dev
/
null
}
...
...
@@ -624,6 +625,7 @@ cmd_diff() {
init_tmpdir
tmp
mkdir
-
p
"$tmpdir/a"
"$tmp/b"
unpack_apkovl
"$tmp/a"
ENCRYPTION
=
cmd_package
-
|
tar
-
C
"$tmp/b"
-
zx
cd
"$tmp"
&&
diff
-
ruN
a
b
}
...
...
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