summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-09-30 14:04:46 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-09-30 14:04:46 +0000
commit6639957c660ebe72672dd37aa06ce3c9abb33542 (patch)
tree8faf0b0edf6902128b6bdb85a6741a576ed0e6ee
parenta3e5e301fc7ddd9db3cf9c576e7dfb8a356d81e6 (diff)
downloadATCD-6639957c660ebe72672dd37aa06ce3c9abb33542.tar.gz
Fri Sep 30 14:03:58 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/fuzz.pl: Check more filetypes for id tag * docs/bczar/bczar.html: Added some more packages
-rw-r--r--ACE/ChangeLog10
-rwxr-xr-xACE/bin/fuzz.pl5
-rw-r--r--ACE/docs/bczar/bczar.html4
3 files changed, 15 insertions, 4 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index d98f47f7b88..ad237f9b3c7 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,8 +1,16 @@
+Fri Sep 30 14:03:58 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/fuzz.pl:
+ Check more filetypes for id tag
+
+ * docs/bczar/bczar.html:
+ Added some more packages
+
Thu Sep 29 01:58:23 UTC 2011 Abdullah Sowayan <sowayan@gmail.com>
* include/makeinclude/platform_macosx_lion.GNU:
- LLVM is the default compiler on Lion for now on.
+ LLVM is the default compiler on Lion for now on.
Fri Sep 23 12:45:47 UTC 2011 Marcel Smit <msmit@remedy.nl>
diff --git a/ACE/bin/fuzz.pl b/ACE/bin/fuzz.pl
index 3b1187e78db..a7178223368 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -168,6 +168,9 @@ sub store_file ($)
elsif ($name =~ /\.(pm|cmd|java|sh|txt|xml)$/i) {
push @files_generic, ($name);
}
+ elsif ($name =~ /README$/i) {
+ push @files_generic, ($name);
+ }
}
##############################################################################
@@ -225,7 +228,7 @@ sub check_for_id_string ()
print "Running \$Id\$ string check\n";
foreach $file (@files_cpp, @files_inl, @files_h, @files_mpc, @files_bor,
@files_gnu, @files_html, @files_idl, @files_pl,
- @makefile_files, @files_cdp, @files_py, @files_conf) {
+ @makefile_files, @files_cdp, @files_py, @files_conf, @files_generic) {
my $found = 0;
if (open (FILE, $file)) {
print "Looking at file $file\n" if $opt_d;
diff --git a/ACE/docs/bczar/bczar.html b/ACE/docs/bczar/bczar.html
index 7733b4b356b..e2b60d22567 100644
--- a/ACE/docs/bczar/bczar.html
+++ b/ACE/docs/bczar/bczar.html
@@ -102,12 +102,12 @@
Make sure your release system has all the needed tools. This can be achieved on Fedora
using:
<ul>
- <li><code>yum install perl svn screen pysvn automake doxygen bzip2 tar gzip openssh graphviz zip libtool</code></li>
+ <li><code>yum install perl svn screen pysvn automake doxygen bzip2 tar gzip openssh graphviz zip libtool GitPython</code></li>
<li><code>yum update</code></li>
</ul>
If you want to perform a full build with qt support, than run:
<ul>
- <li><code>yum install perl svn screen pysvn automake doxygen bzip2 tar gzip openssh graphviz zip libtool gcc-c++ boost-devel valgrind openssl-devel gcc qt4 fltk-devel bzip2-devel rsync openssl lzo-devel zziplib-devel acpid acpi nfs-utils java xerces-c xerces-c-devel mc qt qt-devel icecream ruby ruby-devel lksctp-tools-devel git glibc.i686 libstdc++.i686 ncurses-libs.i686 zlib.i686 telnet</code></li>
+ <li><code>yum install perl svn screen pysvn automake doxygen bzip2 tar gzip openssh graphviz zip libtool gcc-c++ boost-devel valgrind openssl-devel gcc qt4 fltk-devel bzip2-devel rsync openssl lzo-devel zziplib-devel acpid acpi nfs-utils java xerces-c xerces-c-devel mc qt qt-devel icecream ruby ruby-devel lksctp-tools-devel git glibc.i686 libstdc++.i686 ncurses-libs.i686 zlib.i686 telnet GitPython</code></li>
</ul>
</li>
<li>