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
Nurlan
eepm
Commits
42072b0c
Commit
42072b0c
authored
Nov 23, 2019
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove TASK: remove all packages from the TASK
parent
4e673a9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
epm-remove
bin/epm-remove
+6
-7
No files found.
bin/epm-remove
View file @
42072b0c
...
@@ -251,13 +251,12 @@ epm_remove()
...
@@ -251,13 +251,12 @@ epm_remove()
return
return
fi
fi
local
tn
=
$(
tasknumber
"
$pkg_names
"
)
if
[
"
$DISTRNAME
"
=
"ALTLinux"
]
;
then
if
[
-n
"
$tn
"
]
;
then
load_helper epm-sh-altlinux
assure_distr ALTLinux
"remove with task number"
if
tasknumber
"
$pkg_names
"
>
/dev/null
;
then
assure_exists apt-repo
assure_exists apt-repo
pkg_names
=
$(
showcmd apt-repo list
$tn
)
pkg_names
=
"
$(
get_task_packages
$pkg_names
)
"
#docmd epm remove $dryrun
fi
return
fi
fi
# TODO: fix pkg_names override
# TODO: fix pkg_names override
...
...
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