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
47f46322
Commit
47f46322
authored
Apr 07, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm update: don't run upgrade if has args
parent
0d68f24c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
epm
bin/epm
+2
-2
epm-update
bin/epm-update
+4
-4
No files found.
bin/epm
View file @
47f46322
...
...
@@ -331,9 +331,9 @@ check_command()
;;
# HELPCMD: PART: Repository control:
update|update-repo|ur
)
# HELPCMD: update remote package repository databases
(with args, run upgrade)
update|update-repo|ur
)
# HELPCMD: update remote package repository databases
epm_cmd
=
update
#
direct_args=1
direct_args
=
1
;;
addrepo|ar|--add-repo
)
# HELPCMD: add package repo (etersoft, autoimports, archive 2017/01/31); run with param to get list
epm_cmd
=
addrepo
...
...
bin/epm-update
View file @
47f46322
...
...
@@ -205,10 +205,10 @@ epm_update()
fi
# update with args is the alias for upgrade
if
[
-n
"
$*
"
]
;
then
epm upgrade
"
$@
"
return
fi
#
if [ -n "$*" ] ; then
#
epm upgrade "$@"
#
return
#
fi
__epm_update
"
$@
"
||
return
...
...
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