diff options
author | William Harrington <kb0iic@berzerkula.org> | 2014-01-27 00:21:13 -0600 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2014-01-27 00:21:13 -0600 |
commit | cf783be1d77a67c50ed080cde91bd0b29263658a (patch) | |
tree | b8e757a6b98237a0e2bde2065c73a3eb1c3e271f /clfs-latest-files.php | |
parent | 6ef6e302ac936a23f4ac9b11f424b33119ba6f0e (diff) |
Add standard into subject line for clfs-lateset-files.php
Diffstat (limited to 'clfs-latest-files.php')
-rw-r--r-- | clfs-latest-files.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clfs-latest-files.php b/clfs-latest-files.php index d981da4..2edba3d 100644 --- a/clfs-latest-files.php +++ b/clfs-latest-files.php @@ -225,7 +225,7 @@ function get_current() global $dirs; global $vers; - // Fetech from git and get wget-list + // Fetch from git and get wget-list $current = array(); $clfsgit = "git://git.cross-lfs.org/cross-lfs.git"; @@ -286,7 +286,7 @@ function mail_to_clfs() $to = "kb0iic@berzerkula.org"; $from = "William Harrington <kb0iic@berzerkula.org>"; - $subject = "CLFS GIT Package Currency Check - $date GMT"; + $subject = "CLFS GIT Standard Package Currency Check - $date GMT"; $headers = "From: William Harrington <kb0iic@berzerkula.org"; $message = "Package CLFS Upstream Flag\n\n"; @@ -301,7 +301,7 @@ function mail_to_clfs() // Pad for output $pad = " "; $p = substr( $pkg . $pad, 0, 15 ); - $l = substr( $vers[ $pkg ] . $pad, 0, 8 ); + $l = substr( $vers[ $pkg ] . $pad, 0, 7 ); $c = substr( $v . $pad, 0, 10 ); $message .= "$p $l $c $flag\n"; |