Revision
698 -
Directory Listing
-
[select for diffs]
Modified
Wed Dec 5 06:06:09 2001 UTC
(23 years, 4 months ago)
by
dan
Diff to
previous 697
Don't do the build of daily summaries until after we have refreshed
the ports. Otherwise for new ports, version will be empty.
Revision
697 -
Directory Listing
-
[select for diffs]
Modified
Wed Dec 5 04:34:54 2001 UTC
(23 years, 4 months ago)
by
dan
Diff to
previous 696
Don't do any of the port update things if there are no ports.
This mainly reduces the size of the log file.
Revision
654 -
Directory Listing
-
[select for diffs]
Modified
Sat Nov 24 21:41:50 2001 UTC
(23 years, 4 months ago)
by
dan
Diff to
previous 652
remove CommitLogElementsInsert
replace EnsureCategoryAndPortExist with SaveChangesToPortsTree
create _CompileListOfPorts which replaces the fuctionality of EnsureCategoryAndPortExist
Instead of saving a port as we go along, we will compile a list of ports based
on the files we find. Once all files are processed and saved to the database,
we have our list. Then we process the files again, setting the needs_refresh
value for the port affected by this file. If we find that the Makefile for
a port has been deleted, we set needs_refresh = 0.
Revision
645 -
Directory Listing
-
[select for diffs]
Modified
Fri Nov 23 04:51:39 2001 UTC
(23 years, 4 months ago)
by
dan
Diff to
previous 644
remove unneeded exports
if the port has been deleted, make sure we set port->{deleted} correctly
and process things.
move the refresh ports process to port.pm so it can be used
both with load_xml_into_db.pl and from refresh-unrefreshed-ports.pl
Revision
614 -
Directory Listing
-
[select for diffs]
Modified
Fri Nov 16 19:40:47 2001 UTC
(23 years, 4 months ago)
by
dan
Diff to
previous 613
PR 4 solved.
scan the lines following the subject and include them as part of the subject
if they start with 9 spaces.
Revision
612 -
Directory Listing
-
[select for diffs]
Modified
Fri Nov 16 18:40:26 2001 UTC
(23 years, 4 months ago)
by
dan
Diff to
previous 611
The previous commit was in error.
PR 15
Previously the log message was terminated at the first occurance of:
Revision
PR:
Submitted by:
Approved by:
Reviewed by:
To Unsubscribe
Now it's only:
Revision
To Unsubscribe
Also, populate the ObtainedFrom field while we are here.
Revision
585 -
Directory Listing
-
[select for diffs]
Modified
Fri Nov 9 23:26:46 2001 UTC
(23 years, 4 months ago)
by
dan
Diff to
previous 584
Now we fetch the files needed to refresh the port,
we update the port class, and we save it.
port.pm needs to be updated to save and fetch more fields.
Revision
575 -
Directory Listing
-
[select for diffs]
Modified
Fri Nov 9 05:16:00 2001 UTC
(23 years, 4 months ago)
by
dan
Diff to
previous 574
needs_refresh is now being computed.
We have have to do something special for ports which are created first time.
Revision
574 -
Directory Listing
-
[select for diffs]
Modified
Fri Nov 9 04:09:00 2001 UTC
(23 years, 4 months ago)
by
dan
Diff to
previous 573
Now processing the files and ports correctly.
now we just have to parse the file names and update the port needs_refresh.
Revision
573 -
Directory Listing
-
[select for diffs]
Modified
Thu Nov 8 23:15:04 2001 UTC
(23 years, 4 months ago)
by
dan
Diff to
previous 572
We now have a list of ports which needs to be updated.
next step: set the needs_refresh field and then save the results
back to the database.
Revision
169 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 6 09:47:20 2000 UTC
(24 years, 10 months ago)
by
dan
Diff to
previous 167
Looks good so far. Just a quick commit to save everything.
At this point, I have the fetching of Makefile, pkg/DESCR, and pkg/COMMENTS
going. But I have to know when to fetch such things.
Committing in .
Modified Files:
fetch-cvs-file.sh fetch-refresh-ports.pl ports.pm test.pl
Revision
167 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 5 06:33:40 2000 UTC
(24 years, 10 months ago)
by
dan
Diff to
previous 166
These files are used to refresh a port on-the-fly.
fetch-cvs-file.sh will fetch the latest version of any cvs file.
fetch-refresh-ports.pl uses the above to refresh all ports which need refreshing.
Added Files:
fetch-refresh-ports.pl fetch-cvs-file.sh