require ssl
Changes tabs to spaces
Mention where the real code is in dev
Remove trailing * from news cache
If the rollback fails, say so
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 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 because glob.glob is not working
has_key is gone in Python 3 While here, add more debugging.
Updates for Python 3
Upgrades for Python 3.6
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
if job-waiting.pl dies, log it.
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 proper Python boolean values (e.g. True instead of true).
Fix ClearMiscCaches so it runs
Adjust for what works
Addl fp-listen to clear news cache etc when a commit occurs
Invoke freebsd-cvs.sh with /bin/sh, just to be sure.
Better logging, to local3, which is what FreshPorts uses.
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 subdirectory
Log to facility=syslog.LOG_LOCAL3
Add
Start using configparser — Configuration file parser
Fix scriptdir typo
Upgrade for new freshports user approach
The incoming directory is under ingress
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
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
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.