ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/freshports-1/ingress
Revision 6140 - Directory Listing - [select for diffs]
Modified Wed Nov 27 16:48:38 2024 UTC (4 months ago) by dvl
Diff to previous 6139 , to selected 5565
'fix ports being deleted on branches'
Revision 6139 - Directory Listing - [select for diffs]
Modified Wed Nov 27 16:46:46 2024 UTC (4 months ago) by dvl
Diff to previous 6138 , to selected 5565
'adding debugging, invoke dispose()'
Revision 6138 - Directory Listing - [select for diffs]
Modified Wed Nov 27 16:23:44 2024 UTC (4 months ago) by dvl
Diff to previous 6137 , to selected 5565
verifyport.pm: fix ports being deleted on branches

re: https://github.com/FreshPorts/freshports/issues/528

If the port is deleted, but set active, set it deleted.
After saving the port, make sure we adjust the {status} flag:

If the status changes, set it back to what it was

see https://news.freshports.org/2024/11/27/when-a-port-on-a-branch-is-deleted-freshports-tried-and-fails-to-refresh-it/


Revision 6137 - Directory Listing - [select for diffs]
Modified Wed Nov 27 16:17:37 2024 UTC (4 months ago) by dvl
Diff to previous 6136 , to selected 5565
xml_munge_git.pm: Remove unused Element_Add() function

Add some more debugging statements
Correct impelemented
     to implemented

Revision 6136 - Directory Listing - [select for diffs]
Modified Wed Nov 27 16:14:38 2024 UTC (4 months ago) by dvl
Diff to previous 6135 , to selected 5565
Rename upate_generate_plist()
    to update_generate_plist()

Revision 6135 - Directory Listing - [select for diffs]
Modified Wed Nov 27 16:13:25 2024 UTC (4 months ago) by dvl
Diff to previous 6134 , to selected 5565
element.pm - remove code which grabbed the parent id

It seems to be unnecessary

Some column alignment.

Remove unused $tmp variable

Revision 6134 - Directory Listing - [select for diffs]
Modified Wed Nov 27 16:10:30 2024 UTC (4 months ago) by dvl
Diff to previous 6133 , to selected 5565
process_vuxml.pl: When the parsing has finished, say so.

re: https://github.com/libexpat/libexpat/issues/928

Also, dispose() of the doc when completed.

Revision 6133 - Directory Listing - [select for diffs]
Modified Tue Nov 26 15:37:11 2024 UTC (4 months ago) by dvl
Diff to previous 6132 , to selected 5565
Column alignment
Revision 6132 - Directory Listing - [select for diffs]
Modified Sun Nov 17 19:29:44 2024 UTC (4 months, 2 weeks ago) by dvl
Diff to previous 6131 , to selected 5565
'Slave ports need to have port vulnerabilities adjusted after a commit to the master port'
Revision 6131 - Directory Listing - [select for diffs]
Modified Sun Nov 17 19:26:28 2024 UTC (4 months, 2 weeks ago) by dvl
Diff to previous 6130 , to selected 5565
Mention we are adjusting the port vulnerabilities

re: https://github.com/FreshPorts/freshports/issues/607

Revision 6130 - Directory Listing - [select for diffs]
Modified Sun Nov 17 15:38:13 2024 UTC (4 months, 2 weeks ago) by dvl
Diff to previous 6129 , to selected 5565
After processing the commit, be sure to adjust the vulnerability count on
any slave ports.

https://github.com/FreshPorts/freshports/issues/607

This is already done for each port in the commit, but slave ports were
previously missed.

Revision 6129 - Directory Listing - [select for diffs]
Modified Sun Nov 17 15:36:53 2024 UTC (4 months, 2 weeks ago) by dvl
Diff to previous 6128 , to selected 5565
Move some use statements to the top of the file

Revision 6128 - Directory Listing - [select for diffs]
Modified Sun Nov 17 15:35:17 2024 UTC (4 months, 2 weeks ago) by dvl
Diff to previous 6127 , to selected 5565
column alignments
Revision 6127 - Directory Listing - [select for diffs]
Modified Sun Nov 10 19:51:33 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6126 , to selected 5565
'fix code to deal with new categories'
Revision 6126 - Directory Listing - [select for diffs]
Modified Sun Nov 10 19:49:33 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6125 , to selected 5565
'missing-port-categories.sh - make it OFFLINE aware, change get-list-of-current-categories.sh so it no longer observes OFFLINE.'
Revision 6125 - Directory Listing - [select for diffs]
Modified Sun Nov 10 02:03:02 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6124 , to selected 5565
Let's change how we approach new commits

Most of this refers to _CompileListOfPorts()

At the start of commit processing, make sure we have the ports tree checked
out to the commit in question. That allows us to get a list of categories
which are current as of that commit.

For example, /ports/head/ftp/vsftpd/Makefile

When we are processing the file names, we check to see if ftp is a category.
We look at the list we got from the repo. If we find it here, we know it is
a category. If it's not, we know it's not a port and we can ignore it. Then
we check the database; if it's not found, we know it's a new category and we
must add it to the database.


Revision 6124 - Directory Listing - [select for diffs]
Modified Sun Nov 10 01:53:26 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6123 , to selected 5565
With recent changes to config.pm.sample:

* Stop using $FreshPorts::Config::OFFLINE
* start using $FreshPorts::Config::Offline instead

Revision 6123 - Directory Listing - [select for diffs]
Modified Sun Nov 10 01:51:50 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6122 , to selected 5565
Comment out some debugging statements, which take up a log of space in busy
commits

Revision 6122 - Directory Listing - [select for diffs]
Modified Sun Nov 10 01:51:19 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6121 , to selected 5565
Remove $FreshPorts::Config::OFFLINE - which had an incorrect path
   Add $FreshPorts::Config::Offline - which has the correct path

Revision 6121 - Directory Listing - [select for diffs]
Modified Sun Nov 10 01:48:31 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6120 , to selected 5565
For new categories - they go to /ports/head/

That used to be /ports, before we added support for branches

Revision 6120 - Directory Listing - [select for diffs]
Modified Sun Nov 10 01:44:24 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6119 , to selected 5565
Do not run if OFFLINE
Revision 6119 - Directory Listing - [select for diffs]
Modified Sat Nov 9 17:19:04 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6118 , to selected 5565
saving incompletely tested stuff, as a checkpoint for new categories
Revision 6118 - Directory Listing - [select for diffs]
Modified Sat Nov 9 17:18:56 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6117 , to selected 5565
saving incompletely tested stuff, as a checkpoint for new categories
Revision 6117 - Directory Listing - [select for diffs]
Modified Fri Nov 8 18:18:48 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6109 , to selected 5565
exits, not exists
Revision 6109 - Directory Listing - [select for diffs]
Modified Thu Nov 7 18:08:56 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6108 , to selected 5565
'new OFFLINE code, fix new categories stuff, UPDATING will now work with or without a space
'
Revision 6108 - Directory Listing - [select for diffs]
Modified Thu Nov 7 18:04:55 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6107 , to selected 5565
'fixes for new categories when they arrive'
Revision 6107 - Directory Listing - [select for diffs]
Modified Thu Nov 7 17:47:14 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6106 , to selected 5565
Fix category creation:

Fix the order of parameters on JailCategoryDescrptionScript

No need to fetch the category Makefile - it's already there thanks to git

re: https://news.freshports.org/2024/11/07/fixing-the-category-creation-code/

Revision 6106 - Directory Listing - [select for diffs]
Modified Thu Nov 7 17:45:45 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6105 , to selected 5565
Remove leading blank line
Revision 6105 - Directory Listing - [select for diffs]
Modified Thu Nov 7 17:44:34 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6104 , to selected 5565
refer to $0, not the incorrect test-master-port.sh left over from copy/paste
Revision 6104 - Directory Listing - [select for diffs]
Modified Thu Nov 7 17:41:29 2024 UTC (4 months, 3 weeks ago) by dvl
Diff to previous 6098 , to selected 5565
refer to $0, not the incorrect test-master-port.sh left over from copy/paste
Revision 6098 - Directory Listing - [select for diffs]
Modified Mon Nov 4 17:41:13 2024 UTC (4 months, 4 weeks ago) by dvl
Diff to previous 6097 , to selected 5565
kxml_munge_git.pm: specify the correct branch for Sanity Test Failures

We were specifying whahtever branch we found in the xml file. Instead, now
we show the converted branch name ('main' from FreeBSD, is 'head' in
FreshPorts-land.

also, only show the branch on the URL within the message if it is not head.

Revision 6097 - Directory Listing - [select for diffs]
Modified Sat Oct 19 11:42:13 2024 UTC (5 months, 2 weeks ago) by dvl
Diff to previous 6096 , to selected 5565
Start using:

$FreshPorts::Config::OFFLINE

This replaces:
$FreshPorts::Config::ScriptDir/OFFLINE


Revision 6096 - Directory Listing - [select for diffs]
Modified Sat Oct 19 11:40:45 2024 UTC (5 months, 2 weeks ago) by dvl
Diff to previous 6095 , to selected 5565
Create and start using:

$FreshPorts::Config::OFFLINE

This replaces:
$FreshPorts::Config::ScriptDir/OFFLINE



Revision 6095 - Directory Listing - [select for diffs]
Modified Sat Oct 19 11:31:12 2024 UTC (5 months, 2 weeks ago) by dvl
Diff to previous 6094 , to selected 5565
'properly report merges and provide link; supply branch to sanity test errors'
Revision 6094 - Directory Listing - [select for diffs]
Modified Mon Sep 30 23:22:57 2024 UTC (6 months ago) by dvl
Diff to previous 6093 , to selected 5565
'RIP bacula9, long live bacula15 - this time for the shell script'
Revision 6093 - Directory Listing - [select for diffs]
Modified Mon Sep 30 23:20:27 2024 UTC (6 months ago) by dvl
Diff to previous 6092 , to selected 5565
Change bacula9 to bacula15

Revision 6092 - Directory Listing - [select for diffs]
Modified Mon Sep 30 20:28:20 2024 UTC (6 months ago) by dvl
Diff to previous 6091 , to selected 5565
'RIP bacula9, long live bacula15'
Revision 6091 - Directory Listing - [select for diffs]
Modified Mon Sep 30 20:25:36 2024 UTC (6 months ago) by dvl
Diff to previous 6090 , to selected 5565
bacula9-client has been removed from the tree

use bacula15-client instead

Revision 6090 - Directory Listing - [select for diffs]
Modified Sun Sep 29 12:30:28 2024 UTC (6 months ago) by dvl
Diff to previous 6089 , to selected 5565
On sanity test messages, supply the branch

re:https://github.com/FreshPorts/freshports/issues/564

Revision 6089 - Directory Listing - [select for diffs]
Modified Thu Sep 26 17:40:20 2024 UTC (6 months ago) by dvl
Diff to previous 6088 , to selected 5565
Update message used when empty commits are noticed.

Revision 6088 - Directory Listing - [select for diffs]
Modified Wed Sep 11 15:18:02 2024 UTC (6 months, 3 weeks ago) by dvl
Diff to previous 6087 , to selected 5565
'Add host URL to newusers.pl'
Revision 6087 - Directory Listing - [select for diffs]
Modified Wed Sep 11 12:23:12 2024 UTC (6 months, 3 weeks ago) by dvl
Diff to previous 6086 , to selected 5565
Include host url
Revision 6086 - Directory Listing - [select for diffs]
Modified Sat Aug 24 17:25:52 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6085 , to selected 5565
'dump-package_imports.sh: allow for sorting by date and name (default)'
Revision 6085 - Directory Listing - [select for diffs]
Modified Sat Aug 24 17:23:26 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6078 , to selected 5565
dump-package_imports.sh: allow for sorting by date and name (default)

re: https://github.com/FreshPorts/freshports/issues/593#issuecomment-2308384101

Revision 6078 - Directory Listing - [select for diffs]
Modified Sat Aug 24 11:17:29 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6077 , to selected 5565
'dump-package_imports.sh: add'
Revision 6077 - Directory Listing - [select for diffs]
Modified Sat Aug 24 00:17:37 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6076 , to selected 5565
dump-package_imports.sh: order by repo_date

- the processed date is relevant
- But repo_date will be the same on all FreshPorts nodes

Revision 6076 - Directory Listing - [select for diffs]
Modified Fri Aug 23 22:10:50 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6075 , to selected 5565
dump-package_imports.sh: for nulls, sort by name, package_set

Revision 6075 - Directory Listing - [select for diffs]
Modified Thu Aug 22 22:27:14 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6074 , to selected 5565
dump-package_imports.sh: add - re https://github.com/FreshPorts/freshports/issues/593

Revision 6074 - Directory Listing - [select for diffs]
Modified Thu Aug 22 22:26:50 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6071 , to selected 5565
add notes about the environment variables
Revision 6071 - Directory Listing - [select for diffs]
Modified Mon Aug 19 23:56:21 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6070 , to selected 5565
'Adjust for new package importing strategy'
Revision 6070 - Directory Listing - [select for diffs]
Modified Mon Aug 19 23:48:04 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6069 , to selected 5565
Adjust for new package importing strategy

Add:

* FreshPorts::Config::LogDir
* FreshPorts::Config::LogJobsWaiting

Remove:

* $FreshPorts::Config::NewRepoImported

Revision 6069 - Directory Listing - [select for diffs]
Modified Mon Aug 19 23:46:00 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6068 , to selected 5565
'Adjust for new package importing strategy'
Revision 6068 - Directory Listing - [select for diffs]
Modified Mon Aug 19 23:40:56 2024 UTC (7 months, 1 week ago) by dvl
Diff to previous 6067 , to selected 5565
Adjust for new package importing strategy

see: https://github.com/FreshPorts/packages-import/releases/tag/2.7.0

job-waiting.pl

* remove references to FreshPorts::Config::NewRepoImported
* start logging to FreshPorts::Config::LogJobsWaiting
* no need to launch after report-notification-packages.pl after UpdatePackagesFromRawPackages.py
* that is done by import-via-copy-packagesite-all-raw-fields.py
* wow, in hindsight, I should have created a wrapper script
  which invokes import-via-copy-packagesite-all-raw-fields.py, and
  UpdatePackagesFromRawPackages.py, and then report-notification-packages.pl
* Perhaps later.

report-notification-packages.pl

* If there is nothing to report upon, don't error out
* no need to remove NewRepoImported any more


Revision 6067 - Directory Listing - [select for diffs]
Modified Tue Aug 13 11:57:17 2024 UTC (7 months, 2 weeks ago) by dvl
Diff to previous 6065 , to selected 5565
'unlink the NewRepoImported signal, and Beacuse -> Because
'
Revision 6065 - Directory Listing - [select for diffs]
Modified Mon Aug 12 14:15:20 2024 UTC (7 months, 3 weeks ago) by dvl
Diff to previous 6064 , to selected 5565
job-waiting.pl - fix typo: Beacuse to Because
Revision 6064 - Directory Listing - [select for diffs]
Modified Wed Jul 24 11:55:13 2024 UTC (8 months, 1 week ago) by dvl
Diff to previous 6063 , to selected 5565
report-notification-packages.pl: avoid looping in job-waiting.pl

Remove the flag which causes us to be launched.

Revision 6063 - Directory Listing - [select for diffs]
Modified Wed Jul 24 11:50:51 2024 UTC (8 months, 1 week ago) by dvl
Diff to previous 6062 , to selected 5565
database.pm: Add sslcertmode=disable

Fix this issue:

could not open certificate file “/root/.postgresql/postgresql.crt”: Permission denied

I’m positive the problem is the connection is asking for a client certificate.
I checked my pg_hba.conf configuration and found no lines mentioning cert.

See also https://github.com/FreshPorts/packages-import/commit/10285544ad72311a82ed36cf9153a41db4722439

Revision 6062 - Directory Listing - [select for diffs]
Modified Wed Jul 24 11:47:34 2024 UTC (8 months, 1 week ago) by dvl
Diff to previous 6056 , to selected 5565
port.pm: fix some problem with _GetFileContents()

Some time ago, I hit a problem. I worked on it and 
did not document the issue. So here I am, checking in code
which seems to work.

The problem with input files is they don't always encode well.
I had comments like this in the code:

+	print "This is bullshit\n";
+#	open my $in,  '<:encoding(ISO-8859-1)',  $file; # works
+#	open my $in,  '<:encoding(ascii)',       $file; # fails ascii "\xC3" does not map to Unicode
+	open my $in,  '<:encoding(iso-8859-1)',  $file;
+#	open my $in,  '<:encoding(UTF-8)',       $file; # fails UTF-8 "\xC3" does not map to Unicode

The current code seems to work, but without knowing the original
problem, I can't verify it fixes the issue.

Commit away.

Revision 6056 - Directory Listing - [select for diffs]
Modified Sun Mar 31 12:08:01 2024 UTC (12 months ago) by dvl
Diff to previous 6055 , to selected 5565
'Standardize all report email subjects'
Revision 6055 - Directory Listing - [select for diffs]
Modified Sun Mar 31 12:05:02 2024 UTC (12 months ago) by dvl
Diff to previous 6054 , to selected 5565
Standardize all report emails.

Subject will be:

FreshPorts Notification: <topic>

Hopefully this will help people to filter easily.

Revision 6054 - Directory Listing - [select for diffs]
Modified Tue Mar 12 13:07:29 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6052 , to selected 5565
'loop detections added to job-waiting.pl; missing-port-categories.sh will log better; add in report-notification-packages.pl'
Revision 6052 - Directory Listing - [select for diffs]
Modified Mon Mar 11 15:27:10 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6049 , to selected 5565
Refer to add, not insert

And to package changes, not new packages.

Revision 6049 - Directory Listing - [select for diffs]
Modified Sat Mar 9 20:03:52 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6048 , to selected 5565
Attempt to standardize on one name for emails:

FreshPorts notification

Start keeping stats
Explain what update, delete, insert will mean.

Revision 6048 - Directory Listing - [select for diffs]
Modified Sat Mar 9 20:02:43 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6047 , to selected 5565
Attempt to standardize on one name for emails:

FreshPorts notification


Revision 6047 - Directory Listing - [select for diffs]
Modified Sat Mar 9 20:02:20 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6046 , to selected 5565
Attempt to standardize on one name for emails:

FreshPorts notification

Revision 6046 - Directory Listing - [select for diffs]
Modified Sat Mar 9 20:01:24 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6045 , to selected 5565
Add loop avoidance

After invoking UpdatePackagesFromRawPackages.py, always run report-notification-packages.pl

Revision 6045 - Directory Listing - [select for diffs]
Modified Thu Mar 7 17:29:27 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6044 , to selected 5565
This now properly handles package_set

Revision 6044 - Directory Listing - [select for diffs]
Modified Wed Mar 6 22:51:50 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6043 , to selected 5565
Add the report for package notifications.

re: https://github.com/FreshPorts/freshports/issues/542

It sends, duplicates, but it sends.

Revision 6043 - Directory Listing - [select for diffs]
Modified Wed Mar 6 22:50:42 2024 UTC (12 months, 3 weeks ago) by dvl
Diff to previous 6038 , to selected 5565
Perhaps a loop
Revision 6038 - Directory Listing - [select for diffs]
Modified Sat Feb 17 18:47:47 2024 UTC (13 months, 2 weeks ago) by dan
Diff to previous 6037 , to selected 5565
When reporting the number of found rows, make it easier for filtering

Revision 6037 - Directory Listing - [select for diffs]
Modified Sat Feb 17 18:44:14 2024 UTC (13 months, 2 weeks ago) by dan
Diff to previous 6033 , to selected 5565
Change the rm to rm -f when removing the flag

This script is invoked by a periodic script. The FLAG won't be present then.

Revision 6033 - Directory Listing - [select for diffs]
Modified Sun Jan 14 13:40:58 2024 UTC (14 months, 2 weeks ago) by dan
Diff to previous 6032 , to selected 5565
remove script for taking website offline - it is outdated
Revision 6032 - Directory Listing - [select for diffs]
Modified Sun Jan 14 13:40:07 2024 UTC (14 months, 2 weeks ago) by dan
Diff to previous 6026 , to selected 5565
use nginx and fp_listen - modernize
Revision 6026 - Directory Listing - [select for diffs]
Modified Sat Jan 13 14:22:41 2024 UTC (14 months, 2 weeks ago) by dan
Diff to previous 6025 , to selected 5565
'refresh-abi logging improvements'
Revision 6025 - Directory Listing - [select for diffs]
Modified Sat Jan 13 14:15:51 2024 UTC (14 months, 2 weeks ago) by dan
Diff to previous 6024 , to selected 5565
Created in error. All wrong.

Revision 6024 - Directory Listing - [select for diffs]
Modified Sat Jan 13 14:12:43 2024 UTC (14 months, 2 weeks ago) by dan
Diff to previous 6023 , to selected 5565
'refresh-abi logging improvements'
Revision 6023 - Directory Listing - [select for diffs]
Modified Sat Jan 13 12:50:07 2024 UTC (14 months, 2 weeks ago) by dan
Diff to previous 6022 , to selected 5565
refresh-abi.sh: alter logging details

Add process id

Revision 6022 - Directory Listing - [select for diffs]
Modified Fri Jan 12 17:04:14 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6021 , to selected 5565
'Don't refresh deleted ports; remove cache_needs_refresh'
Revision 6021 - Directory Listing - [select for diffs]
Modified Fri Jan 12 17:02:24 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6020 , to selected 5565
'remove some constants, improve abi refresh'
Revision 6020 - Directory Listing - [select for diffs]
Modified Fri Jan 12 14:07:59 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6019 , to selected 5565
Handle deleted ports better

The code was setting $por->{deleted} but using $port->IsDeleted() which
looks at {status}, not {deleted}

I think {deleted} was used for internal usage only, but fails to do the right
thing with actually deleted ports.

re: https://github.com/FreshPorts/freshports/issues/528

Revision 6019 - Directory Listing - [select for diffs]
Modified Fri Jan 12 14:04:36 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6018 , to selected 5565
No  need to touch FreshPorts::Config::RefreshCachFileFlag now

re: https://github.com/FreshPorts/freshports/issues/58

Revision 6018 - Directory Listing - [select for diffs]
Modified Fri Jan 12 14:01:56 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6017 , to selected 5565
This is not used any more.

re: https://github.com/FreshPorts/freshports/issues/58

Revision 6017 - Directory Listing - [select for diffs]
Modified Fri Jan 12 14:01:40 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6016 , to selected 5565
Let's not output anything by default. Let there be less.

Revision 6016 - Directory Listing - [select for diffs]
Modified Fri Jan 12 14:01:09 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6015 , to selected 5565
Let's always log the abi stuff. That way, we can see that it ran.


Revision 6015 - Directory Listing - [select for diffs]
Modified Fri Jan 12 13:59:32 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6014 , to selected 5565
Renove RefreshCachFileFlag - no longer used

re: https://github.com/FreshPorts/freshports/issues/58

While here, remove some items from show-config.pl which are no longer
present.

* DynamicDir
* FlagDir
* RefreshCachFileFlag
* WWWENPortsCategoriesFlag

Revision 6014 - Directory Listing - [select for diffs]
Modified Fri Jan 12 13:57:16 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6011 , to selected 5565
Renove RefreshCachFileFlag - no longer used

re: https://github.com/FreshPorts/freshports/issues/58

Revision 6011 - Directory Listing - [select for diffs]
Modified Mon Jan 8 01:05:54 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6010 , to selected 5565
improve logging for gitCheckoutResults
Revision 6010 - Directory Listing - [select for diffs]
Modified Sun Jan 7 17:28:32 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6009 , to selected 5565
column aligment - REPEAT
Revision 6009 - Directory Listing - [select for diffs]
Modified Sun Jan 7 17:27:16 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6008 , to selected 5565
column aligment
Revision 6008 - Directory Listing - [select for diffs]
Modified Sun Jan 7 17:03:24 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6007 , to selected 5565
Add more comments
Revision 6007 - Directory Listing - [select for diffs]
Modified Sun Jan 7 17:01:18 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6006 , to selected 5565
add comment details
Revision 6006 - Directory Listing - [select for diffs]
Modified Sun Jan 7 16:46:43 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6005 , to selected 5565
remove blank line

Revision 6005 - Directory Listing - [select for diffs]
Modified Sun Jan 7 16:29:11 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6004 , to selected 5565
'config.sh - add ABILOG; refresh-abi.sh - better logging'
Revision 6004 - Directory Listing - [select for diffs]
Modified Sun Jan 7 15:56:40 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 6003 , to selected 5565
Improve logging and report to abi.log

Revision 6003 - Directory Listing - [select for diffs]
Modified Sun Jan 7 15:56:14 2024 UTC (14 months, 3 weeks ago) by dan
Diff to previous 5999 , to selected 5565
add ABILOG
Revision 5999 - Directory Listing - [select for diffs]
Modified Wed Jan 3 16:52:15 2024 UTC (14 months, 4 weeks ago) by dan
Diff to previous 5998 , to selected 5565
'add abi maintenance code'
Revision 5998 - Directory Listing - [select for diffs]
Modified Wed Jan 3 16:52:08 2024 UTC (14 months, 4 weeks ago) by dan
Diff to previous 5997 , to selected 5565
Remove this tag - going to replace it

Revision 5997 - Directory Listing - [select for diffs]
Modified Wed Jan 3 16:45:29 2024 UTC (14 months, 4 weeks ago) by dan
Diff to previous 5996 , to selected 5565
'add abi maintenance code'
Revision 5996 - Directory Listing - [select for diffs]
Modified Wed Jan 3 16:45:06 2024 UTC (14 months, 4 weeks ago) by dan
Diff to previous 5995 , to selected 5565
Update PostgreSQL items

* For use by new abi scripts:
- Use export on PGSSLMODE
- Add PGSSLROOTCERT
- add DBUSER_ABI


Revision 5995 - Directory Listing - [select for diffs]
Modified Wed Jan 3 16:41:44 2024 UTC (14 months, 4 weeks ago) by dan
Diff to previous 5992 , to selected 5565
'add abi maintenance code'
Revision 5992 - Directory Listing - [select for diffs]
Modified Wed Jan 3 16:24:45 2024 UTC (14 months, 4 weeks ago) by dan
Diff to previous 5991 , to selected 5565
add commit, and logging
Revision 5991 - Directory Listing - [select for diffs]
Modified Wed Jan 3 16:15:20 2024 UTC (14 months, 4 weeks ago) by dan
Diff to previous 5990 , to selected 5565
Start connecting to the database.

Still have to process errors.

Revision 5990 - Directory Listing - [select for diffs]
Modified Wed Jan 3 16:14:38 2024 UTC (14 months, 4 weeks ago) by dan
Diff to previous 5988 , to selected 5565
add trailing ; to sql
Revision 5988 - Directory Listing - [select for diffs]
Modified Tue Jan 2 20:29:13 2024 UTC (15 months ago) by dan
Diff to previous 5987 , to selected 5565
Adjust to use STDIN

add-new-abi.sh and delete-depcreated-abi.sh now take their input from STDIN
(via cat) instead of seprately invoking current_list_of_valid_abi.sh

This save an extra fetch.

Revision 5987 - Directory Listing - [select for diffs]
Modified Tue Jan 2 20:17:41 2024 UTC (15 months ago) by dan
Diff to previous 5985 , to selected 5565
Maintain the list of ABI

ABI get added, deleted. This set of scripts will maintain
that list in our abi table.

Revision 5985 - Directory Listing - [select for diffs]
Modified Tue Jan 2 16:49:23 2024 UTC (15 months ago) by dan
Diff to previous 5973 , to selected 5565
Adjust git pull delays

It used to get bigger each time. Now it's the same each time

Revision 5973 - Directory Listing - [select for diffs]
Modified Mon Dec 25 20:04:54 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5972 , to selected 5565
remove some blank lines
Revision 5972 - Directory Listing - [select for diffs]
Modified Mon Dec 25 19:32:06 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5970 , to selected 5565
'-m'
Revision 5970 - Directory Listing - [select for diffs]
Modified Mon Dec 25 19:23:31 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5969 , to selected 5565
Igmore git-last-processed-tags.sh

Revision 5969 - Directory Listing - [select for diffs]
Modified Mon Dec 25 19:23:07 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5964 , to selected 5565
Add missing logfatal()

Revision 5964 - Directory Listing - [select for diffs]
Modified Sun Dec 24 19:53:25 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5963 , to selected 5565
Better comments
Revision 5963 - Directory Listing - [select for diffs]
Modified Sun Dec 24 18:58:21 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5962 , to selected 5565
Use grep -c

ls *.xml will result in ./system_status.sh: /bin/ls: Argument list too long

... when there are large numbers of commits.

Revision 5962 - Directory Listing - [select for diffs]
Modified Sun Dec 24 16:49:24 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5961 , to selected 5565
Use ne not != for comparison
Revision 5961 - Directory Listing - [select for diffs]
Modified Sun Dec 24 16:48:19 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5960 , to selected 5565
Remove files/usr/src

This directory was used to decieve nvidia drivers into thinking we had
/usr/src installed.  re: https://github.com/FreshPorts/freshports/issues/152

Revision 5960 - Directory Listing - [select for diffs]
Modified Sat Dec 23 19:56:48 2023 UTC (15 months, 1 week ago) by dan
Diff to previous 5959 , to selected 5565
Update to reflect we are using actual jails now, not just chroot.

Revision 5959 - Directory Listing - [select for diffs]
Modified Tue Dec 19 15:19:24 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5958 , to selected 5565
'Use full path to git'
Revision 5958 - Directory Listing - [select for diffs]
Modified Tue Dec 19 15:14:14 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5957 , to selected 5565
Use the full path for git

Things changed on some servers with FreeBSD 14.0

Revision 5957 - Directory Listing - [select for diffs]
Modified Tue Dec 19 14:35:06 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5955 , to selected 5565
Use the full path to git

Revision 5955 - Directory Listing - [select for diffs]
Modified Mon Dec 18 14:14:08 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5954 , to selected 5565
remove this tag, recreated/overwitten in error
Revision 5954 - Directory Listing - [select for diffs]
Modified Mon Dec 18 14:10:54 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5953 , to selected 5565
'removing our flag when we start processing. tell port->save() we are working on HEAD'
Revision 5953 - Directory Listing - [select for diffs]
Modified Mon Dec 18 14:09:22 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5952 , to selected 5565
'removing our flag when we start processing. tell port->save() we are working on HEAD'
Revision 5952 - Directory Listing - [select for diffs]
Modified Mon Dec 18 14:06:29 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5951 , to selected 5565
'add comments mentioning that Eat() works only on HEAD'
Revision 5951 - Directory Listing - [select for diffs]
Modified Mon Dec 18 14:01:24 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5950 , to selected 5565
mention that process_default_versions.pl operates only upon head
Revision 5950 - Directory Listing - [select for diffs]
Modified Mon Dec 18 14:00:38 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5949 , to selected 5565
mention that Eat() works on head, and is not checking branches for special processing
Revision 5949 - Directory Listing - [select for diffs]
Modified Mon Dec 18 13:50:21 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5948 , to selected 5565
On port->save(), specify HEAD, because that is only what this should be invoked for
Revision 5948 - Directory Listing - [select for diffs]
Modified Mon Dec 18 13:20:40 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5947 , to selected 5565
Remove our signal

Revision 5947 - Directory Listing - [select for diffs]
Modified Mon Dec 18 12:52:30 2023 UTC (15 months, 2 weeks ago) by dan
Diff to previous 5945 , to selected 5565
refer to $0, not process_moved.sh
Revision 5945 - Directory Listing - [select for diffs]
Modified Mon Dec 11 17:42:06 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5944 , to selected 5565
'update config.pm.sample - adding stuff removed in error, and sort'
Revision 5944 - Directory Listing - [select for diffs]
Modified Mon Dec 11 17:41:38 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5943 , to selected 5565
add $FreshPorts::Config::CheckPortsCategoriesFlag back in, and sort the flags
Revision 5943 - Directory Listing - [select for diffs]
Modified Mon Dec 11 17:20:04 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5942 , to selected 5565
'update config.pm.sample'
Revision 5942 - Directory Listing - [select for diffs]
Modified Mon Dec 11 17:18:46 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5937 , to selected 5565
Add utf8, DefaultVersionsFlag, and remove CheckPortsCategoriesFlag & WWWENPortsCategoriesFlag
Revision 5937 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:23:07 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5936 , to selected 5565
'cater for https://github.com/FreshPorts/freshports/issues/509'
Revision 5936 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:19:01 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5935 , to selected 5565
job-waiting.pl
* remove FreshPorts::Config::WWWENPortsCategoriesFlag => 'process_www_en_ports_categories.sh
* add FreshPorts::Config::DefaultVersionsFlag      => 'process_default_versions.pl

remove:

* process_CVSROOT_approvers.sh
* process_www_en_ports_categories.sh

add process_default_versions.pl


Revision 5935 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:17:12 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5934 , to selected 5565
remove trailing space
Revision 5934 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:07:01 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5933 , to selected 5565
'process Mk/bsd.default-versions.mk results'
Revision 5933 - Directory Listing - [select for diffs]
Modified Sun Dec 10 18:01:37 2023 UTC (15 months, 3 weeks ago) by dan
Diff to previous 5931 , to selected 5565
constants.pm
* remove Notify_cvsroot_approvers
* add DEFAULT_VERSION
* add FreshPorts::Constants::PortsAffectedByDefaultVersions

special_processing_files.pm
* remove processing for CVSROOT_Approvers
* remove processing for FreshPorts::Constants::Categories

port_refresh.pm - adding for refreshing a port
* used for https://github.com/FreshPorts/freshports/issues/509

Revision 5931 - Directory Listing - [select for diffs]
Modified Wed Nov 15 23:51:12 2023 UTC (16 months, 2 weeks ago) by dan
Diff to previous 5930 , to selected 5565
'Cater for broken 2023Q4 branch'
Revision 5930 - Directory Listing - [select for diffs]
Modified Wed Nov 15 23:46:22 2023 UTC (16 months, 2 weeks ago) by dan
Diff to previous 5929 , to selected 5565
Cater for a bug in 2023Q4

https://lists.freebsd.org/archives/freebsd-ports/2023-October/004812.html

www/tomcat-devel was MFH and requires Java 21+, but 
21 is not available in Q4.

Cater for that.

Revision 5929 - Directory Listing - [select for diffs]
Modified Sun Nov 12 13:48:57 2023 UTC (16 months, 3 weeks ago) by dan
Diff to previous 5928 , to selected 5565
'add categories_rebuild_search_html.sh'
Revision 5928 - Directory Listing - [select for diffs]
Modified Sun Nov 12 13:47:59 2023 UTC (16 months, 3 weeks ago) by dan
Diff to previous 5927 , to selected 5565
Add a blank row in the drop down list, for a default search value

Fixes https://github.com/FreshPorts/freshports/issues/491

Revision 5927 - Directory Listing - [select for diffs]
Modified Sat Nov 11 19:32:00 2023 UTC (16 months, 3 weeks ago) by dan
Diff to previous 5926 , to selected 5565
'add categories_rebuild_search_html.sh'
Revision 5926 - Directory Listing - [select for diffs]
Modified Sat Nov 11 19:23:55 2023 UTC (16 months, 3 weeks ago) by dan
Diff to previous 5925 , to selected 5565
Refresh the list of categories.

Revision 5925 - Directory Listing - [select for diffs]
Modified Thu Oct 26 00:35:31 2023 UTC (17 months, 1 week ago) by dan
Diff to previous 5924 , to selected 5565
'Include changes adding port_id to RemovePortFromCache() calls'
Revision 5924 - Directory Listing - [select for diffs]
Modified Thu Oct 26 00:35:03 2023 UTC (17 months, 1 week ago) by dan
Diff to previous 5923 , to selected 5565
I should have done this for scripts, not modules.

Revision 5923 - Directory Listing - [select for diffs]
Modified Thu Oct 26 00:32:52 2023 UTC (17 months, 1 week ago) by dan
Diff to previous 5922 , to selected 5565
'Include changes adding port_id to RemovePortFromCache() calls'
Revision 5922 - Directory Listing - [select for diffs]
Modified Thu Oct 26 00:30:15 2023 UTC (17 months, 1 week ago) by dan
Diff to previous 5919 , to selected 5565
Adjust parameters to RemovePortFromCache() which now takes a port_id

see: https://github.com/FreshPorts/freshports/issues/468

Revision 5919 - Directory Listing - [select for diffs]
Modified Tue Oct 24 20:00:57 2023 UTC (17 months, 1 week ago) by dan
Diff to previous 5918 , to selected 5565
'do better cache invalidation for MOVED, UPDATING, etc'
Revision 5918 - Directory Listing - [select for diffs]
Modified Tue Oct 24 19:56:38 2023 UTC (17 months, 1 week ago) by dan
Diff to previous 5917 , to selected 5565
'improve cache invalidation for MOVED, UPDATING, etc'
Revision 5917 - Directory Listing - [select for diffs]
Modified Tue Oct 24 19:26:27 2023 UTC (17 months, 1 week ago) by dan
Diff to previous 5916 , to selected 5565
Caching changes

12345678901234567890123456789012345678901234567890123456789012345678901234567890
Items like MOVED & UPDATING where never cleared from cache. caching.pm was
designed when the web server and the ingress server where always assumed to be
on the same host. That is no longer the cache. The code has been rewritten to
use the same cache clearing mechanism as in other parts of the system.

A new table has been created: cache_clearing_files

It functions much like the existing cache_clearing_ports table

The changes here are coordinated with changes to the modules port and to the
fp-listen (part of the webserver) code.

re: https://github.com/FreshPorts/freshports/issues/468

Revision 5916 - Directory Listing - [select for diffs]
Modified Tue Oct 24 19:25:40 2023 UTC (17 months, 1 week ago) by dan
Diff to previous 5913 , to selected 5565
Cater somewhat for invalid depends

For some reason, 5699269 gave this results for RUN_DEPENDS:

[18:42 empty dan /usr/ports/www/tomcat-devel] % make -V RUN_DEPENDS
jsvc:devel/apache-commons-daemon /bin/java:

see https://lists.freebsd.org/archives/freebsd-ports/2023-October/004775.html

Which then gave invalid RUN_DEPENDS and an empty string. The code now copes.

Revision 5913 - Directory Listing - [select for diffs]
Modified Sat Oct 14 21:15:06 2023 UTC (17 months, 2 weeks ago) by dan
Diff to previous 5912 , to selected 5565
spell with
Revision 5912 - Directory Listing - [select for diffs]
Modified Tue Oct 3 17:02:59 2023 UTC (18 months ago) by dan
Diff to previous 5911 , to selected 5565
Use this shebang: #!/usr/local/bin/perl -w

For port.pm, use better stuff for UTF-8

re: https://github.com/FreshPorts/freshports/issues/455

Revision 5911 - Directory Listing - [select for diffs]
Modified Tue Oct 3 17:00:55 2023 UTC (18 months ago) by dan
Diff to previous 5906 , to selected 5565
Use this shebang: #!/usr/local/bin/perl -w

Revision 5906 - Directory Listing - [select for diffs]
Modified Sun May 21 15:08:08 2023 UTC (22 months, 2 weeks ago) by dan
Diff to previous 5905 , to selected 5565
'join the query tables when looking for slave ports'
Revision 5905 - Directory Listing - [select for diffs]
Modified Sun May 21 14:48:55 2023 UTC (22 months, 2 weeks ago) by dan
Diff to previous 5904 , to selected 5565
Actually join the tables in this quewry
Revision 5904 - Directory Listing - [select for diffs]
Modified Wed May 3 18:25:50 2023 UTC (23 months ago) by dan
Diff to previous 5903 , to selected 5565
'for UPDATING, use case insensitive for AFFECTS; trim rowcount on missing-port-categories.sh'
Revision 5903 - Directory Listing - [select for diffs]
Modified Wed May 3 18:23:21 2023 UTC (23 months ago) by dan
Diff to previous 5902 , to selected 5565
'do not pass empty strings to _GetRealPath()'
Revision 5902 - Directory Listing - [select for diffs]
Modified Wed May 3 18:18:15 2023 UTC (23 months ago) by dan
Diff to previous 5901 , to selected 5565
Don't pass empty strings to _GetRealPath()

Revision 5901 - Directory Listing - [select for diffs]
Modified Mon May 1 02:54:58 2023 UTC (23 months ago) by dan
Diff to previous 5900 , to selected 5565
Use case insensitive matches for Affects and Author

This allows for:

20230213:
  Affects: users of sysutils/nut*
  AUTHOR: cy@FreeBSD.org

Whereas most people do upper case:

20230213:
  AFFECTS: users of security/logcheck
  AUTHOR: yasu@FreeBSD.org


Revision 5900 - Directory Listing - [select for diffs]
Modified Mon May 1 02:53:11 2023 UTC (23 months ago) by dan
Diff to previous 5897 , to selected 5565
remove spaces from ROWCOUNT
Revision 5897 - Directory Listing - [select for diffs]
Modified Thu Mar 23 00:28:37 2023 UTC (2 years ago) by dan
Diff to previous 5896 , to selected 5565
'-m'
Revision 5896 - Directory Listing - [select for diffs]
Modified Wed Mar 22 23:34:04 2023 UTC (2 years ago) by dan
Diff to previous 5895 , to selected 5565
'Convert XML main to head; remove FetchAllFiles(), svnUpFile(); delete xml_munge_svn.pm'
Revision 5895 - Directory Listing - [select for diffs]
Modified Wed Mar 22 23:27:28 2023 UTC (2 years ago) by dan
Diff to previous 5894 , to selected 5565
Make sure we use head not branches/main

Add FreshPorts::Constants::MAIN as a constant
and when checking to see what branch we are on,
convert main to head, because the XML gives us
main, but we are using head in the database.

fixes #435

Revision 5894 - Directory Listing - [select for diffs]
Modified Wed Mar 22 23:25:38 2023 UTC (2 years ago) by dan
Diff to previous 5893 , to selected 5565
As of 2022-12-10, ports_active is head only

Remove the reference to /ports/head/%



Revision 5893 - Directory Listing - [select for diffs]
Modified Thu Mar 16 22:38:00 2023 UTC (2 years ago) by dan
Diff to previous 5892 , to selected 5565
Remove some old subversion specific code.

FetchAllFiles()
svnUpFile()
xml_munge_svn.pm

Thank you.


Revision 5892 - Directory Listing - [select for diffs]
Modified Thu Mar 16 22:35:26 2023 UTC (2 years ago) by dan
Diff to previous 5887 , to selected 5565
Retire vuxml_ident.pl : used for subversion commits.


Revision 5887 - Directory Listing - [select for diffs]
Modified Sun Dec 25 19:01:18 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5881 , to selected 5565
Use freshports, not FreshPorts, in URLs.

see: https://github.com/FreshPorts/freshports/issues/412


Revision 5881 - Directory Listing - [select for diffs]
Modified Thu Dec 22 16:06:09 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5880 , to selected 5565
'Only update if test_depends has changed. re https://github.com/FreshPorts/freshports/issues/411'
Revision 5880 - Directory Listing - [select for diffs]
Modified Thu Dec 22 15:59:39 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5877 , to selected 5565
Only update if test_depends differs


Revision 5877 - Directory Listing - [select for diffs]
Modified Wed Dec 21 13:05:50 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5876 , to selected 5565
'add TEST_DEPENDS'
Revision 5876 - Directory Listing - [select for diffs]
Modified Wed Dec 21 13:04:49 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5875 , to selected 5565
'add TEST_DEPENDS'
Revision 5875 - Directory Listing - [select for diffs]
Modified Wed Dec 21 12:58:34 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5874 , to selected 5565
Add TEST_DEPENDS

re: https://github.com/FreshPorts/freshports/issues/411

Revision 5874 - Directory Listing - [select for diffs]
Modified Wed Dec 21 12:58:01 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5872 , to selected 5565
Extract TEST_DEPENDS

re https://github.com/FreshPorts/freshports/issues/411


Revision 5872 - Directory Listing - [select for diffs]
Modified Sun Dec 11 14:53:11 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5871 , to selected 5565
'update refresh-all-active-ports.pl removing head-specific stuff because ports_active now does that for us'
Revision 5871 - Directory Listing - [select for diffs]
Modified Sun Dec 11 14:45:48 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5868 , to selected 5565
'refresh-ports.sh & process_updating.sh now log to DIRLOG, process_updating.pl looks for AFFECTS and avoids duplicates in cache_clearing_ports, add show-config.sh'
Revision 5868 - Directory Listing - [select for diffs]
Modified Sun Dec 11 13:31:47 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5867 , to selected 5565
Add binmode STDOUT, ":encoding(UTF-8)" to cater for wide characters

re: https://news.freshports.org/2020/05/30/tracking-down-wide-character-in-print-at-usr-local-lib-perl5-site_perl-freshports-vuxml_parsing-pm-line-232/

Remove EP.pathname like '/ports/head/%' clause from SELECT because
ports_active is now only head.

re: https://github.com/FreshPorts/freshports/issues/406


Revision 5867 - Directory Listing - [select for diffs]
Modified Sun Dec 11 13:28:02 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5866 , to selected 5565
Be clearer about how this directory is used.


Revision 5866 - Directory Listing - [select for diffs]
Modified Thu Dec 8 20:02:51 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5865 , to selected 5565
'populate the ports.makefile field re: https://github.com/FreshPorts/freshports/issues/406'
Revision 5865 - Directory Listing - [select for diffs]
Modified Thu Dec 8 20:00:02 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5864 , to selected 5565
Populate ports.makefile field re: https://github.com/FreshPorts/freshports/issues/406
Revision 5864 - Directory Listing - [select for diffs]
Modified Tue Dec 6 23:13:38 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5863 , to selected 5565
'fix processing of vuxml re: https://github.com/FreshPorts/freshports/issues/360'
Revision 5863 - Directory Listing - [select for diffs]
Modified Tue Dec 6 23:04:36 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5862 , to selected 5565
Fix vuxml processing. The files have moved from security/vuxml/vuln-YYYY.xml to
security/vuxml/vuln/YYYY.xml

Fix the regex for checking for such commits. Add more logging.

More detail in https://github.com/FreshPorts/freshports/issues/360


Revision 5862 - Directory Listing - [select for diffs]
Modified Sun Dec 4 16:21:01 2022 UTC (2 years, 3 months ago) by dan
Diff to previous 5861 , to selected 5565
Remove references to running this from a cronjob.

It is launched from job-waiting.pl


Revision 5861 - Directory Listing - [select for diffs]
Modified Thu Sep 29 13:21:05 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5860 , to selected 5565
Remove code added for debugging


Revision 5860 - Directory Listing - [select for diffs]
Modified Thu Sep 29 12:47:42 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5859 , to selected 5565
Mention this won't work on ingress nodes.


Revision 5859 - Directory Listing - [select for diffs]
Modified Thu Sep 29 12:47:18 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5858 , to selected 5565
Add


Revision 5858 - Directory Listing - [select for diffs]
Modified Thu Sep 29 12:46:46 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5857 , to selected 5565
Fix UPDATING

With 20220623 and 20220620, 20220620 appears in column one.

That caused failures because of a faulty regex.

https://regex101.com to the rescue for this one

It was broken anyway, because the directory was wrong.


For cache clearing, we need to use the cache_clearing_ports table
The caching module is good only on webservers, not on ingress nodes,
which is where this script runs.


Revision 5857 - Directory Listing - [select for diffs]
Modified Thu Sep 29 12:26:20 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5856 , to selected 5565
Log the output of process_updating.pl to process_updating.log


Revision 5856 - Directory Listing - [select for diffs]
Modified Thu Sep 29 12:25:50 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5854 , to selected 5565
Althought this script is no longer relevant/used,
let's use the supplied configuration value for LOGDIR


Revision 5854 - Directory Listing - [select for diffs]
Modified Tue Sep 20 23:38:44 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5853 , to selected 5565
'remove dir-create.sh; correct ports_tree_file_count.pl'
Revision 5853 - Directory Listing - [select for diffs]
Modified Tue Sep 20 23:30:39 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5852 , to selected 5565
Correct the ports tree file count

Reported by Laurent Chardon


Revision 5852 - Directory Listing - [select for diffs]
Modified Sat Sep 17 14:33:10 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5849 , to selected 5565
This script is deprecated.


Revision 5849 - Directory Listing - [select for diffs]
Modified Sun Sep 11 15:25:31 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5848 , to selected 5565
'restrict refresh-all-active-ports.pl to head only'
Revision 5848 - Directory Listing - [select for diffs]
Modified Sun Sep 11 15:24:46 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5847 , to selected 5565
Remove tag created in error


Revision 5847 - Directory Listing - [select for diffs]
Modified Sun Sep 11 15:22:56 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5846 , to selected 5565
'e-and-options_name.pl for jexec. add set-pkgmessage.pl never saved before'
Revision 5846 - Directory Listing - [select for diffs]
Modified Sun Sep 11 15:22:01 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5845 , to selected 5565
Restrict this port to head


Revision 5845 - Directory Listing - [select for diffs]
Modified Sun Sep 11 14:56:38 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5844 , to selected 5565
'update refresh-all-active-ports.pl for modern times. update set-pkgmessage-and-options_name.pl for jexec. add set-pkgmessage.pl never saved before'
Revision 5844 - Directory Listing - [select for diffs]
Modified Sun Sep 11 14:52:44 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5843 , to selected 5565
'add code for make -V WWW'
Revision 5843 - Directory Listing - [select for diffs]
Modified Sun Sep 11 14:50:54 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5842 , to selected 5565
'add code for make -V WWW'
Revision 5842 - Directory Listing - [select for diffs]
Modified Sun Sep 11 14:44:54 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5841 , to selected 5565
Add WWW


Revision 5841 - Directory Listing - [select for diffs]
Modified Sun Sep 11 14:44:28 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5840 , to selected 5565
Update to accommodate new WWW entry in Makefiles

see https://cgit.freebsd.org/ports/commit/?id=ddd0e820c8eb73acef94c72434c382982d0fa329
Add SET CLIENT_ENCODING TO 'ISO-8859-1
to accommodate DBD::Pg::st execute failed: ERROR:  invalid byte sequence for encoding "UTF8": 0xe4 0x20 0x3c at ../port.pm line 406.

This still won't work for ports which use the pkg-descr for another port

e.g. https://cgit.freebsd.org/ports/tree/multimedia/linux-c7-libtheora/Makefile?id=63f36d326290febc7af8820d7bde9c78cda71c80#n17

I have emailed se@FreeBSD.org about this edge case.


Revision 5840 - Directory Listing - [select for diffs]
Modified Sun Sep 11 14:39:03 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5839 , to selected 5565
Save changes from a year ago when this script was converted to use jexec



Revision 5839 - Directory Listing - [select for diffs]
Modified Sun Sep 11 14:38:40 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5838 , to selected 5565
Save changes from a year ago when this script was converted to use jexec


Revision 5838 - Directory Listing - [select for diffs]
Modified Sun Sep 11 14:37:42 2022 UTC (2 years, 6 months ago) by dan
Diff to previous 5835 , to selected 5565
Adjust SQL to work only on head.

Adjust Port->new() call to specific 'git' repo


Revision 5835 - Directory Listing - [select for diffs]
Modified Fri Aug 12 15:00:37 2022 UTC (2 years, 7 months ago) by dan
Diff to previous 5834 , to selected 5565
'remove maildrop/mailfilter - no longer used now we're on git'
Revision 5834 - Directory Listing - [select for diffs]
Modified Fri Aug 12 14:52:32 2022 UTC (2 years, 7 months ago) by dan
Diff to previous 5833 , to selected 5565
'try catching sql print errors'
Revision 5833 - Directory Listing - [select for diffs]
Modified Fri Aug 12 14:41:56 2022 UTC (2 years, 7 months ago) by dan
Diff to previous 5832 , to selected 5565
Start using Try::Tiny

I was seeing errors on printing the SQL. Let's see if that traps that.

Testing  was not able to reproduce it.


Revision 5832 - Directory Listing - [select for diffs]
Modified Wed Aug 10 20:50:36 2022 UTC (2 years, 7 months ago) by dan
Diff to previous 5831 , to selected 5565
Better logging message


Revision 5831 - Directory Listing - [select for diffs]
Modified Wed Aug 10 20:20:34 2022 UTC (2 years, 7 months ago) by dan
Diff to previous 5829 , to selected 5565
Add more logging

Revision 5829 - Directory Listing - [select for diffs]
Modified Sun Apr 24 18:59:55 2022 UTC (2 years, 11 months ago) by dan
Diff to previous 5827 , to selected 5565
Drop the procmail, actually maildrop filter

Since FreeBSD moved to git, this is no longer required.

Revision 5827 - Directory Listing - [select for diffs]
Modified Sun Apr 24 18:15:25 2022 UTC (2 years, 11 months ago) by dan
Diff to previous 5825 , to selected 5565
Add a better log message


Revision 5825 - Directory Listing - [select for diffs]
Modified Sun Sep 26 15:25:20 2021 UTC (3 years, 6 months ago) by dan
Diff to previous 5824 , to selected 5565
'Avoid periods at the end of URLs and email addresses'
Revision 5824 - Directory Listing - [select for diffs]
Modified Sun Sep 26 15:23:00 2021 UTC (3 years, 6 months ago) by dan
Diff to previous 5823 , to selected 5565
'Correct the link to commits

fixes https://github.com/FreshPorts/freshports/issues/335

reported by Matthew Seaman via private email
'
Revision 5823 - Directory Listing - [select for diffs]
Modified Sat Sep 25 13:38:08 2021 UTC (3 years, 6 months ago) by dan
Diff to previous 5822 , to selected 5565
Avoid periods at the end of URLs and email addresses


Revision 5822 - Directory Listing - [select for diffs]
Modified Sat Sep 25 13:37:51 2021 UTC (3 years, 6 months ago) by dan
Diff to previous 5812 , to selected 5565
Correct the link to commits

fixes https://github.com/FreshPorts/freshports/issues/335

reported by Matthew Seaman via private email


Revision 5812 - Directory Listing - [select for diffs]
Modified Thu Sep 9 21:46:33 2021 UTC (3 years, 6 months ago) by dan
Diff to previous 5811 , to selected 5565
column alignment
Revision 5811 - Directory Listing - [select for diffs]
Modified Fri Sep 3 14:51:38 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5810 , to selected 5565
'add newlines to refresh-ports.pl'
Revision 5810 - Directory Listing - [select for diffs]
Modified Fri Sep 3 14:50:45 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5809 , to selected 5565
go for 2500 row sets
Revision 5809 - Directory Listing - [select for diffs]
Modified Fri Sep 3 14:49:53 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5808 , to selected 5565
add newlines to print statements
Revision 5808 - Directory Listing - [select for diffs]
Modified Fri Sep 3 12:41:43 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5806 , to selected 5565
Be sure to prepare the repo with the latest data before processing


Revision 5806 - Directory Listing - [select for diffs]
Modified Thu Sep 2 14:22:39 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5805 , to selected 5565
'use correct path for pkg-message'
Revision 5805 - Directory Listing - [select for diffs]
Modified Thu Sep 2 14:19:54 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5804 , to selected 5565
'add launch-refreshes.sh & long options for refresh-ports.pl'
Revision 5804 - Directory Listing - [select for diffs]
Modified Thu Sep 2 14:13:47 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5803 , to selected 5565
Correct the path to pkgmessagepath - this is not absolute, but relative
Revision 5803 - Directory Listing - [select for diffs]
Modified Thu Sep 2 14:12:50 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5802 , to selected 5565
A script for launching multiple instances of refresh-ports.pl which each run
in parallel


Revision 5802 - Directory Listing - [select for diffs]
Modified Thu Sep 2 14:11:59 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5801 , to selected 5565
Add in long options:

dryrun y/n
debug  y/n
limit  How many rows to process
offset Where to start int the result set

Stop using syslog, because output is now logged to a file



Revision 5801 - Directory Listing - [select for diffs]
Modified Thu Sep 2 14:08:02 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5800 , to selected 5565
log to a file
Revision 5800 - Directory Listing - [select for diffs]
Modified Thu Sep 2 14:07:12 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5798 , to selected 5565
We shall keep distfiles around - no sense removing them if we are running multiple tests
Revision 5798 - Directory Listing - [select for diffs]
Modified Wed Aug 25 21:00:49 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5797 , to selected 5565
'add script name to syslog call in refresh-ports.pl'
Revision 5797 - Directory Listing - [select for diffs]
Modified Wed Aug 25 20:58:17 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5793 , to selected 5565
add script name to syslog call
Revision 5793 - Directory Listing - [select for diffs]
Modified Tue Aug 24 20:34:18 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5792 , to selected 5565
'add in $FreshPorts::Config::PortsToRefresh'
Revision 5792 - Directory Listing - [select for diffs]
Modified Tue Aug 24 20:34:00 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5791 , to selected 5565
2.1.15? Should be 2.0.15

Revision 5791 - Directory Listing - [select for diffs]
Modified Tue Aug 24 20:31:24 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5790 , to selected 5565
'add $FreshPorts::Config::PortsToRefresh, refresh-ports.sh, refresh-ports.pl'
Revision 5790 - Directory Listing - [select for diffs]
Modified Tue Aug 24 20:27:11 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5789 , to selected 5565
'add in $FreshPorts::Config::PortsToRefresh'
Revision 5789 - Directory Listing - [select for diffs]
Modified Tue Aug 24 13:37:27 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5788 , to selected 5565
we shall assume git processing when refreshing
Revision 5788 - Directory Listing - [select for diffs]
Modified Tue Aug 24 13:06:29 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5787 , to selected 5565
add $FreshPorts::Config::PortsToRefresh signal
Revision 5787 - Directory Listing - [select for diffs]
Modified Tue Aug 24 13:05:22 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5786 , to selected 5565
Add the ability to process the ports_to_refresh table.


Revision 5786 - Directory Listing - [select for diffs]
Modified Tue Aug 24 13:04:01 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5785 , to selected 5565
Create PORTSTOREFRESHFLAG flag

While here, derive BASEDIR_PACKAGER from BASEDIR


Revision 5785 - Directory Listing - [select for diffs]
Modified Tue Aug 24 13:02:57 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5784 , to selected 5565
fix comment typo
Revision 5784 - Directory Listing - [select for diffs]
Modified Wed Aug 11 08:38:34 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5783 , to selected 5565
'move from ports-jail to jail'
Revision 5783 - Directory Listing - [select for diffs]
Modified Wed Aug 11 08:34:59 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5782 , to selected 5565
'move from ports-jail to jail'
Revision 5782 - Directory Listing - [select for diffs]
Modified Wed Aug 11 08:34:41 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5781 , to selected 5565
Remove tag created in error

Revision 5781 - Directory Listing - [select for diffs]
Modified Wed Aug 11 08:32:32 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5780 , to selected 5565
'move from ports-jail to jail'
Revision 5780 - Directory Listing - [select for diffs]
Modified Wed Aug 11 08:32:09 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5779 , to selected 5565
remove tag created in error

Revision 5779 - Directory Listing - [select for diffs]
Modified Wed Aug 11 08:30:45 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5778 , to selected 5565
'move from ports-jail to jail'
Revision 5778 - Directory Listing - [select for diffs]
Modified Wed Aug 11 08:17:18 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5777 , to selected 5565
Remove variables no longer present.


Revision 5777 - Directory Listing - [select for diffs]
Modified Wed Aug 11 08:14:27 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5776 , to selected 5565
fix typo in /usr/ports comment
Revision 5776 - Directory Listing - [select for diffs]
Modified Wed Aug 11 08:13:02 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5775 , to selected 5565
use /usr/ports; /var/db/repos is now gone
Revision 5775 - Directory Listing - [select for diffs]
Modified Wed Aug 11 08:10:45 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5774 , to selected 5565
Stop using ports-jails, start using a proper jail

Use /usr/ports within that jail


Revision 5774 - Directory Listing - [select for diffs]
Modified Wed Aug 11 07:32:13 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5773 , to selected 5565
Move from chroot to jexec.

The ports-tree at ~freshports/ports-jail is no longer used.
Instead, we use one in a true proper jail.


Revision 5773 - Directory Listing - [select for diffs]
Modified Wed Aug 11 01:16:41 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5772 , to selected 5565
this is deprecated
Revision 5772 - Directory Listing - [select for diffs]
Modified Wed Aug 11 01:15:39 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5771 , to selected 5565
For fortnightly, do 18 days, because it's not a perfect fortnight


Revision 5771 - Directory Listing - [select for diffs]
Modified Wed Aug 11 01:14:46 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5770 , to selected 5565
We are now using a FreeBSD jail for port data extraction


Revision 5770 - Directory Listing - [select for diffs]
Modified Wed Aug 11 01:14:28 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5769 , to selected 5565
Move to a /usr/ports location for the jail
Revision 5769 - Directory Listing - [select for diffs]
Modified Wed Aug 11 01:12:17 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5768 , to selected 5565
Move the jail to /usr/ports, not /var/db/repos/ports


Revision 5768 - Directory Listing - [select for diffs]
Modified Wed Aug 11 01:10:59 2021 UTC (3 years, 7 months ago) by dan
Diff to previous 5767 , to selected 5565
Move from chroot to jexec

With make-pkg-message-in.sh, move back to apply-slist : it's great


Revision 5767 - Directory Listing - [select for diffs]
Modified Sat Jul 31 17:10:14 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5766 , to selected 5565
Better pkg-message handling, but not great.


Revision 5766 - Directory Listing - [select for diffs]
Modified Sat Jul 31 17:09:47 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5765 , to selected 5565
Replace JailApplySList with JailPkgMessage, for better pkg-message handling
Revision 5765 - Directory Listing - [select for diffs]
Modified Sat Jul 31 17:08:40 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5760 , to selected 5565
Better pkg-message handling, but still not great.


Revision 5760 - Directory Listing - [select for diffs]
Modified Sun Jul 25 19:10:47 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5759 , to selected 5565
'Fix the way we detect a commit against security/vuxml'
Revision 5759 - Directory Listing - [select for diffs]
Modified Sun Jul 25 19:08:42 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5758 , to selected 5565
Fix the way we detect a commit against security/vuxml

Look for any file like vuln-YYYY


Revision 5758 - Directory Listing - [select for diffs]
Modified Fri Jul 16 16:20:28 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5757 , to selected 5565
'check ports_categories when not processing commits'
Revision 5757 - Directory Listing - [select for diffs]
Modified Fri Jul 16 16:18:55 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5756 , to selected 5565
'check ports_categories when not processing commits'
Revision 5756 - Directory Listing - [select for diffs]
Modified Fri Jul 16 16:17:17 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5755 , to selected 5565
Update to check ports_categories when not processing commits.

Add this to /usr/local/etc/freshports/config.sh:

CHECKPORTSCATEGORIESFILE="${BASEDIR}/signals/check_port_categories"



Revision 5755 - Directory Listing - [select for diffs]
Modified Fri Jul 16 16:16:14 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5748 , to selected 5565
Update to check ports_categories when not processing commits.

Add this this to /usr/local/etc/freshports/config.pm:

$FreshPorts::Config::CheckPortsCategoriesFlag   = $FreshPorts::Config::BaseDir . '/signals/check_port_categories';



Revision 5748 - Directory Listing - [select for diffs]
Modified Sun Jul 11 17:21:32 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5747 , to selected 5565
Add in some ignores with propset


Revision 5747 - Directory Listing - [select for diffs]
Modified Sat Jul 10 23:31:33 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5746 , to selected 5565
Script for testing categories obtained from the repo


Revision 5746 - Directory Listing - [select for diffs]
Modified Sat Jul 10 23:27:00 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5745 , to selected 5565
Comment out the debugging code


Revision 5745 - Directory Listing - [select for diffs]
Modified Sat Jul 10 23:25:30 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5744 , to selected 5565
First attempt at keeping track of what reports have not been run


Revision 5744 - Directory Listing - [select for diffs]
Modified Sat Jul 10 23:01:35 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5743 , to selected 5565
column alignments


Revision 5743 - Directory Listing - [select for diffs]
Modified Sat Jul 10 23:01:06 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5741 , to selected 5565
column alignments


Revision 5741 - Directory Listing - [select for diffs]
Modified Thu Jul 8 21:20:21 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5740 , to selected 5565
'fix queue-status.pl, now checks for .errors files'
Revision 5740 - Directory Listing - [select for diffs]
Modified Thu Jul 8 21:14:31 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5739 , to selected 5565
'Avoid variables without values in verifyport.pm
Add a proper Undelete() for ports in port.pm
Fix paths for branch commits in xml_munge_git.pm
'
Revision 5739 - Directory Listing - [select for diffs]
Modified Thu Jul 8 21:05:46 2021 UTC (3 years, 8 months ago) by dan
Diff to previous 5738 , to selected 5565
Properly reresurrect a port so that our local copy stays up to date.

re: https://news.freshports.org/2021/07/04/when-a-deleted-port-is-resurrected/


Revision 5738 - Directory Listing - [select for diffs]
Modified Sun Jul 4 14:55:01 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5737 , to selected 5565
Report upon .errors files
Don't report upon ingress-svn any more


Revision 5737 - Directory Listing - [select for diffs]
Modified Tue Jun 29 20:27:02 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5736 , to selected 5565
Fix path manipulation with on a branch


Revision 5736 - Directory Listing - [select for diffs]
Modified Tue Jun 29 20:25:45 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5735 , to selected 5565
reduce the number of error messages we get in the the logs by ensuring a default value exists
Revision 5735 - Directory Listing - [select for diffs]
Modified Sat Jun 26 17:03:10 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5734 , to selected 5565
'We don't use Jail/scripts/make-categories.sh in the port-jail'
Revision 5734 - Directory Listing - [select for diffs]
Modified Sat Jun 26 16:59:56 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5733 , to selected 5565
make-apply-slist.sh is not required in the port jail.

This functionality is carried out by get-list-of-current-categories.sh


Revision 5733 - Directory Listing - [select for diffs]
Modified Sat Jun 26 16:26:44 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5732 , to selected 5565
Include make-categories.sh

chown root:wheel too


Revision 5732 - Directory Listing - [select for diffs]
Modified Sat Jun 26 14:08:35 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5731 , to selected 5565
Better shorter way to get the list of categories


Revision 5731 - Directory Listing - [select for diffs]
Modified Sat Jun 26 14:08:07 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5729 , to selected 5565
Add make-apply-slist.sh


Revision 5729 - Directory Listing - [select for diffs]
Modified Fri Jun 25 18:45:02 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5728 , to selected 5565
'Use Email::Stuffer'
Revision 5728 - Directory Listing - [select for diffs]
Modified Fri Jun 25 18:43:31 2021 UTC (3 years, 9 months ago) by dan
Diff to previous 5720 , to selected 5565
Fix email sending.

https://cgit.freebsd.org/ports/commit/?id=3505159e72da2d8313ce2a8ddc527de700b5bc37
contains some unicode characters,

Let's use Simple::Email for that.


Revision 5720 - Directory Listing - [select for diffs]
Modified Mon May 31 11:36:17 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5719 , to selected 5565
'add error handling for categories.pm'
Revision 5719 - Directory Listing - [select for diffs]
Modified Mon May 31 11:33:48 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5718 , to selected 5565
use spaces, not tabs to column align assignments
Revision 5718 - Directory Listing - [select for diffs]
Modified Mon May 31 11:32:09 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5717 , to selected 5565
Detect and raise a fatal error if the script fails

Print the categories


Revision 5717 - Directory Listing - [select for diffs]
Modified Mon May 31 11:31:40 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5716 , to selected 5565
No real changes.

Amend some debugging output to help in the future.

sort the use statements


Revision 5716 - Directory Listing - [select for diffs]
Modified Mon May 31 11:07:29 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5715 , to selected 5565
'add get-list-of-current-categories.sh back in'
Revision 5715 - Directory Listing - [select for diffs]
Modified Mon May 31 11:03:28 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5714 , to selected 5565
Remove get-list-of-current-categories.pl, not used.

Add get-list-of-current-categories.sh back in, removed via 5713

I really should have waited. Kept this only on dev for a few days.
Then test, staging, and prod would not have been affected.


Revision 5714 - Directory Listing - [select for diffs]
Modified Fri May 28 19:58:51 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5713 , to selected 5565
'-m'
Revision 5713 - Directory Listing - [select for diffs]
Modified Fri May 28 19:42:15 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5712 , to selected 5565
Remove this, now handled by get-list-of-current-categories.pl


Revision 5712 - Directory Listing - [select for diffs]
Modified Fri May 28 19:41:45 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5711 , to selected 5565
Commit a work in progress, only to be deleted on my next commit

Revision 5711 - Directory Listing - [select for diffs]
Modified Fri May 28 19:40:47 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5710 , to selected 5565
the new HTML from Jethro
Revision 5710 - Directory Listing - [select for diffs]
Modified Fri May 28 19:40:13 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5709 , to selected 5565
Remove 'svn commit checking status' since we don't do subversion commits any
more


Revision 5709 - Directory Listing - [select for diffs]
Modified Tue May 25 15:34:26 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5708 , to selected 5565
adjust the comment headers
Revision 5708 - Directory Listing - [select for diffs]
Modified Thu May 13 20:13:50 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5707 , to selected 5565
Document that FreshPorts::Config::FreshPortsURL must have a trailing /


Revision 5707 - Directory Listing - [select for diffs]
Modified Wed May 12 02:01:39 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5706 , to selected 5565
'use FreshPorts:: again'
Revision 5706 - Directory Listing - [select for diffs]
Modified Wed May 12 02:01:26 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5705 , to selected 5565
Use FreshPorts again...


Revision 5705 - Directory Listing - [select for diffs]
Modified Wed May 12 01:57:15 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5704 , to selected 5565
'use FreshPorts::'
Revision 5704 - Directory Listing - [select for diffs]
Modified Wed May 12 01:57:00 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5703 , to selected 5565
Use FreshPorts::


Revision 5703 - Directory Listing - [select for diffs]
Modified Wed May 12 01:49:25 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5702 , to selected 5565
Seems we don't need this after all


Revision 5702 - Directory Listing - [select for diffs]
Modified Wed May 12 01:40:15 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5701 , to selected 5565
'fix Makefile.PL'
Revision 5701 - Directory Listing - [select for diffs]
Modified Wed May 12 01:40:00 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5700 , to selected 5565
Add missing '


Revision 5700 - Directory Listing - [select for diffs]
Modified Wed May 12 01:37:25 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5699 , to selected 5565
'Create FreshPortsVerify'
Revision 5699 - Directory Listing - [select for diffs]
Modified Wed May 12 01:37:17 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5698 , to selected 5565
Remove erronously placed tag

Revision 5698 - Directory Listing - [select for diffs]
Modified Wed May 12 01:36:02 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5697 , to selected 5565
'Create FreshPortsVerify'
Revision 5697 - Directory Listing - [select for diffs]
Modified Wed May 12 01:35:40 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5696 , to selected 5565
Try FreshPortVerify


Revision 5696 - Directory Listing - [select for diffs]
Modified Wed May 12 01:29:37 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5695 , to selected 5565
Move

Revision 5695 - Directory Listing - [select for diffs]
Modified Wed May 12 01:29:12 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5694 , to selected 5565
'Create 2irTry FreshPorts::Verify'
Revision 5694 - Directory Listing - [select for diffs]
Modified Wed May 12 01:27:38 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5693 , to selected 5565
Move from FreshPorts::Scripts -> FreshPorts::Modules


Revision 5693 - Directory Listing - [select for diffs]
Modified Wed May 12 01:19:23 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5692 , to selected 5565
Rename

Revision 5692 - Directory Listing - [select for diffs]
Modified Wed May 12 01:16:12 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5691 , to selected 5565
'Create 1irAdd Makefile.pl'
Revision 5691 - Directory Listing - [select for diffs]
Modified Wed May 12 01:15:41 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5689 , to selected 5565
Add


Revision 5689 - Directory Listing - [select for diffs]
Modified Wed May 12 01:05:05 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5688 , to selected 5565
'Create first tag'
Revision 5688 - Directory Listing - [select for diffs]
Modified Wed May 12 01:05:01 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5687 , to selected 5565

Revision 5687 - Directory Listing - [select for diffs]
Modified Mon May 10 12:21:44 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5686 , to selected 5565
'bringing in better category detection'
Revision 5686 - Directory Listing - [select for diffs]
Modified Mon May 10 12:20:45 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5685 , to selected 5565
'bringing in better category detection'
Revision 5685 - Directory Listing - [select for diffs]
Modified Mon May 10 12:18:42 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5684 , to selected 5565
Stop using IgnoredItems and use a list of Categories pulled from the repo

Add categories.pm used thusly:

use FreshPorts::categories
use List::MoreUtils 'any';

FreshPorts::categories::FetchAll();

# look for special files outside a port, such as LEGAL, GIDs, UIDs, .hooks
if ( ! any {/$category_name/} @FreshPorts::Categories::categories ) {
...
}


Revision 5684 - Directory Listing - [select for diffs]
Modified Mon May 10 12:18:15 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5683 , to selected 5565
Be cautious when printing svn_revision - I think this arose when writing
Verify/set-pkgmessage-and-options_name.pl


Revision 5683 - Directory Listing - [select for diffs]
Modified Mon May 10 12:15:10 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5682 , to selected 5565
With IgnoredItems being removed, this script is no longer required.


Revision 5682 - Directory Listing - [select for diffs]
Modified Mon May 10 12:12:14 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5681 , to selected 5565
Get the list of categories from the repo


Revision 5681 - Directory Listing - [select for diffs]
Modified Mon May 10 12:11:48 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5680 , to selected 5565
FreshPorts::Config::scriptpath and
FreshPorts::Config::ScriptDir have the same value. use only the latter.

Revision 5680 - Directory Listing - [select for diffs]
Modified Mon May 10 12:10:27 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5679 , to selected 5565
FreshPorts::Config::scriptpath and
FreshPorts::Config::ScriptDir have the same value. use only the latter.

Revision 5679 - Directory Listing - [select for diffs]
Modified Mon May 10 12:07:57 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5678 , to selected 5565
Fix the debug output so it makes sense when reading it.


Revision 5678 - Directory Listing - [select for diffs]
Modified Mon May 10 11:59:31 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5677 , to selected 5565
Also, update options_name


Revision 5677 - Directory Listing - [select for diffs]
Modified Wed May 5 12:48:32 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5676 , to selected 5565
'add get-list-of-current-categories.sh; fix vuln_latest.pl for new HTML usage'
Revision 5676 - Directory Listing - [select for diffs]
Modified Wed May 5 12:41:20 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5675 , to selected 5565
Bring in the changes from https://github.com/FreshPorts/freshports/pull/261


Revision 5675 - Directory Listing - [select for diffs]
Modified Wed May 5 12:37:05 2021 UTC (3 years, 10 months ago) by dan
Diff to previous 5674 , to selected 5565
Commit my changes to vuln_latest.pl before incorporating changes from
https://github.com/FreshPorts/freshports/pull/261


Revision 5674 - Directory Listing - [select for diffs]
Modified Mon Apr 26 19:06:27 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5673 , to selected 5565
'Previous release was mucked up. updated config.sh.sample'
Revision 5673 - Directory Listing - [select for diffs]
Modified Mon Apr 26 19:05:58 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5672 , to selected 5565
'if no pkg-message in the repo, try apply-slist - corrected'
Revision 5672 - Directory Listing - [select for diffs]
Modified Mon Apr 26 18:55:12 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5671 , to selected 5565
adjust from svn to git
Revision 5671 - Directory Listing - [select for diffs]
Modified Mon Apr 26 18:54:07 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5670 , to selected 5565
space changes only
Revision 5670 - Directory Listing - [select for diffs]
Modified Mon Apr 26 18:53:06 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5669 , to selected 5565
Add the make-apply-slist.sh code


Revision 5669 - Directory Listing - [select for diffs]
Modified Mon Apr 26 18:52:48 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5668 , to selected 5565
add make-apply-slist.sh
Revision 5668 - Directory Listing - [select for diffs]
Modified Mon Apr 26 17:09:17 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5667 , to selected 5565
'if no pkg-message in the repo, try apply-slist'
Revision 5667 - Directory Listing - [select for diffs]
Modified Mon Apr 26 17:05:48 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5666 , to selected 5565
'Previous release was the wrong tarball name - updated config.sh.sample'
Revision 5666 - Directory Listing - [select for diffs]
Modified Mon Apr 26 17:03:44 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5665 , to selected 5565
'Updated config.sh.sample'
Revision 5665 - Directory Listing - [select for diffs]
Modified Tue Apr 20 15:05:38 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5664 , to selected 5565
A new iteration of the find


Revision 5664 - Directory Listing - [select for diffs]
Modified Tue Apr 20 15:03:06 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5663 , to selected 5565
Not every directory in the root directory of the repo is a category. This
script pulls back a list of those categories.

This need arose with this commit:

https://cgit.freebsd.org/ports/commit/?id=bbc2474ef7a65eb8561c8ecf7af80c2bfed1f248

Which created the .git directory.


Revision 5663 - Directory Listing - [select for diffs]
Modified Tue Apr 20 15:00:47 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5662 , to selected 5565
re https://github.com/FreshPorts/freshports/issues/245

Not all ports with a pkg-message have a pkg-message file.

Some have files/pkg-message.in, for example.

This script uses apply-slist to build that file.


Revision 5662 - Directory Listing - [select for diffs]
Modified Tue Apr 6 22:42:08 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5661 , to selected 5565
'use main, not master, for head'
Revision 5661 - Directory Listing - [select for diffs]
Modified Tue Apr 6 22:40:38 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5660 , to selected 5565
'count *.xml not *.txt'
Revision 5660 - Directory Listing - [select for diffs]
Modified Tue Apr 6 21:55:20 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5659 , to selected 5565
stop counting .txt & start counting .xml
Revision 5659 - Directory Listing - [select for diffs]
Modified Tue Apr 6 21:54:40 2021 UTC (3 years, 11 months ago) by dan
Diff to previous 5658 , to selected 5565
Now that the FreeBSD git repo is out, it seems they changed the name of the
head branch from master to main. The main change there is:

-my %BranchConversions = ( 'master' => 'head' );
+my %BranchConversions = ( 'main' => 'head' );

Adjust some constants to allow commits to process.

$FreshPorts::Config::RepoDir . '/PORTS-head'; was renamed to 
$FreshPorts::Config::RepoDir . '/' . $FreshPorts::Config::Repo_PORTS;

This meant that $FreshPorts::Config::Repo_PORTS had to be moved higher
up withint config.pm

Adjust the constants for the repo directories. We have abandoned github
and moved to git.freebsd.org.  e.g. freebsd-doc becomes doc





Revision 5658 - Directory Listing - [select for diffs]
Modified Sun Apr 4 00:36:30 2021 UTC (4 years ago) by dan
Diff to previous 5657 , to selected 5565
'add DBUSER_REPORTING to config.sh.sample'
Revision 5657 - Directory Listing - [select for diffs]
Modified Sun Apr 4 00:30:06 2021 UTC (4 years ago) by dan
Diff to previous 5655 , to selected 5565
add DBUSER_REPORTING
Revision 5655 - Directory Listing - [select for diffs]
Modified Sun Mar 21 23:18:10 2021 UTC (4 years ago) by dan
Diff to previous 5654 , to selected 5565
'add options_name'
Revision 5654 - Directory Listing - [select for diffs]
Modified Sun Mar 21 23:13:55 2021 UTC (4 years ago) by dan
Diff to previous 5653 , to selected 5565
'Add OPTIONS_NAME to scripts.
fix ports_tree_file_count.pl to work with new configuration items'
Revision 5653 - Directory Listing - [select for diffs]
Modified Sun Mar 21 22:39:49 2021 UTC (4 years ago) by dan
Diff to previous 5652 , to selected 5565
'freebsd-cvs.sh: say if config.sh is not found
queue-status.pl: stop using the database, sort the queue keys so Nagios output is consistent, look only for files > 5 minutes old.
config.sh.sample: mention PORTSDIRBASE is best without a trailing slash
Add the monitoring directory, but I am not sure it is used yet.
process_vuxml.pl: improve spacing'
Revision 5652 - Directory Listing - [select for diffs]
Modified Sun Mar 21 22:29:12 2021 UTC (4 years ago) by dan
Diff to previous 5651 , to selected 5565
FreshPorts::Constants::Repo_Ports is gone.

Use FreshPorts::Constants::Repo_Dir_Name_Ports instead


Revision 5651 - Directory Listing - [select for diffs]
Modified Sun Mar 21 22:28:44 2021 UTC (4 years ago) by dan
Diff to previous 5650 , to selected 5565
cate for OPTIONS_NAME


Revision 5650 - Directory Listing - [select for diffs]
Modified Sun Mar 21 22:28:18 2021 UTC (4 years ago) by dan
Diff to previous 5642 , to selected 5565
Start saving options_name


Revision 5642 - Directory Listing - [select for diffs]
Modified Thu Mar 4 22:44:12 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5641 , to selected 5565
'adding committer_name, committer_email, author_name, author_email'
Revision 5641 - Directory Listing - [select for diffs]
Modified Thu Mar 4 22:37:55 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5633 , to selected 5565
Add new committer and author fields:

* committer_name
* committer_email
* author_name
* author_email


Revision 5633 - Directory Listing - [select for diffs]
Modified Thu Feb 25 00:33:22 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5632 , to selected 5565
'bring in the vuxml code from trunk; take author and committer in.'
Revision 5632 - Directory Listing - [select for diffs]
Modified Thu Feb 25 00:30:34 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5631 , to selected 5565
Add p5-Email-Address-XS>0:mail/p5-Email-Address-XS as new dependecy because
we need to split the user off the address.

We now take in Author and Committer.

Author is not yet written to the database.


Revision 5631 - Directory Listing - [select for diffs]
Modified Thu Feb 25 00:25:25 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5630 , to selected 5565
Bring in the vuxml code from trunk


Revision 5630 - Directory Listing - [select for diffs]
Modified Thu Feb 25 00:24:13 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5629 , to selected 5565
'bring in the vuxml code from trunk'
Revision 5629 - Directory Listing - [select for diffs]
Modified Thu Feb 25 00:20:20 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5628 , to selected 5565
Pull in the vuxml code from the main branch, because we need the new vuxml
code here too.  While here, do some betting debugging.



Revision 5628 - Directory Listing - [select for diffs]
Modified Wed Feb 24 21:43:25 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5625 , to selected 5565
Remove use of database

Sort the keys before displaying them so every host has the same order of
output.


Revision 5625 - Directory Listing - [select for diffs]
Modified Fri Feb 19 19:35:49 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5624 , to selected 5565
'In /var/db/ingress/message-queues/incoming, we look for *.xml'
Revision 5624 - Directory Listing - [select for diffs]
Modified Fri Feb 19 19:34:31 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5623 , to selected 5565
In /var/db/ingress/message-queues/incoming, we look for *.xml


Revision 5623 - Directory Listing - [select for diffs]
Modified Fri Feb 19 19:19:38 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5622 , to selected 5565
'better queue monitoring'
Revision 5622 - Directory Listing - [select for diffs]
Modified Fri Feb 19 19:16:56 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5621 , to selected 5565
Remove use of database

use -mindepth 1 to avoid counting the directory itself


Revision 5621 - Directory Listing - [select for diffs]
Modified Thu Feb 18 22:10:10 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5620 , to selected 5565
'add virtualhost-common-ssl.conf.sample'
Revision 5620 - Directory Listing - [select for diffs]
Modified Thu Feb 18 18:36:21 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5619 , to selected 5565
'K  IW   svn-commit.tmp (Modified)                                                                                                                                                                                                                      Row 3    Col 1   
Stop using FreshPorts::Utilities::CommitCountPeriod because we are counting
only file more than 5 minutes old.'
Revision 5619 - Directory Listing - [select for diffs]
Modified Thu Feb 18 18:33:44 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5618 , to selected 5565
queue-status.pl no longer uses FreshPorts::Utilities::CommitCountPeriod


Revision 5618 - Directory Listing - [select for diffs]
Modified Thu Feb 18 18:33:13 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5617 , to selected 5565
Stop using FreshPorts::Utilities::CommitCountPeriod because we are counting
only file more than 5 minutes old.



Revision 5617 - Directory Listing - [select for diffs]
Modified Thu Feb 18 18:15:12 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5616 , to selected 5565
'conver all the queues'
Revision 5616 - Directory Listing - [select for diffs]
Modified Thu Feb 18 18:11:18 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5615 , to selected 5565
adjust report_non_zero to cover all incoming and spooling directories. same for CountRecent
Revision 5615 - Directory Listing - [select for diffs]
Modified Wed Feb 17 22:10:58 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5614 , to selected 5565
'add more queue monitoring'
Revision 5614 - Directory Listing - [select for diffs]
Modified Wed Feb 17 22:00:56 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5613 , to selected 5565
trailing / issues, add in src-stable-12
Revision 5613 - Directory Listing - [select for diffs]
Modified Wed Feb 17 22:00:13 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5610 , to selected 5565
Add ingress_svn/message-queues/incoming & ingress_svn/message-queues/spooling to the queue checking
Revision 5610 - Directory Listing - [select for diffs]
Modified Tue Feb 16 14:23:17 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5609 , to selected 5565
Check for and error out if config.sh is not found


Revision 5609 - Directory Listing - [select for diffs]
Modified Tue Feb 16 14:22:56 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5606 , to selected 5565
PORTSDIRBASE is best without a trailing /
Revision 5606 - Directory Listing - [select for diffs]
Modified Mon Feb 8 01:39:37 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5605 , to selected 5565
'fix system_status.sh'
Revision 5605 - Directory Listing - [select for diffs]
Modified Mon Feb 8 01:37:29 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5599 , to selected 5565
Convert for use by git processing.

Revision 5599 - Directory Listing - [select for diffs]
Modified Sat Feb 6 16:45:29 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5598 , to selected 5565
'email files are *.txt not, not *.txt.raw'
Revision 5598 - Directory Listing - [select for diffs]
Modified Sat Feb 6 16:42:46 2021 UTC (4 years, 1 month ago) by dan
Diff to previous 5594 , to selected 5565
Our files are now *.txt not *.txt.raw

There was no need to rename them


Revision 5594 - Directory Listing - [select for diffs]
Modified Sat Jan 30 21:54:51 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5593 , to selected 5565
'Show reasons for update and number of updates'
Revision 5593 - Directory Listing - [select for diffs]
Modified Sat Jan 30 21:53:03 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5592 , to selected 5565
Show reasons for update and number of updates


Revision 5592 - Directory Listing - [select for diffs]
Modified Sat Jan 30 20:36:05 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5591 , to selected 5565
'allow IO::String on incoming new()'
Revision 5591 - Directory Listing - [select for diffs]
Modified Sat Jan 30 20:34:03 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5590 , to selected 5565
'Adjust process_vuxml.pl to work on file open'
Revision 5590 - Directory Listing - [select for diffs]
Modified Sat Jan 30 20:30:01 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5589 , to selected 5565
Add three new paramaters:

* dryrun        - do not update the database
* showchecksums - show the checksums
* printnodes    - print the node we are processing

Change from IO::File to IO::String for the $nodeString = $node->toString();
XML. This means the fh->open($nodeString) succeeds.


Revision 5589 - Directory Listing - [select for diffs]
Modified Sat Jan 30 20:24:55 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5588 , to selected 5565
Change to allow IO::String on incoming new()


Revision 5588 - Directory Listing - [select for diffs]
Modified Fri Jan 29 01:44:24 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5587 , to selected 5565
'For new security/vuxml/vuln.xml layout'
Revision 5587 - Directory Listing - [select for diffs]
Modified Fri Jan 29 01:34:46 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5586 , to selected 5565
'For new security/vuxml/vuln.xml layout - perhaps 1.42 was a duplicate tag - oops'
Revision 5586 - Directory Listing - [select for diffs]
Modified Fri Jan 29 01:26:15 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5585 , to selected 5565
'For new security/vuxml/vuln.xml layout'
Revision 5585 - Directory Listing - [select for diffs]
Modified Fri Jan 29 01:20:55 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5584 , to selected 5565
Swap from vuxml_parsing_via_dom to vuxml_parsing


Revision 5584 - Directory Listing - [select for diffs]
Modified Tue Jan 26 18:53:25 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5583 , to selected 5565
Adjust to XML processing, not XML creation.
XML will be created by another user.


Revision 5583 - Directory Listing - [select for diffs]
Modified Tue Jan 26 18:53:11 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5582 , to selected 5565
If fetching (svn up) fails, log a fatal error.

The rest is just whitespace changes


Revision 5582 - Directory Listing - [select for diffs]
Modified Tue Jan 26 18:51:18 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5581 , to selected 5565
Change to fixed length wait times.
We are going to very high values for Fetch_Retry_Limit because svn is lagged
on replication. It is easier to wait than to error out and fix by hand.


Revision 5581 - Directory Listing - [select for diffs]
Modified Tue Jan 26 18:47:24 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5580 , to selected 5565
Remove empty error files
Add more debugging output for Branch and revision


Revision 5580 - Directory Listing - [select for diffs]
Modified Tue Jan 26 18:36:18 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5579 , to selected 5565
Move to using XML::DOM::XPath now that security/vuxml/vuln.xml is split into
several files. Proof of concept courtesy of bapt@FreeBSD.org


Revision 5579 - Directory Listing - [select for diffs]
Modified Tue Jan 26 18:32:52 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5578 , to selected 5565
When invoking parse, specify ProtocolEncoding => 'ISO-8859-1'

That avoid errors like this:

not well-formed (invalid token) at line 28, column 23, byte 1305 at /usr/local/lib/perl5/site_perl/mach/5.32/XML/Parser.pm line 187.

on this:

Reported by Andr?? Bargull on 2020-11-2</li>

see vid="01ffd06a-36ed-11eb-b655-3065ec8fd3ec"


Revision 5578 - Directory Listing - [select for diffs]
Modified Tue Jan 26 18:24:03 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5577 , to selected 5565
Saving before deleting.  Work will be done by vuxml_parsing.pm


Revision 5577 - Directory Listing - [select for diffs]
Modified Tue Jan 26 18:22:39 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5567 , to selected 5565
Let's save this before deleting it.

Test worked, now moving code to process_vuxml.pl


Revision 5567 - Directory Listing - [select for diffs]
Modified Sun Jan 3 23:20:22 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5566 , to selected 5565
'update to 2.0.1'
Revision 5566 - Directory Listing - [select for diffs]
Modified Sun Jan 3 23:18:17 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5565
remove FreshPorts::Constants::SVN_Repo_Dir_Name_Ports which is not used
Revision 5565 - Directory Listing - [selected]
Modified Sun Jan 3 23:15:23 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5564
add a comment showing an example make-port.sh call
Revision 5564 - Directory Listing - [select for diffs]
Modified Sun Jan 3 23:14:24 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5559 , to selected 5565
Fix up CanWeProcessThisBranch() was was passing an unnecesary parameter
because it should have been invoking GetPathToRepoForBranchSVN() not
GetPathToRepoForBranch()


Revision 5559 - Directory Listing - [select for diffs]
Modified Sun Jan 3 21:04:56 2021 UTC (4 years, 2 months ago) by dan
Diff to previous 5557 , to selected 5565
add in stuff for the quarterly ports, and change tabs to spaces
Revision 5557 - Directory Listing - [select for diffs]
Modified Fri Jan 1 19:32:33 2021 UTC (4 years, 3 months ago) by dan
Diff to previous 5556 , to selected 5565
'first cut of git modules'
Revision 5556 - Directory Listing - [select for diffs]
Modified Fri Jan 1 19:00:45 2021 UTC (4 years, 3 months ago) by dan
Diff to previous 5553 , to selected 5565
'first cut of the scripts for git'
Revision 5553 - Directory Listing - [select for diffs]
Modified Mon Dec 21 16:24:46 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5552 , to selected 5565
branches.pm

* add GetPathToRepoForBranchSVN
* for a given branch name, return the full path.  Including the CHROOT path.

constants.pm

* add FreshPorts::Constants::SVN_Repo_Dir_Name_Ports = ports-HEAD
* is that used?

port.pm

* make this script work with both git and svn
* the repos are in different locations
* remove 

process_svn_mail.pm

* Amend XML to include the source (subversion) so that XML processing knows which code to invoke
* When invoking XML::Writer, don't specify OUTPUT, becuase that borks the code

verifyport.pm

* start passing around RepoType so everyone knows if this is git or svn

xml_munge.pm

* remove a bunch of commented out code now that most of this processing is in one of  xml_munge_git.pm & xml_munge_svn.pm
* we open the XML, check git or svn, and invoke the respective code to complete the processing

xml_munge_git.pm
xml_munge_svn.pm

* adjust the code so that non-ports don't start compiling lists of ports to save
* in xml_munge_git.pm, remove the code which checked the length of message_id to determin git or svn
* that detemination is carried out by xml_munge.pm and it checks the XML to decide that




Revision 5552 - Directory Listing - [select for diffs]
Modified Mon Dec 21 16:05:58 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5551 , to selected 5565
adjust spaces to tabs


Revision 5551 - Directory Listing - [select for diffs]
Modified Mon Dec 21 16:00:32 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5550 , to selected 5565
load_xml_into_db.pl

* modified to check the source repo for this XML
* then invoke one of FreshPorts::xml_munge_git or FreshPorts::xml_munge_svn

load_xml_into_db_git.pl
load_xml_into_db_svn.pl

Modified to invoke the approviaate XML munging class:

* my $Munger = FreshPorts::XML_Munge_git->new($dbh);
* my $Munger = FreshPorts::XML_Munge_svn->new($dbh);


Revision 5550 - Directory Listing - [select for diffs]
Modified Mon Dec 21 15:57:15 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5549 , to selected 5565
Remove files no longer used.


Revision 5549 - Directory Listing - [select for diffs]
Modified Mon Dec 21 15:57:02 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5548 , to selected 5565
I started to modify these scripts to work with git, then realized they are
no longer used.

email and commit processing is handled by services:

[dan@devgit-ingress01:/usr/local/libexec/freshports-service] $ ls -l
total 26
-r-xr-xr-x  1 root  wheel  7267 Dec  6 22:17 freshports.sh
-r-xr-xr-x  1 root  wheel  1387 Dec  6 20:16 ingress.sh
-r-xr-xr-x  1 root  wheel  4109 Dec  6 22:13 ingress_svn.sh

Look there for invoking the xml processing scripts


Revision 5548 - Directory Listing - [select for diffs]
Modified Mon Dec 21 03:12:55 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5547 , to selected 5565
Convert from `stuff` to $(stuff)



Revision 5547 - Directory Listing - [select for diffs]
Modified Mon Dec 21 03:10:43 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5546 , to selected 5565
We don't use this any more


Revision 5546 - Directory Listing - [select for diffs]
Modified Mon Dec 21 03:10:26 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5545 , to selected 5565
slightly different comments

Revision 5545 - Directory Listing - [select for diffs]
Modified Mon Dec 21 03:10:02 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5544 , to selected 5565
Convert from `stuff` to $(stuff)



Revision 5544 - Directory Listing - [select for diffs]
Modified Mon Dec 21 03:09:38 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5543 , to selected 5565
Convert from `stuff` to $(stuff)


Revision 5543 - Directory Listing - [select for diffs]
Modified Mon Dec 21 03:09:11 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5513 , to selected 5565
Convert from `stuff` to $(stuff)

Revision 5513 - Directory Listing - [select for diffs]
Modified Sat Dec 5 14:22:11 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5512 , to selected 5565
Revert last commit. It seems we need some of that code afterall.


Revision 5512 - Directory Listing - [select for diffs]
Modified Sat Dec 5 14:09:07 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5511 , to selected 5565
Trim down the code by removing unnecessary items, such as the database
connection.


Revision 5511 - Directory Listing - [select for diffs]
Modified Sat Dec 5 13:46:01 2020 UTC (4 years, 3 months ago) by dan
Diff to previous 5494 , to selected 5565
Now that I've realized the website should process both svn and git commits,
I wanted a way to inspect an XML file and determine which type of repo it
came from. This is vital because we have two different sets of code to deal
with each origin:

[dan@devgit-ingress01:~/scripts] $ ls -l load_xml_into_db*
-rwxr-xr-x  1 dan  dan  1251 Dec  5 03:00 load_xml_into_db.pl
-rwxr-xr-x  1 dan  dan  1404 Jul  3 20:40 load_xml_into_db_git.pl
-rwxr-xr-x  1 dan  dan  1404 Jul  3 20:40 load_xml_into_db_svn.pl

Invoke load_xml_into_db.pl and it determine the type of XML and then invoke
one of load_xml_into_db_git.pl and load_xml_into_db_svn.pl

In turn, each of those scripts will use one of these modules:

[dan@devgit-ingress01:~/scripts] $ ls -l ~/modules/xml_munge*
-rwxr-xr-x  1 dan  dan   5392 Dec  5 02:51 /usr/home/dan/modules/xml_munge.pm
-rwxr-xr-x  1 dan  dan  36848 Dec  5 02:24 /usr/home/dan/modules/xml_munge_git.pm
-rwxr-xr-x  1 dan  dan  31944 Dec  5 02:37 /usr/home/dan/modules/xml_munge_svn.pm

xml_munge.pm determines the type of repository this commit came from. This
is important because there are slightly different data in the XML. For
example, subversion does not have a commit_hash.

load_xml_into_db.pl learns the type from this data in the XML file:

<UPDATES Version="1.4.0.1" Source="git">
<UPDATES Source="subversion" Version="1.3.2.2">

The Version numbers refer to the code module and is used. Yet.


Revision 5494 - Directory Listing - [select for diffs]
Modified Sun Nov 29 15:43:15 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5493 , to selected 5565
Use the right value for branch name.


Revision 5493 - Directory Listing - [select for diffs]
Modified Sun Nov 29 15:42:33 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5492 , to selected 5565
Properly bring a port back from the dead.

After a port is deleted, it may be brought back.
The code was looking for that, but not detecting it
because of path issues.  Let's strip the leading /ports/head or
/ports/branches/2020Q4 and use what is left.

While here, leave the loop once we have found something to resurrect.


Revision 5492 - Directory Listing - [select for diffs]
Modified Sun Nov 29 15:38:18 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5490 , to selected 5565
Let's just do a fetch, not a pull


Revision 5490 - Directory Listing - [select for diffs]
Modified Sat Nov 14 20:31:30 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5489 , to selected 5565
remove FreshPorts::Branches::GetPathToRepoForBranchCHROOT which seems
outdated for git and does not work

Add FreshPorts::Constants::GitRepos & FreshPorts::Constants::RepoLabelsToGitRepoNames


Revision 5489 - Directory Listing - [select for diffs]
Modified Sat Nov 14 19:55:48 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5488 , to selected 5565
Convert the XML repo label to a database repo name


Revision 5488 - Directory Listing - [select for diffs]
Modified Tue Nov 3 23:37:01 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5487 , to selected 5565
'become compatible with XML::Writer 0.900'
Revision 5487 - Directory Listing - [select for diffs]
Modified Tue Nov 3 23:34:04 2020 UTC (4 years, 4 months ago) by dan
Diff to previous 5486 , to selected 5565
Patch to work with XML-Writer-0.900

Without this patch, the error is:

Output must be a handle, a reference or 'self' at /usr/local/lib/perl5/site_perl/XML/Writer.pm line 480, <> line 114.

This ties in with https://metacpan.org/changes/distribution/XML-Writer for
0.900:

"Fail when a scalar other than 'self' is passed as OUTPUT."



Revision 5486 - Directory Listing - [select for diffs]
Modified Tue Nov 3 13:16:44 2020 UTC (4 years, 5 months ago) by dan
Diff to previous 5484 , to selected 5565
The example email server should be a hostname, not an IP address.


Revision 5484 - Directory Listing - [select for diffs]
Modified Tue Aug 18 00:39:55 2020 UTC (4 years, 7 months ago) by dan
Diff to previous 5483 , to selected 5565
Fix the branch
Revision 5483 - Directory Listing - [select for diffs]
Modified Sun Aug 16 12:36:00 2020 UTC (4 years, 7 months ago) by dan
Diff to previous 5477 , to selected 5565
add newline to end of file
Revision 5477 - Directory Listing - [select for diffs]
Modified Mon Aug 3 23:48:46 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5476 , to selected 5565
spacing

Revision 5476 - Directory Listing - [select for diffs]
Modified Mon Aug 3 23:29:48 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5471 , to selected 5565
Sometimes you want 2020Q3 (usually for the repo), sometimes you want
branches/2020Q3 (usually in git)


Revision 5471 - Directory Listing - [select for diffs]
Modified Sun Aug 2 18:37:48 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5470 , to selected 5565
spell quarterly


Revision 5470 - Directory Listing - [select for diffs]
Modified Sat Aug 1 21:15:26 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5469 , to selected 5565
Add in ports-quarterly


Revision 5469 - Directory Listing - [select for diffs]
Modified Sat Aug 1 21:14:58 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5468 , to selected 5565
Add a test for showing repos:

[dan@devgit-ingress01:~/modules] $ echo perl ./Testing/GetRepos.pl| sudo su -fm freshports
ports has REPODIR='/var/db/freshports/ports-jail/var/db/repos/freebsd-ports' and REPODIR_CHROOT='/var/db/repos/freebsd-ports'
ports-quarterly has REPODIR='/var/db/freshports/ports-jail/var/db/repos/freebsd-ports-quarterly' and REPODIR_CHROOT='/var/db/repos/freebsd-ports-quarterly'



Revision 5468 - Directory Listing - [select for diffs]
Modified Sat Aug 1 21:14:22 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5467 , to selected 5565
Add missing dependency: constants


Revision 5467 - Directory Listing - [select for diffs]
Modified Sat Aug 1 20:58:48 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5466 , to selected 5565
Change GetRepoNameForBranch() to use newly FreshPorts::Constants::GitRepos

We want to convert ports and ports-quarterly to freebsd-port and
freebsd-ports-quarterly respectively. We have labels; we want directories.


Revision 5466 - Directory Listing - [select for diffs]
Modified Sat Aug 1 18:49:04 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5465 , to selected 5565
This is the start of passing in the Repository name to many functions to enable correct repo-on-disk identification
Revision 5465 - Directory Listing - [select for diffs]
Modified Sat Aug 1 14:55:39 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5464 , to selected 5565
remove commented out code with hardcoded commit_hash, repo, and FileRevision
Revision 5464 - Directory Listing - [select for diffs]
Modified Sat Aug 1 14:54:18 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5463 , to selected 5565
remove commented out code referring to {repository} = 'ports';
Revision 5463 - Directory Listing - [select for diffs]
Modified Sat Aug 1 14:47:39 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5462 , to selected 5565
put a space before: for git
Revision 5462 - Directory Listing - [select for diffs]
Modified Sat Aug 1 14:39:41 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5461 , to selected 5565
Correct unkonwn to unknown
Revision 5461 - Directory Listing - [select for diffs]
Modified Thu Jul 30 15:41:18 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5460 , to selected 5565
Document where we need to delete the port


Revision 5460 - Directory Listing - [select for diffs]
Modified Thu Jul 30 15:30:40 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5459 , to selected 5565
do 2>&1 to redirect stderr to std out so we capture the git stuff into the .loading log file


Revision 5459 - Directory Listing - [select for diffs]
Modified Thu Jul 30 15:12:29 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5458 , to selected 5565
How did that = get in there?


Revision 5458 - Directory Listing - [select for diffs]
Modified Mon Jul 27 22:59:37 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5457 , to selected 5565
Line up some columns
use the right name in logging.
Use the repo we told to use.
delete commented out code

Revision 5457 - Directory Listing - [select for diffs]
Modified Mon Jul 27 22:56:39 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5456 , to selected 5565
Correct the name of the script


Revision 5456 - Directory Listing - [select for diffs]
Modified Mon Jul 27 22:55:57 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5455 , to selected 5565
Removing blank lines.


Revision 5455 - Directory Listing - [select for diffs]
Modified Mon Jul 27 21:31:37 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5454 , to selected 5565
Some colum alignment


Revision 5454 - Directory Listing - [select for diffs]
Modified Sun Jul 26 23:29:33 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5453 , to selected 5565
Add two functions needed for processing git commands.

Perhaps they should be in another file, but config.sh is included by thoese
that need these.


Revision 5453 - Directory Listing - [select for diffs]
Modified Sun Jul 26 23:28:17 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5452 , to selected 5565
Adjust whitespace


Revision 5452 - Directory Listing - [select for diffs]
Modified Sun Jul 26 22:22:03 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5450 , to selected 5565
These two have been replaced by job-waiting.pl


Revision 5450 - Directory Listing - [select for diffs]
Modified Sun Jul 26 18:16:51 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5449 , to selected 5565
Put a tag in there, so we know where it's coming from


Revision 5449 - Directory Listing - [select for diffs]
Modified Sun Jul 26 18:14:09 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5448 , to selected 5565
Mention that we only extract values from the ports repo, not the other repos


Revision 5448 - Directory Listing - [select for diffs]
Modified Sun Jul 26 15:05:24 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5447 , to selected 5565
Add SET CLIENT_ENCODING TO 'SQL_ASCII' on a select.
Not everything is UTF-8, so we have to do this for now.

Whitespace some stuff


Revision 5447 - Directory Listing - [select for diffs]
Modified Sat Jul 25 15:44:46 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5446 , to selected 5565
While attempting to figure out a 'wide character' issue

* https://github.com/FreshPorts/git_proc_commit/issues/

I rewrote the query for saving commit_log - this was to get
all the encoding done by $dbh->do().

It didn't help.  What heped was ;client_encoding=UTF8 on the database
connection string.




Revision 5446 - Directory Listing - [select for diffs]
Modified Sat Jul 25 15:40:52 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5445 , to selected 5565
Moving to git, we take a slightly different approach.  We need multiple
working copies because there are multiple git repos:

* freebsd
* freebsd-ports
* freebsd-docs

Change path_to_tree to RepoDir
Move CheckGit from freshports to ingress signal directory



Revision 5445 - Directory Listing - [select for diffs]
Modified Sat Jul 25 15:38:09 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5444 , to selected 5565
Set client_encoding=UTF8 on connect


Revision 5444 - Directory Listing - [select for diffs]
Modified Sat Jul 25 15:37:50 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5443 , to selected 5565
Save commit_hash_short


Revision 5443 - Directory Listing - [select for diffs]
Modified Sat Jul 25 15:33:49 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5442 , to selected 5565
Refer to master, not head.


Revision 5442 - Directory Listing - [select for diffs]
Modified Sat Jul 25 15:32:16 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5441 , to selected 5565
We renamed SVNBaseDir


Revision 5441 - Directory Listing - [select for diffs]
Modified Sat Jul 25 15:32:04 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5440 , to selected 5565
We have jobs for both git and svn, and for ingress and freshports


Revision 5440 - Directory Listing - [select for diffs]
Modified Sat Jul 25 15:30:59 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5439 , to selected 5565
Add the script which checks out a specific commit


Revision 5439 - Directory Listing - [select for diffs]
Modified Sat Jul 25 15:29:28 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5438 , to selected 5565
Now that we have git and svn processing, create a separate script.

Revision 5438 - Directory Listing - [select for diffs]
Modified Sat Jul 25 15:27:25 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5437 , to selected 5565
Add deails for the ingress user directories.

Add other details pertaining to git processing


Revision 5437 - Directory Listing - [select for diffs]
Modified Fri Jul 24 16:02:09 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5436 , to selected 5565
Make this work for the new repo locations and names

Revision 5436 - Directory Listing - [select for diffs]
Modified Fri Jul 24 16:01:37 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5430 , to selected 5565
Add in the git repos

While here, column align some stuff


Revision 5430 - Directory Listing - [select for diffs]
Modified Mon Jul 20 12:33:51 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5390 , to selected 5565
Fairly stable now


Revision 5390 - Directory Listing - [select for diffs]
Modified Sat Jul 18 15:20:03 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5387 , to selected 5565
Sort the jobs


Revision 5387 - Directory Listing - [select for diffs]
Modified Sat Jul 18 14:29:32 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5378 , to selected 5565
Remove unused $DaysRefreshed

Sort contents of %Jobs

Add $FreshPorts::Config::CheckGit => 'check_git.sh



Revision 5378 - Directory Listing - [select for diffs]
Modified Sat Jul 11 19:47:18 2020 UTC (4 years, 8 months ago) by dan
Diff to previous 5377 , to selected 5565
Spell: element id


Revision 5377 - Directory Listing - [select for diffs]
Modified Fri Jul 3 19:41:00 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5375 , to selected 5565
Use commit log message not email subject

With git processing, we run off the repo, not incoming commit email.
Thus, we must change.


Revision 5375 - Directory Listing - [select for diffs]
Modified Sun Jun 28 17:36:02 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5374 , to selected 5565
'rm /usr/src/sys/Makefile from the ports-jail'
Revision 5374 - Directory Listing - [select for diffs]
Modified Sun Jun 28 17:35:14 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5373 , to selected 5565
Remove the usr files

re: https://github.com/FreshPorts/freshports/issues/152

The nvidia drivers are needlessly marked as IGNORE. For example https://www.freshports.org/x11/nvidia-driver-390/

The message is:

IGNORE: requires kernel source files in SRC_BASE=/usr/src

This message is produced by https://svnweb.freebsd.org/ports/head/Mk/Uses/kmod.mk?view=markup around line 25

Example:

[dan@dev-ingress01:/var/db/freshports/ports-jail/var/db/repos/PORTS-head/x11/nvidia-driver-390] $ make -V IGNORE
requires kernel source files in SRC_BASE=/usr/src
The code looks for ${SRC_BASE}/sys/Makefile

Creating that file avoids the issue:

$ sudo mkdir /usr/src/sys
$ sudo touch /usr/src/sys/Makefile
$ make -V IGNORE

$


Revision 5373 - Directory Listing - [select for diffs]
Modified Sun Jun 28 17:26:48 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5372 , to selected 5565
'Bring in new PYTHON_PKGNAMEPREFIX code - for real this time'
Revision 5372 - Directory Listing - [select for diffs]
Modified Sun Jun 28 17:26:16 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5371 , to selected 5565
add in python_pkgnameprefix


Revision 5371 - Directory Listing - [select for diffs]
Modified Sun Jun 28 17:24:29 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5370 , to selected 5565
Add in make-flavors-package-names.sh


Revision 5370 - Directory Listing - [select for diffs]
Modified Sun Jun 28 17:12:53 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5369 , to selected 5565
'Bring in new PYTHON_PKGNAMEPREFIX stuff, abort on UNKNOWN branch'
Revision 5369 - Directory Listing - [select for diffs]
Modified Sun Jun 28 17:11:12 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5368 , to selected 5565
'Bring in new PYTHON_PKGNAMEPREFIX code'
Revision 5368 - Directory Listing - [select for diffs]
Modified Sat Jun 27 21:11:10 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5367 , to selected 5565
extract PYTHON_PKGNAMEPREFIX from the port


Revision 5367 - Directory Listing - [select for diffs]
Modified Sat Jun 27 21:10:19 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5366 , to selected 5565
Combine some lines into one.  Whitespace only.


Revision 5366 - Directory Listing - [select for diffs]
Modified Wed Jun 24 23:50:17 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5364 , to selected 5565
Add the correct command to create the required thing


Revision 5364 - Directory Listing - [select for diffs]
Modified Mon Jun 22 00:48:16 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5363 , to selected 5565
Some simple updates


Revision 5363 - Directory Listing - [select for diffs]
Modified Sun Jun 21 22:58:53 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5362 , to selected 5565
Create git branch


Revision 5362 - Directory Listing - [select for diffs]
Modified Sun Jun 21 22:57:45 2020 UTC (4 years, 9 months ago) by dan
Diff to previous 5361 , to selected 5565
Create branch for git work


Revision 5361 - Directory Listing - [select for diffs]
Modified Mon Jun 1 13:29:51 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5360 , to selected 5565
Remove reference to unset value.


Revision 5360 - Directory Listing - [select for diffs]
Modified Sun May 31 18:46:32 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5359 , to selected 5565
Need this to fix IGNORE for ports which use kmod

re: https://github.com/FreshPorts/freshports/issues/152


Revision 5359 - Directory Listing - [select for diffs]
Modified Sun May 31 18:46:11 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5358 , to selected 5565
Adding, it was never added before


Revision 5358 - Directory Listing - [select for diffs]
Modified Sun May 31 18:18:31 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5357 , to selected 5565
'Create a fake /usr/src/sys/Makefile to avoid spurious INGORE messages
by ports which use kmod
'
Revision 5357 - Directory Listing - [select for diffs]
Modified Sun May 31 18:14:45 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5355 , to selected 5565
Create a fake /usr/src/sys/Makefile to avoid spurious INGORE messages
by ports which use kmod

re: https://github.com/FreshPorts/freshports/issues/152


Revision 5355 - Directory Listing - [select for diffs]
Modified Sun May 31 13:42:41 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5353 , to selected 5565
'convert all http to https, get ready for MaintainerPorts'
Revision 5353 - Directory Listing - [select for diffs]
Modified Sat May 30 13:32:36 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5352 , to selected 5565
'fix a proctitle error with wide characters'
Revision 5352 - Directory Listing - [select for diffs]
Modified Sat May 30 13:30:56 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5351 , to selected 5565
Avoid readproctitle errors by doing UTF-8


Revision 5351 - Directory Listing - [select for diffs]
Modified Sat May 30 11:53:52 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5350 , to selected 5565
'remove debugging date'
Revision 5350 - Directory Listing - [select for diffs]
Modified Sat May 30 11:53:00 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5349 , to selected 5565
remove hardcoded date used for debugging


Revision 5349 - Directory Listing - [select for diffs]
Modified Sat May 30 11:43:59 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5348 , to selected 5565
Add missing require: FreshPorts::committer_opt_in

This will avoid this error:

nUndefined subroutine &FreshPorts::CommitterOptIn::RecordErrorDetails called at ./process_vuxml.pl line 124, <> chunk 1.\n



Revision 5348 - Directory Listing - [select for diffs]
Modified Sat May 30 11:35:52 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5347 , to selected 5565
'add report-maintainer-ports.pl'
Revision 5347 - Directory Listing - [select for diffs]
Modified Sat May 30 11:35:44 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5346 , to selected 5565
Uncomment code to detect debugging mode


Revision 5346 - Directory Listing - [select for diffs]
Modified Sat May 30 11:30:21 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5340 , to selected 5565
Go case insensitive on the email address match


Revision 5340 - Directory Listing - [select for diffs]
Modified Fri May 29 20:52:49 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5339 , to selected 5565
use https, not http


Revision 5339 - Directory Listing - [select for diffs]
Modified Fri May 29 20:51:14 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5338 , to selected 5565
remove:

* NotificationNonPorts & NotificationDirectories - they appear to be unused
* add MaintainerPorts for new report


Revision 5338 - Directory Listing - [select for diffs]
Modified Fri May 29 20:50:25 2020 UTC (4 years, 10 months ago) by dan
Diff to previous 5335 , to selected 5565
We have a report on maintainer ports


Revision 5335 - Directory Listing - [select for diffs]
Modified Mon May 4 12:09:38 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5334 , to selected 5565
'add PGSSLMODE to config.sh'
Revision 5334 - Directory Listing - [select for diffs]
Modified Mon May 4 12:09:22 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5333 , to selected 5565
Add PGSSLMODE


Revision 5333 - Directory Listing - [select for diffs]
Modified Mon May 4 12:05:24 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5332 , to selected 5565
'add BASEDIR_PACKAGER to config.sh'
Revision 5332 - Directory Listing - [select for diffs]
Modified Mon May 4 11:58:56 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5326 , to selected 5565
Add BASEDIR_PACKAGER


Revision 5326 - Directory Listing - [select for diffs]
Modified Sat May 2 14:55:36 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5325 , to selected 5565
'remove system() which did nothing in process_vuxml.pl'
Revision 5325 - Directory Listing - [select for diffs]
Modified Fri May 1 17:57:01 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5324 , to selected 5565
We don't need this any more. We use zfs rollback instead


Revision 5324 - Directory Listing - [select for diffs]
Modified Fri May 1 17:56:37 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5323 , to selected 5565
Save recent work, before removing.


Revision 5323 - Directory Listing - [select for diffs]
Modified Fri May 1 16:13:26 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5315 , to selected 5565
remove system() which did nothing
Revision 5315 - Directory Listing - [select for diffs]
Modified Tue Apr 28 23:14:42 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5311 , to selected 5565
first version, going to start using -e next
Revision 5311 - Directory Listing - [select for diffs]
Modified Mon Apr 27 15:53:46 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5310 , to selected 5565
'Add new new signals: * new_repo_ready_for_import * new_repo_imported'
Revision 5310 - Directory Listing - [select for diffs]
Modified Mon Apr 27 15:50:33 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5307 , to selected 5565
'job-waiting.pl now handles the new packages code'
Revision 5307 - Directory Listing - [select for diffs]
Modified Mon Apr 27 15:33:50 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5304 , to selected 5565
Add new new signals:

* new_repo_ready_for_import
* new_repo_imported


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 , to selected 5565
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 5270 - Directory Listing - [select for diffs]
Modified Thu Apr 9 12:35:41 2020 UTC (4 years, 11 months ago) by dan
Diff to previous 5268 , to selected 5565
whitespace only

Revision 5268 - Directory Listing - [select for diffs]
Modified Thu Mar 26 21:02:28 2020 UTC (5 years ago) by dan
Diff to previous 5267 , to selected 5565
fix


Revision 5267 - Directory Listing - [select for diffs]
Modified Thu Mar 26 21:02:09 2020 UTC (5 years ago) by dan
Diff to previous 5266 , to selected 5565
ouch


Revision 5266 - Directory Listing - [select for diffs]
Modified Thu Mar 26 21:01:54 2020 UTC (5 years ago) by dan
Diff to previous 5265 , to selected 5565
fix


Revision 5265 - Directory Listing - [select for diffs]
Modified Thu Mar 26 21:01:27 2020 UTC (5 years ago) by dan
Diff to previous 5264 , to selected 5565
fix


Revision 5264 - Directory Listing - [select for diffs]
Modified Thu Mar 26 21:01:05 2020 UTC (5 years ago) by dan
Diff to previous 5263 , to selected 5565
clean


Revision 5263 - Directory Listing - [select for diffs]
Modified Thu Mar 26 21:00:37 2020 UTC (5 years ago) by dan
Diff to previous 5262 , to selected 5565

Revision 5262 - Directory Listing - [select for diffs]
Modified Thu Mar 26 21:00:02 2020 UTC (5 years ago) by dan
Diff to previous 5261 , to selected 5565
Damn.  That was wrong.


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 , to selected 5565
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 5260 - Directory Listing - [select for diffs]
Modified Sat Jan 25 19:40:21 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5259 , to selected 5565
'Don't ignore everything after Directory Properties'
Revision 5259 - Directory Listing - [select for diffs]
Modified Sat Jan 25 19:36:59 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5258 , to selected 5565
Stop using variables before testing if they are defined

This is fallout from testing for:

* https://github.com/FreshPorts/freshports/issues/133
* https://news.freshports.org/2020/01/25/the-slave-ports-for-devel-binutils-did-not-get-deleted/



Revision 5258 - Directory Listing - [select for diffs]
Modified Sat Jan 25 19:35:37 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5246 , to selected 5565
In the original version of this code, we always ignored everything after a
Directory Properties line.  We now just ignore that section.

This error led to whole swaths of emails being ignored.  Oops.

see https://github.com/FreshPorts/freshports/issues/133
    https://news.freshports.org/2020/01/25/the-slave-ports-for-devel-binutils-did-not-get-deleted/


Revision 5246 - Directory Listing - [select for diffs]
Modified Thu Jan 9 17:29:00 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5245 , to selected 5565
'Always include the SQl when displaying an error'
Revision 5245 - Directory Listing - [select for diffs]
Modified Thu Jan 9 17:23:40 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5244 , to selected 5565
'fix broken XML chars'
Revision 5244 - Directory Listing - [select for diffs]
Modified Thu Jan 9 17:16:10 2020 UTC (5 years, 2 months ago) by dan
Diff to previous 5243 , to selected 5565
Strip characters which are not valid in XML


Revision 5243 - Directory Listing - [select for diffs]
Modified Sun Dec 29 20:56:48 2019 UTC (5 years, 3 months ago) by dan
Diff to previous 5237 , to selected 5565
Note that FreshPorts::Config::email_server must be a hostname, not an IP
address.

Revision 5237 - Directory Listing - [select for diffs]
Modified Tue Nov 12 22:11:52 2019 UTC (5 years, 4 months ago) by dan
Diff to previous 5236 , to selected 5565
Add much debugging output.

Always include the SQL in the error message.


Revision 5236 - Directory Listing - [select for diffs]
Modified Tue Nov 12 22:06:09 2019 UTC (5 years, 4 months ago) by dan
Diff to previous 5230 , to selected 5565
Always include the SQl when displaying an error
Revision 5230 - Directory Listing - [select for diffs]
Modified Sat Jul 27 20:11:08 2019 UTC (5 years, 8 months ago) by dan
Diff to previous 5229 , to selected 5565
'fix https://github.com/FreshPorts/freshports/issues/121'
Revision 5229 - Directory Listing - [select for diffs]
Modified Sat Jul 27 20:05:12 2019 UTC (5 years, 8 months ago) by dan
Diff to previous 5228 , to selected 5565
remove extraneous /


Revision 5228 - Directory Listing - [select for diffs]
Modified Sat Jul 27 20:04:03 2019 UTC (5 years, 8 months ago) by dan
Diff to previous 5224 , to selected 5565
Repair duplicate and extraneous results.

fixes https://github.com/FreshPorts/freshports/issues/121


Revision 5224 - Directory Listing - [select for diffs]
Modified Sat May 25 17:32:02 2019 UTC (5 years, 10 months ago) by dan
Diff to previous 5219 , to selected 5565
'minor changes, no bug fixes'
Revision 5219 - Directory Listing - [select for diffs]
Modified Tue Mar 12 16:34:47 2019 UTC (6 years ago) by dan
Diff to previous 5218 , to selected 5565
Good script, but checkout-branch is better


Revision 5218 - Directory Listing - [select for diffs]
Modified Tue Mar 12 16:12:56 2019 UTC (6 years ago) by dan
Diff to previous 5217 , to selected 5565
Use $0 instead of hardcoding our own script name

Revision 5217 - Directory Listing - [select for diffs]
Modified Mon Mar 4 14:41:27 2019 UTC (6 years, 1 month ago) by dan
Diff to previous 5216 , to selected 5565
Also refresh etc/make.conf in the PORT JAIL


Revision 5216 - Directory Listing - [select for diffs]
Modified Mon Mar 4 14:24:22 2019 UTC (6 years, 1 month ago) by dan
Diff to previous 5215 , to selected 5565
Align the echo and the code to make it easier to read.  Whitespace only.


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 , to selected 5565
'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 5214 - Directory Listing - [select for diffs]
Modified Mon Mar 4 13:47:07 2019 UTC (6 years, 1 month ago) by dan
Diff to previous 5213 , to selected 5565
We have two scripts which check master-slave.

One queries the databse (.pl), the other queries the Makefile (.sh).


Revision 5213 - Directory Listing - [select for diffs]
Modified Mon Mar 4 01:40:56 2019 UTC (6 years, 1 month ago) by dan
Diff to previous 5212 , to selected 5565
Provide a script to copy the Jail scripts into the jail.


Revision 5212 - Directory Listing - [select for diffs]
Modified Sun Mar 3 22:19:49 2019 UTC (6 years, 1 month ago) by dan
Diff to previous 5211 , to selected 5565
'update test-master-port.sh now that sysutils/bacula-server is gone from the tree'
Revision 5211 - Directory Listing - [select for diffs]
Modified Sun Mar 3 22:13:52 2019 UTC (6 years, 1 month ago) by dan
Diff to previous 5208 , to selected 5565
sysutils/bacula-server and sysutils/bacula-client are deprecated.

Use bacula9 instead


Revision 5208 - Directory Listing - [select for diffs]
Modified Sun Jan 27 18:15:47 2019 UTC (6 years, 2 months ago) by dan
Diff to previous 5207 , to selected 5565
'fix hard-coded hostname'
Revision 5207 - Directory Listing - [select for diffs]
Modified Sun Jan 27 18:11:45 2019 UTC (6 years, 2 months ago) by dan
Diff to previous 5206 , to selected 5565
Whitespace only


Revision 5206 - Directory Listing - [select for diffs]
Modified Sun Jan 27 18:11:37 2019 UTC (6 years, 2 months ago) by dan
Diff to previous 5205 , to selected 5565
Stop using Email::Address::UseXS because things have been fixed. remove commented out code.
Revision 5205 - Directory Listing - [select for diffs]
Modified Tue Jan 8 01:04:27 2019 UTC (6 years, 2 months ago) by dan
Diff to previous 5204 , to selected 5565
Remove leading space


Revision 5204 - Directory Listing - [select for diffs]
Modified Thu Jan 3 14:21:56 2019 UTC (6 years, 3 months ago) by dan
Diff to previous 5203 , to selected 5565
'* Add element_pathnane to missing-port-categories.sh so we see branch details'
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 , to selected 5565
'Add new config.pm value: $FreshPorts::Config::ScriptDir, Start using Email::Address::UseXS because of upstream deprecation'
Revision 5202 - Directory Listing - [select for diffs]
Modified Wed Jan 2 21:27:17 2019 UTC (6 years, 3 months ago) by dan
Diff to previous 5201 , to selected 5565
Check out the given branch to our local repo directory


Revision 5201 - Directory Listing - [select for diffs]
Modified Wed Jan 2 21:26:55 2019 UTC (6 years, 3 months ago) by dan
Diff to previous 5200 , to selected 5565
Add the element pathname, so we see the branch


Revision 5200 - Directory Listing - [select for diffs]
Modified Wed Jan 2 21:26:27 2019 UTC (6 years, 3 months ago) by dan
Diff to previous 5199 , to selected 5565
When we can't find the branch for a commit, try checking it out.


Revision 5199 - Directory Listing - [select for diffs]
Modified Wed Jan 2 21:20:01 2019 UTC (6 years, 3 months ago) by dan
Diff to previous 5198 , to selected 5565
Add punctuation to logging messages

Revision 5198 - Directory Listing - [select for diffs]
Modified Wed Jan 2 21:19:21 2019 UTC (6 years, 3 months ago) by dan
Diff to previous 5197 , to selected 5565
Add FreshPorts::Config::ScriptDir for use by perl modules which need to run
scripts.


Revision 5197 - Directory Listing - [select for diffs]
Modified Wed Jan 2 21:18:46 2019 UTC (6 years, 3 months ago) by dan
Diff to previous 5195 , to selected 5565
whitespace changes
Revision 5195 - Directory Listing - [select for diffs]
Modified Tue Dec 25 18:53:47 2018 UTC (6 years, 3 months ago) by dan
Diff to previous 5193 , to selected 5565
Add hostname to test email


Revision 5193 - Directory Listing - [select for diffs]
Modified Wed Dec 12 20:06:18 2018 UTC (6 years, 3 months ago) by dan
Diff to previous 5190 , to selected 5565
Use Email::Address::UseXS


Revision 5190 - Directory Listing - [select for diffs]
Modified Sun Nov 18 22:14:26 2018 UTC (6 years, 4 months ago) by dan
Diff to previous 5189 , to selected 5565
'remember to delete package_flavors before adding'
Revision 5189 - Directory Listing - [select for diffs]
Modified Sun Nov 18 22:13:07 2018 UTC (6 years, 4 months ago) by dan
Diff to previous 5188 , to selected 5565
delete existing flavor information for this port before adding


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 , to selected 5565
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 5187 - Directory Listing - [select for diffs]
Modified Sun Nov 18 19:35:19 2018 UTC (6 years, 4 months ago) by dan
Diff to previous 5186 , to selected 5565
'Adopt a new approach by putting all the directory queue locations into a hash'
Revision 5186 - Directory Listing - [select for diffs]
Modified Sun Nov 18 19:34:07 2018 UTC (6 years, 4 months ago) by dan
Diff to previous 5185 , to selected 5565
'removing status.pm'
Revision 5185 - Directory Listing - [select for diffs]
Modified Sun Nov 18 19:32:57 2018 UTC (6 years, 4 months ago) by dan
Diff to previous 5184 , to selected 5565
Adopt a new approach by putting all the directory queue locations into a
hash


Revision 5184 - Directory Listing - [select for diffs]
Modified Sun Nov 18 19:29:57 2018 UTC (6 years, 4 months ago) by dan
Diff to previous 5183 , to selected 5565
Give the email subject a correct description


Revision 5183 - Directory Listing - [select for diffs]
Modified Sun Nov 11 15:31:59 2018 UTC (6 years, 4 months ago) by dan
Diff to previous 5182 , to selected 5565
'give the missing ports_categories email a better subject'
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 , to selected 5565
'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 5180 - Directory Listing - [select for diffs]
Modified Tue Oct 23 19:01:52 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5178 , to selected 5565
'add package flavors'
Revision 5178 - Directory Listing - [select for diffs]
Modified Tue Oct 23 02:38:10 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5177 , to selected 5565
Add make-flavors-package-names.sh script


Revision 5177 - Directory Listing - [select for diffs]
Modified Tue Oct 23 02:35:38 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5170 , to selected 5565
Be sure to install scripts/vars.sh.sample


Revision 5170 - Directory Listing - [select for diffs]
Modified Sun Oct 21 19:52:31 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5168 , to selected 5565
'add package flavors'
Revision 5168 - Directory Listing - [select for diffs]
Modified Sun Oct 21 19:48:31 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5167 , to selected 5565
Add port flavors, much whitespace adjustment while here.


Revision 5167 - Directory Listing - [select for diffs]
Modified Sun Oct 21 19:47:50 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5165 , to selected 5565
Add a way to refresh just one port. You must modify the code to specify that
port



Revision 5165 - Directory Listing - [select for diffs]
Modified Thu Oct 18 22:41:17 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5162 , to selected 5565
Get the number of commits processed today.


Revision 5162 - Directory Listing - [select for diffs]
Modified Thu Oct 18 22:13:57 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5158 , to selected 5565
Add a script to get:

* Number of queued commits
* Commit processing status


Revision 5158 - Directory Listing - [select for diffs]
Modified Sat Oct 13 21:04:30 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5157 , to selected 5565
Turn debugging off


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 , to selected 5565
'Convert from using p5-Mail-Sender to p5-Email-Sender, Honor $FreshPorts::Config::ReportDebugging for reports, Add test-sending-email.pl'
Revision 5156 - Directory Listing - [select for diffs]
Modified Sat Oct 13 19:20:46 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5155 , to selected 5565
Delete this, created in error

Revision 5155 - Directory Listing - [select for diffs]
Modified Sat Oct 13 19:18:08 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5154 , to selected 5565
'Replace p5-Mail-Sender with p5-Email-Sender'
Revision 5154 - Directory Listing - [select for diffs]
Modified Sat Oct 13 19:15:07 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5153 , to selected 5565
Add a script to test outgoing email


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 , to selected 5565
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 5152 - Directory Listing - [select for diffs]
Modified Sat Oct 13 18:54:15 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5151 , to selected 5565
Replace p5-Mail-Sender with p5-Email-Sender

Because of this, pass in in the headers as a hash, not a string.


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 , to selected 5565
Remove email_client: please use email_server instead

Add ReportDebugging, to allow reports to run without sending anything.



Revision 5148 - Directory Listing - [select for diffs]
Modified Fri Oct 12 19:16:34 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5147 , to selected 5565
'honor $FreshPorts::Config::ReportDebugging'
Revision 5147 - Directory Listing - [select for diffs]
Modified Fri Oct 12 19:15:23 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5140 , to selected 5565
Honor $FreshPorts::Config::ReportDebugging and stop using $Debug


Revision 5140 - Directory Listing - [select for diffs]
Modified Tue Oct 9 19:22:50 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5139 , to selected 5565
'Allow ssl_mode to be set on database connections'
Revision 5139 - Directory Listing - [select for diffs]
Modified Tue Oct 9 19:21:53 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5136 , to selected 5565
''
Revision 5136 - Directory Listing - [select for diffs]
Modified Fri Oct 5 15:40:19 2018 UTC (6 years, 5 months ago) by dan
Diff to previous 5134 , to selected 5565
whitespace changes only


Revision 5134 - Directory Listing - [select for diffs]
Modified Thu Oct 4 15:44:45 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5133 , to selected 5565
'better defaults in config.sh.sample, make missing-port-categories.sh email results'
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 , to selected 5565
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 5132 - Directory Listing - [select for diffs]
Modified Thu Oct 4 14:11:18 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5131 , to selected 5565
Set default ADMINEMAIL to me


Revision 5131 - Directory Listing - [select for diffs]
Modified Wed Oct 3 17:16:08 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5130 , to selected 5565
Change the default value for FRESHPORTS_JAIL_USER to freshports, from dan


Revision 5130 - Directory Listing - [select for diffs]
Modified Tue Oct 2 18:09:48 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5124 , to selected 5565
Set sslmode in config.pm


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 , to selected 5565
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 , to selected 5565
'-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 , to selected 5565
'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 , to selected 5565
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 , to selected 5565
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 , to selected 5565

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 , to selected 5565

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 , to selected 5565

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

Revision 5112 - Directory Listing - [select for diffs]
Modified Wed Sep 5 13:07:57 2018 UTC (6 years, 6 months ago) by dan
Diff to previous 5111 , to selected 5565
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, 6 months ago) by dan
Diff to previous 5110 , to selected 5565
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, 6 months ago) by dan
Diff to previous 5109 , to selected 5565
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, 6 months ago) by dan
Diff to previous 5107 , to selected 5565
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 , to selected 5565
'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 , to selected 5565
'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 , to selected 5565
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 , to selected 5565
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 , to selected 5565
'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 , to selected 5565
'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 , to selected 5565
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 , to selected 5565
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 , to selected 5565
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 , to selected 5565
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 , to selected 5565
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 , to selected 5565
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 , to selected 5565
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, 10 months ago) by dan
Diff to previous 5073 , to selected 5565
Create branches, tags, trunk

Revision 5073 - Directory Listing - [select for diffs]
Modified Sun May 6 12:58:01 2018 UTC (6 years, 10 months ago) by dan
Diff to previous 5072 , to selected 5565
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, 10 months ago) by dan
Diff to previous 5071 , to selected 5565
Move

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

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

Revision 5069 - Directory Listing - [select for diffs]
Modified Sun May 6 12:53:43 2018 UTC (6 years, 10 months ago) by dan
Diff to previous 5067 , to selected 5565
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, 10 months ago) by dan
Diff to previous 5066 , to selected 5565
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, 10 months ago) by dan
Diff to previous 5065 , to selected 5565
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, 10 months ago) by dan
Diff to previous 5064 , to selected 5565
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, 10 months ago) by dan
Diff to selected 5565
Code for processing incoming commits

Convenience Links