aboutsummaryrefslogtreecommitdiffstats
path: root/bin/update (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-17Bump copyright dates.Mark Sapiro1-1/+1
2016-02-22* add option to pick up C_() texts to make potfileYasuhito FUTATSUKI at POEM1-2/+2
* revise command line utils _()/C_() usage (not tested at all)
2016-02-22Importing locale patch for command line utils, from RHEL6 rpm sourceYasuhito FUTATSUKI at POEM1-45/+45
(for -japan-poem, originally imported from 2.1.12-18 package for RHEL6 rpm source)
2009-07-31Backported several bug fixes from the 2.2 branch.Mark Sapiro1-10/+13
2008-11-12Apply Heiko Rommel's patch for hashlib deprecation warnings for bug 293178.Barry Warsaw1-7/+6
I've modified the patch to improve some of the stylistic issues.
2008-06-29Fixed erroneously 'pre-configured' commandsMark Sapiro1-1/+1
2008-05-07Changed formatting for standards compliance and readability.Mark Sapiro1-2/+3
2008-04-28Fixed a problem with bin/update erroneously moving templates fromMark Sapiro1-18/+24
templates/xx to lists/xx if a list has the same name as a language code. Also fixed the absolute path to lists/ (1418670 ).
2008-04-27Changed bin/update to remove .bak qfiles.Mark Sapiro1-1/+5
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2005-05-31Fixes for SF #949117.bwarsaw1-11/+20
update_qfiles(): Catch and ignore OSErrors when trying to listdir() a non-directory. dequeue(): Catch EOFErrors that can occur if a zero-length qfile is encountered.
2004-04-24update_qfiles(): Skip the qfiles/bad directory.bwarsaw1-0/+3
2004-02-29update_pending(): Return immediately if the pending db has already been updatebwarsaw1-0/+3
or otherwise doesn't exist.
2004-02-29dequeue(): Catch ValueErrors too.bwarsaw1-1/+1
2004-02-22update_pending(): Tokio Kikuchi's patch #899263 for ignoring duplicate pendingbwarsaw1-2/+4
ids. (With slight modification by BAW.)
2004-02-10update_qfiles(), ext_read(), dequeue(): More gross stuff to upgrade thebwarsaw1-29/+227
separate .db and .msg qfiles to the single .pck file. update_pending(): Updates the global data/pending.pck file to the per-list .pck files as best as possible. main(): update the qfiles and pending database.
2003-12-27dolist(): Don't move o_tmpl to n_tmpl if the former doesn't exist.bwarsaw1-5/+9