Skip to content

Commit

Permalink
reduce sample size
Browse files Browse the repository at this point in the history
  • Loading branch information
matyaskopp committed Aug 3, 2023
1 parent 58e9025 commit 45b1675
Show file tree
Hide file tree
Showing 17 changed files with 92 additions and 28,912 deletions.
2,843 changes: 0 additions & 2,843 deletions CD.sample/CD170131.xml

This file was deleted.

6,038 changes: 0 additions & 6,038 deletions CD.sample/CD190122.xml

This file was deleted.

5,336 changes: 0 additions & 5,336 deletions CD.sample/CD210128.xml

This file was deleted.

6,113 changes: 0 additions & 6,113 deletions CD.sample/CD230124.xml

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ patch-cnv1-result:

CD.sample:
mkdir CD.sample
ls CD/CD*.xml |sort | perl -ne '($$prev)=($$x//"CD00") =~ m/.*CD(..)/; $$x=$$_;print "$$x" unless $$x =~ m/CD$$prev/; END{print "$$x";}'| xargs -I {} cp {} CD.sample/
ls CD/CD*.xml |sort | perl -ne 'print "$$_" unless $$prev;($$prev)=($$x//"CD00") =~ m/.*CD(..)/; $$x=$$_;print "$$x" unless $$x =~ m/CD$$prev/ || $$x !~ m/CD.[02468]/; END{print "$$x";}' | xargs -I {} cp {} CD.sample/
cp CD/*.dtd CD.sample/

create-sample: CD.sample
Expand Down
Loading

0 comments on commit 45b1675

Please sign in to comment.