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
Vladislav
eepm
Commits
07ae6e64
Commit
07ae6e64
authored
Nov 06, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm addrepo: add deferred repo support
parent
3ddb4744
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
epm-addrepo
bin/epm-addrepo
+12
-0
No files found.
bin/epm-addrepo
View file @
07ae6e64
...
...
@@ -177,6 +177,8 @@ epm repo add - add branch repo. Use follow params:
autoimports - for BaseALT autoimports repo"
autoports - for Autoports repo (with packages from Sisyphus rebuilt to the branch)
altlinuxclub - for altlinuxclub repo (http://altlinuxclub.ru/)"
deferred - for Etersoft Sisyphus Deferred repo"
deferred.org - for Etersoft Sisyphus Deferred repo (at mirror.eterfund.org)"
etersoft - for LINUX@Etersoft repo"
korinf - for Korinf repo"
<task number> - add task repo"
...
...
@@ -270,6 +272,16 @@ __epm_addrepo_altlinux()
epm repo add
"rpm
$http
://download.etersoft.ru/pub Korinf/ALTLinux/
$DISTRVERSION
main"
return
0
;;
deferred
)
[
"
$DISTRVERSION
"
=
"Sisyphus"
]
||
fatal
"Etersot Sisyphus Deferred supported only for ALT Sisyphus."
epm repo add
"http://download.etersoft.ru/pub Etersoft/Sisyphus/Deferred"
return
0
;;
deferred.org
)
[
"
$DISTRVERSION
"
=
"Sisyphus"
]
||
fatal
"Etersot Sisyphus Deferred supported only for ALT Sisyphus."
epm repo add
"http://mirror.eterfund.org/download.etersoft.ru/pub Etersoft/Sisyphus/Deferred"
return
0
;;
archive
)
datestr
=
"
$2
"
echo
"
$datestr
"
|
grep
-Eq
"^20[0-2][0-9]/[01][0-9]/[0-3][0-9]$"
||
fatal
"use follow date format: 2017/01/31"
...
...
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