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
5f6be316
Commit
5f6be316
authored
Aug 03, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve example of archive date
parent
dfbf6eb6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
epm
bin/epm
+1
-1
epm-addrepo
bin/epm-addrepo
+1
-1
epm-repo
bin/epm-repo
+1
-1
No files found.
bin/epm
View file @
5f6be316
...
@@ -323,7 +323,7 @@ check_command()
...
@@ -323,7 +323,7 @@ check_command()
epm_cmd
=
update
epm_cmd
=
update
direct_args
=
1
direct_args
=
1
;;
;;
addrepo|ar|--add-repo
)
# HELPCMD: add package repo (etersoft, autoimports, archive 2017/
12
/31); run with param to get list
addrepo|ar|--add-repo
)
# HELPCMD: add package repo (etersoft, autoimports, archive 2017/
01
/31); run with param to get list
epm_cmd
=
addrepo
epm_cmd
=
addrepo
direct_args
=
1
direct_args
=
1
;;
;;
...
...
bin/epm-addrepo
View file @
5f6be316
...
@@ -272,7 +272,7 @@ __epm_addrepo_altlinux()
...
@@ -272,7 +272,7 @@ __epm_addrepo_altlinux()
;;
;;
archive
)
archive
)
datestr
=
"
$2
"
datestr
=
"
$2
"
echo
"
$datestr
"
|
grep
-Eq
"^20[0-2][0-9]/[01][0-9]/[0-3][0-9]$"
||
fatal
"use follow date format: 2017/
12
/31"
echo
"
$datestr
"
|
grep
-Eq
"^20[0-2][0-9]/[01][0-9]/[0-3][0-9]$"
||
fatal
"use follow date format: 2017/
01
/31"
local
rpmsign
=
'[alt]'
local
rpmsign
=
'[alt]'
[
"
$branch
"
!=
"sisyphus"
]
&&
rpmsign
=
"[
$branch
]"
[
"
$branch
"
!=
"sisyphus"
]
&&
rpmsign
=
"[
$branch
]"
...
...
bin/epm-repo
View file @
5f6be316
...
@@ -91,7 +91,7 @@ epm_repo()
...
@@ -91,7 +91,7 @@ epm_repo()
load_helper epm-reposave
load_helper epm-reposave
epm_repostatus
"
$@
"
epm_repostatus
"
$@
"
;;
;;
add
)
# HELPCMD: add package repo (etersoft, autoimports, archive 2017/
12
/31); run with param to get list
add
)
# HELPCMD: add package repo (etersoft, autoimports, archive 2017/
01
/31); run with param to get list
load_helper epm-addrepo
load_helper epm-addrepo
epm_addrepo
"
$@
"
epm_addrepo
"
$@
"
;;
;;
...
...
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