Skip to content
Snippets Groups Projects

one last DLA import

Closed Antoine Beaupré requested to merge anarcat/webwml:mass-dla-import-3 into master

Workflow hasn't kicked in yet, still need another import, but hopefully the last.

This was done with:

cd english/lts/security/
rsync -vPa master.debian.org:/home/debian/lists/debian-lts-announce .
cd debian-lts-announce
xzcat *.xz > ../giant.mbox
cat debian-lts-announce.201710 debian-lts-announce.201902 >> ../giant.mbox
cd ../
mbox2maildir giant.mbox debian-lts-announce.d
for mail in debian-lts-announce.d/new/*; do ./parse-dla.pl $mail; done
git add 2019/
git commit -m'one last DLA import'
history
git commit --amend

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading