[debian-edu-commits] debian-edu/debian-edu-doc.git (#497) - wheezy (branch) updated: 1.2_20090131-12-g2b887a5

David Prévot taffit at alioth.debian.org
Sat Oct 5 12:19:16 UTC 2013


The branch, wheezy has been updated
       via  2b887a59208d3de807e7e21cb6b2e5a3f08acf23 (commit)
      from  50d11c0ba27e0b7d9d4eb6ca2eecbc508c81dfda (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 documentation/scripts/get_images |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

The diff of changes is:
diff --git a/documentation/scripts/get_images b/documentation/scripts/get_images
index 15dfde0..c4d43d9 100755
--- a/documentation/scripts/get_images
+++ b/documentation/scripts/get_images
@@ -22,7 +22,6 @@ sub create ($) {
 	my $url;
 	# use regex to replace the long url with shorter one
 	$name =~ s#$base/$path/\w+\?action=AttachFile&do=get&target=([\w\d]+)#$1#g;
-	print $name."\n";
 	# special case the worldmap image
 	if ($name =~ m#http://www\.skolelinux\.no/slschools/worldmap\.php\?lang=en&image=worldmap\.png#) {
 		$url = $name;
@@ -30,7 +29,7 @@ sub create ($) {
 	} else {
 		$url = $link;
 	}
-	print "File name: [".$name."]\n";
+	print "File name: ".$name."\n";
 	tie my %h_images , 'IO::Dir', $imagedir;
 	if (!(defined($h_images{$name}))) {
 		print "Need to download: ".$url." to ".$imagedir."/".$name." \n";


hooks/post-receive
-- 
debian-edu-doc.git (Debian package debian-edu-doc)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "debian-edu-doc.git" (Debian package debian-edu-doc).




More information about the debian-edu-commits mailing list