chg: [build] ensuring the list of PDFs concatenated are consistent

improvedChecklist
Alexandre Dulaunoy 2018-12-29 17:39:41 +01:00
parent 6d6e8335bb
commit fb3a4a9ab8
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 1 deletions

View File

@ -24,7 +24,13 @@ cd ../..
echo "Generating handout..."
cd output
pdfunite *.pdf ../misp-training.pdf
for pdf in ${slidedecks[@]}; do
listofpdf+="${pdf}.pdf "
done
echo ${listofpdf}
pdfunite ${listofpdf} ack.pdf ../misp-training.pdf
cd ..
exiftool -overwrite_original_in_place -Title="MISP Training and Slide Decks" -Author="CIRCL Computer Incident Response Center Luxembourg" -Subject="MISP Threat Intelligence Platform Training Materials" -Keywords="MISP Threat Intelligence CTI STIX information sharing yara sigma suricata snort bro openioc threat-actor TIP threat intelligence platform circl.lu training cybersecurity MISPProject" misp-training.pdf