Skip to content

Commit

Permalink
rm "
Browse files Browse the repository at this point in the history
  • Loading branch information
ipitio committed Mar 4, 2025
1 parent b5142f5 commit a8bccf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ main() {
awk -F'|' '{print $2}' packages_already_updated
)" | sort -u | parallel "sed -i '\,^{}$,d' $BKG_OWNERS"

sed -i 's/"//g' "$BKG_OWNERS"
head -n $(($(sort -u <"$connections" | wc -l) + 100)) "$BKG_OWNERS" | env_parallel --lb save_owner
awk -F'|' '{print $1"/"$2}' packages_to_update | sort -uR 2>/dev/null | head -n1000 | env_parallel --lb save_owner
parallel "sed -i '\,^{}$,d' $BKG_OWNERS" <"$connections"
Expand Down

0 comments on commit a8bccf0

Please sign in to comment.