Changeset 4612211


Ignore:
Timestamp:
04/24/2021 03:03:03 AM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
aae1c7c0
Parents:
9a17861
Message:

Update mail address in currency check.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    r9a17861 r4612211  
    381381   global $dirs;
    382382
    383    $to      = "lfs-book@lists4.linuxfromscratch.org";
    384    $from    = "bdubbs@rivendell.linuxfromscratch.org";
     383   $to      = "lfs-book@lists.linuxfromscratch.org";
     384   $from    = "bdubbs@linuxfromscratch.org";
    385385   $subject = "LFS Package Currency Check - $date GMT";
    386    $headers = "From: bdubbs@rivendell.linuxfromscratch.org";
     386   $headers = "From: bdubbs@linuxfromscratch.org";
    387387
    388388   $message = "Package         LFS      Upstream  Flag\n\n";
Note: See TracChangeset for help on using the changeset viewer.