Revision
5157 -
Directory Listing
-
[select for diffs]
Modified
Sat Oct 13 19:24:23 2018 UTC
(6 years, 5 months ago)
by
dan
Diff to
previous 5156
'Convert from using p5-Mail-Sender to p5-Email-Sender, Honor $FreshPorts::Config::ReportDebugging for reports, Add test-sending-email.pl'
Revision
5153 -
Directory Listing
-
[select for diffs]
Modified
Sat Oct 13 18:58:47 2018 UTC
(6 years, 5 months ago)
by
dan
Diff to
previous 5152
Convert from using p5-Mail-Sender to p5-Email-Sender
* headers are now passed in via a hash
report-new-ports.pl now takes a range, as originally intended
show-config.pl: stop using email_client and use only email_server
Revision
5151 -
Directory Listing
-
[select for diffs]
Modified
Sat Oct 13 18:26:28 2018 UTC
(6 years, 5 months ago)
by
dan
Diff to
previous 5148
Remove email_client: please use email_server instead
Add ReportDebugging, to allow reports to run without sending anything.
Revision
5133 -
Directory Listing
-
[select for diffs]
Modified
Thu Oct 4 15:39:10 2018 UTC
(6 years, 6 months ago)
by
dan
Diff to
previous 5132
Since this is now a periodic, and it's actually running now,
make it work since we need to send an email. The output goes to a log file
via:
$ grep output /etc/periodic.conf
hourly_output=/var/log/hourly.log
daily_output="/var/log/daily.log"
weekly_output="/var/log/weekly.log"
monthly_output="/var/log/monthly.log"
Revision
5112 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 5 13:07:57 2018 UTC
(6 years, 7 months ago)
by
dan
Diff to
previous 5111
When inserting, set a value for the commit_log_ports.port_name_revision
field. This is used when comparing against the ports.conflicts* fields.
Revision
5093 -
Directory Listing
-
[select for diffs]
Modified
Tue Aug 14 15:08:47 2018 UTC
(6 years, 7 months ago)
by
dan
Diff to
previous 5092
All of the following deficiencies led to hiding permissions issues on a
directory.
* mention when process_vuxml.pl begins
* say vuxml_ident.pl, not vuxml ident
* say vuln_latest.pl, not vuxml latest
* toss the output of vuln_latest.pl into the log file
* if an error occurs during vuln_latest.pl, refer the reader to the logfile
Instead, now we see this in the vuxml.log file:
###
process_vuxml.pl finishes
'/var/db/freshports/cache/html' exists
trying to open '/var/db/freshports/cache/html/vuln-latest.html.tmp'
could not open '/var/db/freshports/cache/html/vuln-latest.html.tmp'
Tue Aug 14 14:59:55 UTC 2018 process_vuxml.sh vuxml finishes
####
Revision
5067 -
Directory Listing
-
[select for diffs]
Modified
Sun May 6 12:47:16 2018 UTC
(6 years, 11 months ago)
by
dan
Diff to
previous 5066
Split the code into two parts:
1 - scripts run from the command line
2 - Perl modules used by some of those scripts
Revision
5065 -
Directory Listing
-
[select for diffs]
Modified
Sun May 6 12:37:14 2018 UTC
(6 years, 11 months ago)
by
dan
Diff to
previous 5064
Split the code into two parts:
1 - scripts run from the command line
2 - Perl modules used by some of those scripts