From d83c61d31e5d4752a478c13d62be1967eb37ef90 Mon Sep 17 00:00:00 2001 From: Alexander Wirt Date: Sun, 6 May 2007 22:06:21 +0200 Subject: [PATCH] Add grml header, fix typo --- source-report/gen_index | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/source-report/gen_index b/source-report/gen_index index ab539f9..230ca93 100755 --- a/source-report/gen_index +++ b/source-report/gen_index @@ -1,4 +1,12 @@ #!/usr/bin/perl +# Filename: gen_index +# Purpose: Generates the index.html overview of all source repos +# Authors: grml-team (grml.org), (c) Alexander Wirt +# Bug-Reports: see http://grml.org/bugs/ +# License: This file is licensed under the GPL v2. +# Latest change: So Mai 06 22:06:09 CEST 2007 [formorer] +################################################################################ + use strict; use warnings; @@ -20,7 +28,8 @@ print $fh "

GRML Source Repository

5, -border=>1, - -head=> ['Release','Packages','Sources', 'Errors', 'Last updated', 'source.list entry'], + -head=> ['Release','Packages','Sources', + 'Errors', 'Last updated', 'sources.list entry'], ); foreach my $releasefile (@status_files) { -- 2.1.4