api.freshports.org/
|
4617
(11 years ago)
by dan:
update
|
backend/
|
3397
(19 years ago)
by dan:
Go to 150, not just 100
|
classes/
|
4729
(9 years ago)
by dan:
Set client encoding in the right place.
|
configuration/
|
4762
(9 years ago)
by dan:
Add cache_clearing_ports
|
convert/
|
4773
(8 years ago)
by dan:
The stored procedure GetGategory($CategoryName) did not work so I changed it
to prefix the category name with 'ports/head/' instead of just 'ports/'.
It seems this function was not used anywhere, but at least now it works.
|
daemontools/
|
5510
(4 years ago)
by dan:
'fix code to use INGRESS_SVN_BASEDIR'
|
database-schema/
|
5482
(4 years ago)
by dan:
third draft of elementGetCaseInsensitive()
|
dataconversion/
|
1179
(23 years ago)
by :
This commit was manufactured by cvs2svn to create tag 'beta'.
|
db-conversion/
|
364
(24 years ago)
by dan:
just a commit
|
develop/
|
4773
(8 years ago)
by dan:
The stored procedure GetGategory($CategoryName) did not work so I changed it
to prefix the category name with 'ports/head/' instead of just 'ports/'.
It seems this function was not used anywhere, but at least now it works.
|
docs/
|
4365
(13 years ago)
by dan:
Add examples of cvs-all, and svn
|
fwatch/
|
370
(24 years ago)
by dan:
Upgrade to fwatch 1.1 courtesy of Volker
|
include/
|
4728
(9 years ago)
by dan:
remove trailing ?>
|
ingress/
|
5511
(4 years ago)
by dan:
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.
|
packaging/
|
5506
(4 years ago)
by dan:
Rename
|
periodics/
|
5474
(4 years ago)
by dan:
'fix 215.fp_check_git_for_commits'
|
ports/
|
1985
(22 years ago)
by dan:
remove trailing control-m's
|
scripts-fp2/
|
726
(23 years ago)
by dan:
First commit
|
scripts.ARCHIVE/
|
5068
(6 years ago)
by dan:
This code no longer used.
see svn+ssh://svnusers@svn.int.unixathome.org/freshports-1/ingress instead
Split the code into two parts:
1 - scripts run from the command line
2 - Perl modules used by some of those scripts
|
secure/
|
443
(23 years ago)
by :
This commit was manufactured by cvs2svn to create branch 'FreshPorts2'.
|
walkports/
|
298
(24 years ago)
by :
This commit was manufactured by cvs2svn to create tag 'release1_1'.
|
www/
|
4720
(9 years ago)
by dan:
If no fieldname, abort
|