]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/commitdiff
Update projects clean script to match example lines from 2014 student page template.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Tue, 2 Sep 2014 22:26:45 +0000 (00:26 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Tue, 2 Sep 2014 22:26:45 +0000 (00:26 +0200)
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
student/prj-clean-pointers

index c7df95b0a4e87514edf7189f157fe47b8e8ab6d6..dfc85eae61788c481000d06b0d4d698d7530e0a7 100755 (executable)
@@ -14,8 +14,14 @@ for stud in * ; do
         -e '/^\*\*Domovská stránka projektu:\*\* <http:\/\/www.example.com>$/d' \
         -e '/^\* \[My communication with developers in a public mailing list archive\](http:\/\/groups.google.com\/group\/comp.os.minix\/browse_thread\/thread\/e3df794a2bce97da\/2194d253268b0a1b?#2194d253268b0a1b)$/d' \
         -e '/^\* \[Version control repository with the actual state of my work\](http:\/\/git.kernel.org\/?p=linux\/kernel\/git\/torvalds\/linux-2.6.git;a=summary)/d' \
-        -e '/^\* \[My commit in the project repository\](http:\/\/git.kernel.org\/?p=linux\/kernel\/git\/torvalds\/linux-2.6.git;a=commit;h=ea90002b0fa7bdee86ec22eba1d951f30bf043a6)/d' \
+        -e '/^\* \[My commit in the project repository\](http:\/\/git.kernel.org\/?p=linux\/kernel\/git\/torvalds\/linux-2.6.git;a=commit;h=ea90002b0fa7bdee86ec22eba1d951f30bf043a6)$/d' \
         -e '/^\* \[Additional supporting material\](http:\/\/lwn.net\/Articles\/385586\/)/d' \
+        -e '/^\* \[\[Example\] My communication with developers in a public mailing list archive\](http:\/\/groups.google.com\/group\/comp.os.minix\/browse_thread\/thread\/e3df794a2bce97da\/2194d253268b0a1b?#2194d253268b0a1b)$/d' \
+        -e '/^\* \[\[Example\] Version control repository with the actual state of my work\](http:\/\/git.kernel.org\/?p=linux\/kernel\/git\/torvalds\/linux-2.6.git;a=summary)$/d' \
+        -e '/^\* \[\[Example\] My commit in the project repository\](http:\/\/git.kernel.org\/?p=linux\/kernel\/git\/torvalds\/linux-2.6.git;a=commit;h=ea90002b0fa7bdee86ec22eba1d951f30bf043a6)$/d' \
+        -e '/^\* \[\[Example\] Additional supporting material\](http:\/\/lwn.net\/Articles\/385586\/)$/d' \
+        -e '/<img alt=.* border=[^ ]* height=[^ ]* src=.https:\/\/www.ohloh.net\/accounts\/9897\/widgets\/account_detailed.gif. width=[^ ]* *\/>$/d' \
+        -e '/^<a href=.https:\/\/www.ohloh.net\/accounts\/9897?ref=Detailed. target=._blank.>$/,/^<\/a>$/d' \
         "$stud/index.mdwn"
     fi
     if [ ! -e "$stud/prezentace1.pdf" ] ; then