Revision
5304 -
Directory Listing
-
[select for diffs]
Modified
Sun Apr 26 22:28:42 2020 UTC
(4 years, 11 months ago)
by
dan
Diff to
previous 5270
Change our job-waiting loop.
When the job_waiting signal is set, run the waiting jobs and keep
runnint them until we don't find anything more to run.
Revision
5261 -
Directory Listing
-
[select for diffs]
Modified
Thu Mar 26 20:58:10 2020 UTC
(5 years ago)
by
dan
Diff to
previous 5260
These are helper scripts, mostly for use with commits after they have
arrived. When you're looking for the raw file, use these tools
Revision
5215 -
Directory Listing
-
[select for diffs]
Modified
Mon Mar 4 13:48:11 2019 UTC
(6 years, 1 month ago)
by
dan
Diff to
previous 5214
'We have two scripts which check master-slave. One queries the databse (.pl), the other queries the Makefile (.sh). Fix both and comment appropriately'
Revision
5203 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 3 14:08:17 2019 UTC
(6 years, 3 months ago)
by
dan
Diff to
previous 5202
'Add new config.pm value: $FreshPorts::Config::ScriptDir, Start using Email::Address::UseXS because of upstream deprecation'
Revision
5188 -
Directory Listing
-
[select for diffs]
Modified
Sun Nov 18 22:12:53 2018 UTC
(6 years, 4 months ago)
by
dan
Diff to
previous 5187
Remove vertical whitespace to avoid:
replaced vertical whitespace in Subject header with space; this will become fatal in a future version at /usr/local/lib/perl5/site_pe
Revision
5182 -
Directory Listing
-
[select for diffs]
Modified
Sun Nov 11 15:30:12 2018 UTC
(6 years, 4 months ago)
by
dan
Diff to
previous 5180
'add Flavors, adjust ccommitter_opt_in to use new email modules, assign default value to database.pm::sslmode, update email.pm to use Email::Simple not Mail::Sender(now deprecated)'
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