Compare commits
No commits in common. "83e11af51963565243912ce3c64b1a96c8c3b4a4" and "d606ae9688c08536320fecd664ec1f933b59e5df" have entirely different histories.
83e11af519
...
d606ae9688
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
.idea
|
@ -362,8 +362,6 @@ function do_retention () {
|
||||
function main () {
|
||||
local pkgs_in_transaction
|
||||
pkgs_in_transaction=("${@}")
|
||||
pkgs_in_transaction=("${pkgs_in_transaction[@]//+/_}")
|
||||
pkgs_in_transaction=("${pkgs_in_transaction[@]//@/.}")
|
||||
|
||||
local -a important_pkgs_in_transaction trivial_pkgs_in_transaction
|
||||
split_pkgs_by_importance "${pkgs_in_transaction[@]}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user