ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/freshports-1/ingress
Revision 5124 - Directory Listing - [select for diffs]
Modified Sun Sep 23 17:53:22 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5123
Set defaults
Correct SQL


Revision 5123 - Directory Listing - [select for diffs]
Modified Mon Sep 17 14:09:56 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5122
'-m'
Revision 5122 - Directory Listing - [select for diffs]
Modified Mon Sep 17 14:03:13 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5121
'better process_updating.sh logging. extract CONFLICTS, CONFLICTS_BUILD & CONFLICTS_INSTALL from port'
Revision 5121 - Directory Listing - [select for diffs]
Modified Mon Sep 17 01:34:23 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5120
Add

Revision 5120 - Directory Listing - [select for diffs]
Modified Mon Sep 17 01:30:30 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5119
Take a copy

Revision 5119 - Directory Listing - [select for diffs]
Modified Mon Sep 17 01:30:11 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5118

Revision 5118 - Directory Listing - [select for diffs]
Modified Mon Sep 17 01:29:09 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5117

Revision 5117 - Directory Listing - [select for diffs]
Modified Mon Sep 17 01:28:53 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5113

Revision 5113 - Directory Listing - [select for diffs]
Modified Wed Sep 5 13:12:57 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5112
Ignore config.sh

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 5111 - Directory Listing - [select for diffs]
Modified Wed Sep 5 13:06:26 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5110
Maintain these three new database fields on the ports table

* conflicts
* conflicts_build
* conflicts_install



Revision 5110 - Directory Listing - [select for diffs]
Modified Wed Sep 5 12:44:51 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5109
Extract three new values from the Makefile:

* CONFLICTS
* CONFLICTS_BUILD
* CONFLICTS_INSTALL


Revision 5109 - Directory Listing - [select for diffs]
Modified Wed Sep 5 12:42:31 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5107
Better logging messages


Revision 5107 - Directory Listing - [select for diffs]
Modified Fri Aug 17 13:06:47 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5094
'Fix vuxml non running, improve logging'
Revision 5094 - Directory Listing - [select for diffs]
Modified Tue Aug 14 15:17:56 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5093
'catch more errors if vuxml_latest.pl fails'
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 5092 - Directory Listing - [select for diffs]
Modified Tue Aug 14 15:04:20 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5091
Return the value from CreateVulnHTML so the calling script can take action
upon error.

Revision 5091 - Directory Listing - [select for diffs]
Modified Mon Aug 13 20:57:07 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5089
'fix broken vuxml running'
Revision 5089 - Directory Listing - [select for diffs]
Modified Mon Aug 13 20:50:02 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5087
'When things go wrong, log it'
Revision 5087 - Directory Listing - [select for diffs]
Modified Mon Aug 13 20:31:16 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5086
There is not constants
Only FreshPorts::constants

This was causing vuxml to not be processed.


Revision 5086 - Directory Listing - [select for diffs]
Modified Mon Aug 13 20:30:05 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5085
Add a prefix for easier logcheck filtering


Revision 5085 - Directory Listing - [select for diffs]
Modified Mon Aug 13 20:29:37 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5084
There is no FreshPorts::warnings.
Only warnings


Revision 5084 - Directory Listing - [select for diffs]
Modified Mon Aug 13 20:29:16 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5083
Add a prefix so it's easy to filter via logcheck


Revision 5083 - Directory Listing - [select for diffs]
Modified Mon Aug 13 20:28:39 2018 UTC (6 years, 7 months ago) by dan
Diff to previous 5082
When things go wrong, log it.


Revision 5082 - Directory Listing - [select for diffs]
Modified Sat Jun 16 17:55:20 2018 UTC (6 years, 9 months ago) by dan
Diff to previous 5081
When saying not found, mention not found by whom


Revision 5081 - Directory Listing - [select for diffs]
Modified Sat Jun 16 17:54:50 2018 UTC (6 years, 9 months ago) by dan
Diff to previous 5074
When saying not found, say by whom


Revision 5074 - Directory Listing - [select for diffs]
Modified Sun May 6 12:59:49 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5073
Create branches, tags, trunk

Revision 5073 - Directory Listing - [select for diffs]
Modified Sun May 6 12:58:01 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5072
Oops.  Didn't mean to do exactly that.

Revision 5072 - Directory Listing - [select for diffs]
Modified Sun May 6 12:57:09 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5071
Move

Revision 5071 - Directory Listing - [select for diffs]
Modified Sun May 6 12:55:33 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5070
Rename to trunk

Revision 5070 - Directory Listing - [select for diffs]
Modified Sun May 6 12:54:30 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5069
Add

Revision 5069 - Directory Listing - [select for diffs]
Modified Sun May 6 12:53:43 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5067
Rename, while I create branches, tags, trunk

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 5066 - Directory Listing - [select for diffs]
Modified Sun May 6 12:42:19 2018 UTC (6 years, 11 months ago) by dan
Diff to previous 5065
Move scripts into a new scipts directory.
Create new modules directory

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

Revision 5064 - Directory Listing - [select for diffs]
Added Sun May 6 12:34:11 2018 UTC (6 years, 11 months ago) by dan
Code for processing incoming commits

Convenience Links