'fix version in setup.py, it was using commas'
fix release, changing , to .
'fix version in setup.py'
fix release
'remove code for fetching categories'
Update version reference to 1.0.10
Remove code for processing a new category
'include an updated fp-listen.ini'
Update sample with FILE_CACHE_PATH
'Add cache clearing for files, such as MOVED, UPDATING. See https://github.com/FreshPorts/freshports/issues/468'
Add deletion of files, such as MOVED, from the cache. Fixes https://github.com/FreshPorts/freshports/issues/468
'Allow cache clearing for sanity test failures'
Clear cache for sanity-tests re: https://github.com/FreshPorts/freshports/issues/451 This does mean that the sanity test list is cleared each time a commit occurs. That is overkill. However, going the other way creates more work and more code. Simple cache clearing is better cache clearing.
'Loop over the queue until it is empty'
When we're finished checking the queue, check again. This avoids the race condition where more stuff is added to the queue and we miss it because we are processing the queue already.
'no need to create the incoming directory'
Correctly report the missing directory
'use the spooling directory'
Start using the spooling directory. This has been in use on dev since at least Sep 17 2022. Time to spread it around.
'one more time on the correct port, with updated code: require ssl'
'require ssl, really, this time, for real'
require ssl
'require ssl'
'require ssl'
require ssl
'but that extra space!'
Remove extraneous space
'fix a typo for recent dir'
Fix a copy/paste error when displaying the name of the retry directory
column alignment without tabs
'handle the cache_clearing_commits table'
Add code to clear commit cache.
'correctly document what directories are used'
correctly document what directories are used
'reverse accidental renaming'
Reverse renmaing of file in previous commit
'better layout for autoplist'
Try a different configuration for fp-listen, better for autoplist on FreeBSD
Properly name this tag
'first git version of this code'
Convert from daemontools to daemon
'Add more logging which is helpful when dealing with directory permission issues'
'latest release'
Convert from `echo ${INCOMING}/*` to $(echo ${INCOMING}/*) Put the ls output all into one command so the files are properly aligned Correct a logging statement from load_xml_into_db_git.pl to load_xml_into_db.pl
Add more logging which is helpful when dealing with directory permission issues
'use better shell scripting'
Swap from `` to $()
'new naming convention'
Confirm to this naming convention .txt - email .xml - xml .log - loading of commit .errors - any errors caught
'cp, not mv, to avoid permissions message'
Change the mv .txt file to a cp/rm to avoid: mv: /var/db/freshports/message-queues/recent/2020.07.11.07.46.58.18048.txt: set owner/group (was: 10002/10001): Operation not permitted
'with message queue directory permissions now 0775, move .txt file to ~freshports/message-queues/recent after creating .xml file'
Better configurtion file comments
'change of file names (.txt, xml) and move .txt to ~ingress_svn/message-queues/recent after creating xml' '
Start using these file names: email: 2020.07.11.07.46.34.15635.txt xml: 2020.07.11.07.46.34.15635.xml errors: 2020.07.11.07.46.34.15635.errors Other scripts will need updating for .loading, which will become .log
'fix directory detection'
Fix the detection of required directories.
'looks reading for testing'
Good to go for testing. I got sidetracking creating fp-daemon on the git branch but then re-discovered my work here.
Check in what I have now. This work is abandoned in favor of ingress_svn.sh
Move fp-daemon up to the main directory and delete the rest. I couldn't see another way to just bring in one file
Copy fp-daemon over
Remove this whole directory created in error
Copy fp-daemon from trunk into the git branch
Create the git version of fp-daemon Starting with the the FreshPorts for git daemon and use that. The former takes XMl and laods it. The latter will take email and create XML for the former.
'work with both git and svn'
Start using the newly created load_xml_into_db.pl, not load_xml_into_db_git.pl, because it will work with both git and subversion. Also, rm -f
'fix code to use INGRESS_SVN_BASEDIR'
Fix INGRESS_SVN_BASEDIR variable
'fix code to use INGRESS_SVN'
change FP_DAEMON to INGRESS_SVN
'fix code to use ingress_svn'
fp-daemon -> ingress_svn because of rename
'rename to ingress_svn'
Complete the rename from fp-daemon-git to ingress_svn
rename from fp-daemon to ingress_svn
'first package'
Converted script from logger to echo
Correct FLAGDIR
Updates for daemon(8) control
fp-daemon for svn commits is going to be needed on the git branch for a while.
Correct the name of the configuration file from fp-ingress.sh to ingress.sh
The signals directory lives under FRESHPORTS_BASEDIR not FRESHPORTS_MSGDIR
Changes tabs to spaces
'Mention that our MSGDIR is also defined in the freshports configuration file'
'rename fp-ingress to ingress'
'output the main files upon startup'
Mention that our MSGDIR is also defined in the freshports configuration file
Add INGRESS_MSGDIR to the configuration file output the main files upon startup
'Correct FRESHPORTS_MSGDIR'
Correct FRESHPORTS_MSGDIR
'rename fp-ingress to ingress'
'renamed from fp-freshports to freshports'
This repo was moved to freshports Rename everything fp-freshports to freshports
This repo was moved to ingress Rename everything fp-ingress to ingress
Rename fp-ingress to ingress
Rename fp-freshports to freshports
'move from logger to echo'
Move config.sh.sample to config/fp-ingress.sh Move from logger(1) to echo(1)
Rename config.sh.sample to config/fp-freshports.sh Yes, the script and the configuration file have the same name. The config file should be installed to /usr/local/etc/freshports/fp-freshports.sh
remove files required only for daemontools, which is no longer used to run this script.
Stop using logger, use echo. daemon(8) will direct that output to syslog and from there into the correct log file.
remove files required only for daemontools, which is no longer used to run this script.
'Move configuration file: -. /usr/local/etc/freshports/daemon-config.sh +. /usr/local/etc/freshports/fp-ingress.sh '
'Move configuration file: -. /usr/local/etc/freshports/daemon-config.sh +. /usr/local/etc/freshports/fp-ingress.sh '
'Move configuration file: -. /usr/local/etc/freshports/daemon-config.sh +. /usr/local/etc/freshports/fp-ingress.sh '
Move configuration file: -. /usr/local/etc/freshports/daemon-config.sh +. /usr/local/etc/freshports/fp-ingress.sh
'Move configuration file: -. /usr/local/etc/freshports/daemon-config.sh +. /usr/local/etc/freshports/fp-freshports.sh '
Move configuration file: -. /usr/local/etc/freshports/daemon-config.sh +. /usr/local/etc/freshports/fp-freshports.sh
Remove id, no longer required.
'Move configuration file from config.sh to . /usr/local/etc/freshports/daemon-config.sh'
Move configuration file from config.sh to . /usr/local/etc/freshports/daemon-config.sh
'Move to daemon(8)'
Saving all this as we move to daemon-tools
'move fr1m sysutconfiguration file to /usr/local/etc/freshports/daemon-config.sh'
Add in the new values now that we have one shared config file
'move fr1m sysutconfiguration file to /usr/local/etc/freshports/daemon-config.sh'
'move fr1m sysutconfiguration file to /usr/local/etc/freshports/daemon-config.sh'
Change configuration file from: config.sh to: /usr/local/etc/freshports/daemon-config.sh Start using FRESHPORTS_* variables this daemon doesn't need a incoming directory any more
'move from sysutils/daemontools to daemon(8)'
I'm moving to two daemons: fp-freshports - same function as fp-daemon had fp-ingress - processing incoming commits into XML this is partly the mailfilter script and part of what fp-daemon.sh once did.
Rename fp-daemon.sh to fp-freshports.sh
Renamed this to fp-freshports It is being named after the user it runs as
Copy this over for use as an ingress daemon: * receives notice of new commits via signals * creates XML * moves XMl into ~ingress/message-queues/incoming directory Potential signals * commits waiting * which repo? * commit hash? * run single commt * which repo? * commit hash? * hooks - I imagine hooks will be intercepted externally and signals raised * email - If commit emails are implemented, that could also raise a signal
Taken from the subversion version of this code, we now have something with works with git.
removed INGRESSDIR add MSGDIR This may be reversed soon. I'll be creating a ingress.sh daemon and it will also need a config.sh file.
Branch for work on git
'remove trailing * from NEWS_CACHE_DIR'
Mention where the real code is in dev
Remove trailing * from news cache
'if the rollback fails, say so'
If the rollback fails, say so
'add category and packages cache clearing'
Change the signal name to match the others I note that the listen_for table is not named great. The script_name isn't necessarily the script which gets invoked, but it does help.
Add ability to clear packages cache via zfs rollback Add in the category cache which I'm sure is needed in prod Convert all lingering print to syslog. Remove commented out code
A starting point for package cache clearing
'remove "nothing found" logger command It fills up the logs.'
remove 'nothing found' logger command It fills up the logs.
'make it work'
Remove duplicate code from ClearMiscCaches() which used glob.glob
Remove superfluous comments use NEWS_CACHE_DIR instead of NEWS_CACHE_PATH
'Use path for cache/news'
Use path for cache/news because glob.glob is not working
'has_key is not Python 2 any more'
has_key is gone in Python 3 While here, add more debugging.
'Now Python 3 compatible'
Updates for Python 3
'Fixes for Python 3.6'
Upgrades for Python 3.6
'we lost the 1.0.10 tarball'
'Start doing cp & use mv and rm instead'
use -p to preserve mtime
Instead of using mv which caused: /usr/local/bin/readproctitle service errors: ...message-queues/recent/2019.07.15.15.42.07.48391.txt.raw: set owner/group (was: 10002/10001): Operation not permitted\nmv: /var/db/freshports/message-queues/recent/2019.07.15.15.43.31.53460.txt.raw: set owner/group (was: 10002/10001): Operation not permitted\nmv: /var/db/freshports/message-queues/recent/2019.07.15.15.45.39.56551.txt.raw: set owner/group (was: 10002/10001): Operation not permitted\n use cp and rm even when using this example: [dan@dev-ingress01:~] $ ls -l ~ingress/message-queues/ ~freshports/message-queues/ /var/db/freshports/message-queues/: total 248 drwxr-xr-x 18 freshports freshports 18 Jul 2 03:16 archive drwxr-xr-x 10 freshports freshports 18 Jun 10 22:03 retry /var/db/ingress/message-queues/: total 3 drwxr-xr-x 2 root ingress 10 Mar 20 13:53 DUPS drwxrwxr-x 2 ingress freshports 2 Jul 15 15:29 incoming
'renamed script, better error logging'
if job-waiting.pl dies, log it.
Created in error
'When things go wrong, log it'
'rename freshports to fp-daemon'
Rename freshports to fp-daemon
''
''
Add more logging re what we are deleting
Remove quotes. They are retained in the string and won't work with glob
Fix news directory
'use True and False, proper Python values, not true/false'
Use proper Python boolean values (e.g. True instead of true).
Make ClearMiscCaches compile
Fix ClearMiscCaches so it runs
Adjust for what works
'Allow fp-listen to clear news cache etc when a commit occurs'
Addl fp-listen to clear news cache etc when a commit occurs
'improve config and path to script'
'improve config and path to script'
Invoke freebsd-cvs.sh with /bin/sh, just to be sure.
Better logging, to local3, which is what FreshPorts uses.
'use new psycopg2 code'
Update the code for use with psycopg2, as grabbed from jester, but not checked in.
Remove unused it: QUEUENAME
move fp-listen.py to a subdiretory
Move fp-listen.py to a subdirectory
log to facility=syslog.LOG_LOCAL3
Log to facility=syslog.LOG_LOCAL3
add setup.py
Add
start using configparser
Start using configparser — Configuration file parser
Fix scriptdir typo
new fp-listen tag
Upgrade for new freshports user approach
fix broken ingress path
The incoming directory is under ingress
New directory structure
Upgrade to new directory structure
Multiple changes because we are now using psycopg2 re http://initd.org/psycopg/docs/extensions.html?highlight=notify#psycopg2.extensions.Notify
Update the samples to the latest stuff we are using
Start watching for new entries in cache_clearing_dates
Add and use FLAGDIR
Make better use of SCRIPTDIR
Add a trailing newline
Use no symlinks
Seems we do not use BASEDIR here
Include hostname and password in DSN
when processing a new category, fetch /www/en/ports/categories Yes, we should use configuration items for these URLS...
Now that we are caching files and non ports, be prepared to remove directories etc (e.g. files/patch-*)
Ignore supervise
Update the cache file structure to category/port/files
ignore config.py
Configuration values for www/en/ports/categories
Add code for listen_category_new
Allow for globs.... do it the right way.
Merge from FreshPorts2 to HEAD
while : is better than while true. From man sh: : A null command that returns a 0 (true) exit value.
while . was not working on 6.2-prerelease Let's use while true instead
Add details for clearing stale cache entries
Replace config.sh.sample with config.py.sample and start using it.
Add a sleep in there when OFFLINE
Ignore log
Better checking for OFFLINE.
Add RCS ID. Correctly specify the cache path Better syslogging. Move to deleting cache entries one by one, and deleting from the cache needed table one by one. Commit after each. Sounds fair to me.
ignore thise
Add these
Add a logger tag so we know what daemon is logging.
ignore these
Ignore these
Remove fp2migration
Remove freshports-cache
When OFFLINE, do not process the queue. Otherwise, you wind up with unprocessed files in the RECENT directory.
Mention that access rights are important!
Serialize the processing of all updates
Some better error handling
If message processing fails move all files to the retry directory
have one simple queue by default
update copyright year
Add a newline
This commit was manufactured by cvs2svn to create tag 'FreshPorts-VuXML'.
We don't have a raw directory anymore, but we do have a recent directory.
move the raw message into the recent directory instead of the raw directory
Update copyrights
A new way of doing the queues
let's not use fp-refresh.sh
This commit was manufactured by cvs2svn to create branch 'FreshPorts2'.
Tidy up directories
Tidy up the directories
*** empty log message ***
move failed files to a new retry directory
get it right
Put copyrights into scripts
umm, we should have the log file in the repo
This service is down by default
we really need this
things to do before running
notes on setup
First commit
Use the right script
oops, never put this into CVS
OK, add this back in where it should be.
daemontools is a nice way to keep scripts around as daemons.
Standard project directories initialized by cvs2svn.