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
e0c1ee7a
Commit
e0c1ee7a
authored
Aug 28, 2021
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes
parent
c0e7d570
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
epm-release_upgrade
bin/epm-release_upgrade
+1
-1
epm-removerepo
bin/epm-removerepo
+1
-1
check_eepm.log
check_eepm.log
+1
-0
No files found.
bin/epm-release_upgrade
View file @
e0c1ee7a
...
...
@@ -44,7 +44,7 @@ __restore_alt_repo_lists()
[
-s
"
$i
"
]
||
continue
local
DD
=
"
$(
echo
"
$i
"
|
sed
-e
"s|/etc|
$SAVELISTDIR
|"
)
"
# restore only if there are differences
diff
-q
"
$DD
"
"
$i
"
>
/dev/null |
continue
diff
-q
"
$DD
"
"
$i
"
>
/dev/null
|
|
continue
mv
$verbose
"
$DD
"
"
$i
"
||
warning
"Can't restore
$i
file"
done
}
...
...
bin/epm-removerepo
View file @
e0c1ee7a
...
...
@@ -26,7 +26,7 @@ __epm_removerepo_alt_grepremove()
rl
=
"
$((
quiet
=
1
epm repolist
)
2
>/
dev/null
|
grep
-
E
"
$1
"
)
"
[ -z "
$rl
" ] && warning "
Can
't find '
$1
' in the repos (see '
# epm repolist' output)" && return 1
echo
"
$rl
"
|
while
read
rp
;
do
[
-
n
"
$dryrun
"
]
&&
apt-repo
--
dry-
run
rm
"
$rp
"
&&
continue
[
-
n
"
$dryrun
"
]
&&
docmd apt-repo
$dry
run
rm
"
$rp
"
&&
continue
if
[
-
n
"
$verbose
"
]
;
then
sudocmd apt-repo
$dryrun
rm
"
$rp
"
else
...
...
check_eepm.log
View file @
e0c1ee7a
/bin/echo
coreutils
diffutils
eepm
file
findutils
...
...
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