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
a4fc45b0
Commit
a4fc45b0
authored
Oct 16, 2020
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update comments
parent
655546a8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
TODO
TODO
+3
-0
epm-addrepo
bin/epm-addrepo
+4
-2
epm-removerepo
bin/epm-removerepo
+1
-0
No files found.
TODO
View file @
a4fc45b0
...
...
@@ -2,6 +2,9 @@
epme вызывает apt-get remove для пакетов, которых нет при удалении через rpm
yum versionlock - сравнить/обобщить
https://itfb.com.ua/kak-zablokirovat-obnovlenie-odnogo-iz-paketov-ili-ispolzuem-yum-versionlock/
apt-mark (для работы autoremove and autoorphans) - помечать то, что удалять не следует
apt-mark hold unhold showhold auto manual showauto showmanual
...
...
bin/epm-addrepo
View file @
a4fc45b0
...
...
@@ -118,12 +118,14 @@ __epm_addrepo_altlinux()
info
"Add branch repo. Use follow params:"
sudocmd apt-repo
$dryrun
add branch
echo
"etersoft - for LINUX@Etersoft repo"
echo
"basealt - for BaseALT repo"
echo
"yandex - for BaseALT repo mirror on yandex (recommended)"
echo
"<task number> - add task repo"
echo
"archive 2018/02/09 - for archive from that date"
echo
"autoimports - for BaseALT autoimports repo"
return
fi
# TODO: add other mirror (mirror.yandex.ru)
# TODO: apt-repo supports archive
sudocmd apt-repo
$dryrun
add
"
$repo
"
}
...
...
bin/epm-removerepo
View file @
a4fc45b0
...
...
@@ -63,6 +63,7 @@ __epm_removerepo_alt()
__epm_removerepo_alt_grepremove
" repo/
$1
/"
;;
*
)
# TODO: if return empty for whole line, use grep
sudocmd apt-repo
$dryrun
rm
"
$*
"
;;
esac
...
...
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