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
Builder Robot
eepm
Commits
2157ba2d
Commit
2157ba2d
authored
Dec 04, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm reposave: add apm support
parent
822b3733
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
epm-reposave
bin/epm-reposave
+3
-3
No files found.
bin/epm-reposave
View file @
2157ba2d
...
@@ -81,7 +81,7 @@ end_change_alt_repo()
...
@@ -81,7 +81,7 @@ end_change_alt_repo()
epm_reposave
()
epm_reposave
()
{
{
case
$PMTYPE
in
case
$PMTYPE
in
apt-
*
)
apt-
*
|
apm-
*
)
if
!
is_root
;
then
if
!
is_root
;
then
sudoepm repo save
sudoepm repo save
return
return
...
@@ -98,7 +98,7 @@ esac
...
@@ -98,7 +98,7 @@ esac
epm_reporestore
()
epm_reporestore
()
{
{
case
$PMTYPE
in
case
$PMTYPE
in
apt-
*
)
apt-
*
|
apm-
*
)
if
!
is_root
;
then
if
!
is_root
;
then
sudoepm repo restore
sudoepm repo restore
return
return
...
@@ -136,7 +136,7 @@ esac
...
@@ -136,7 +136,7 @@ esac
epm_repostatus
()
epm_repostatus
()
{
{
case
$PMTYPE
in
case
$PMTYPE
in
apt-
*
)
apt-
*
|
apm-
*
)
load_helper epm-check_updated_repo
load_helper epm-check_updated_repo
if
[
-n
"
$short
"
]
;
then
if
[
-n
"
$short
"
]
;
then
local
days
local
days
...
...
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