Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
668d85ea
Commit
668d85ea
authored
Apr 17, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm update: enable fetching debugging when --debug
parent
d59c4815
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
epm-update
bin/epm-update
+2
-1
No files found.
bin/epm-update
View file @
668d85ea
...
@@ -91,7 +91,8 @@ case $BASEDISTRNAME in
...
@@ -91,7 +91,8 @@ case $BASEDISTRNAME in
"alt"
)
"alt"
)
# TODO: hack against cd to cwd in apt-get on ALT
# TODO: hack against cd to cwd in apt-get on ALT
cd
/
cd
/
sudocmd apt-get update
local
APTOPTIONS
=
"
$dryrun
$(
subst_option non_interactive
-y
)
$(
subst_option debug
"-o Acquire::Verbose=1 -o Debug::pkgAcquire::Auth=1 -o Debug::identcdrom=1 -o Debug::Acquire::http=1 "
)
"
sudocmd apt-get update
$APTOPTIONS
ret
=
"
$?
"
ret
=
"
$?
"
cd
-
>
/dev/null
cd
-
>
/dev/null
if
[
"
$ret
"
!=
"0"
]
&&
[
-z
"
$quiet
"
]
;
then
if
[
"
$ret
"
!=
"0"
]
&&
[
-z
"
$quiet
"
]
;
then
...
...
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