script to retroactively add commitids to past openbsd commits

gcc INSTALL file oddity was fixed in the repo at g2k16

-10
-10
openbsd-commitid.rb
··· 27 27 sc.stray_commitids_to_changesets 28 28 sc.fill_in_changeset_data 29 29 30 - if tree == "src" 31 - # gcc has an old INSTALL file that later became a directory, so checking 32 - # out -r1.1 of the tree will throw an error when it tries to mkdir over the 33 - # existing file. move it to some other name since it was deleted long ago 34 - if File.exists?(CVSROOT + "src/gnu/usr.bin/gcc/Attic/INSTALL,v") 35 - system("mv", "-f", CVSROOT + "src/gnu/usr.bin/gcc/Attic/INSTALL,v", 36 - CVSROOT + "src/gnu/usr.bin/gcc/Attic/INSTALL.old,v") 37 - end 38 - end 39 - 40 30 sc.repo_surgery(CVSTMP, CVSROOT, tree) 41 31 42 32 sc.outputter.changelog("cvs.openbsd.org",