Commit Graph

19 Commits

Author SHA1 Message Date
brent s. cd29b8d13f
"hold onto your butts." - Arnold, Jurassic Park 2020-09-04 13:16:24 -04:00
brent s. 8263de6875
missed one, see prev commit 2020-07-24 23:10:27 -04:00
brent s. 712dc8e4c7
increasing logging on update timestamp comparison 2020-07-24 23:08:27 -04:00
brent s 3676acfc00
fixing dict comprehension
/usr/local/lib/repomirror/repomirror/sync.py:361: UserWarning: The sync process for arch is locked with file /var/run/repomirror/arch.lck and PID 2981337.
  warnings.warn(warnmsg)
Traceback (most recent call last):
  File "/usr/local/bin/reposync", line 56, in <module>
    main()
  File "/usr/local/bin/reposync", line 51, in main
    r.sync()
  File "/usr/local/lib/repomirror/repomirror/sync.py", line 435, in sync
    distro.sync()
  File "/usr/local/lib/repomirror/repomirror/sync.py", line 363, in sync
    proc_info = {k.lstrip('_'):v for k, v in vars(proc) if k not in ('_lock', '_proc')}
  File "/usr/local/lib/repomirror/repomirror/sync.py", line 363, in <dictcomp>
    proc_info = {k.lstrip('_'):v for k, v in vars(proc) if k not in ('_lock', '_proc')}
ValueError: too many values to unpack (expected 2)
2020-07-24 22:50:13 -04:00
brent s. a2e9075671
okay. so. let's try this out. 2020-07-24 01:37:36 -04:00
brent s. 803fb7c5fa Automated commit (/opt/dev/infra/gitclass.py) 2020-07-23 23:15:17 -04:00
brent s d751d14be4
oops. 2020-07-23 14:49:50 -04:00
brent s bc9a653234
updating to support configurable delay checking and rsync exit code ignoring 2020-07-23 14:39:47 -04:00
brent s 4bdb31541b
adding in some delay checking calculation and parsing of xs:duration types. 2020-07-23 12:05:36 -04:00
brent s. 09afe59b91
double curly braces where there should have been one. minor fix, but breaks otherwise. 2020-07-07 02:30:15 -04:00
brent s. ac431a873e
more logging to try to find cause of refusal to sync. 2020-06-24 01:25:18 -04:00
brent s. 2ff334f220
still not syncing properly... 2020-06-24 01:15:56 -04:00
brent s. c8bf61ea98
whoops 2020-06-24 01:01:58 -04:00
brent s. 0e16214e45
found a bug in distro selection 2020-06-24 00:59:14 -04:00
brent s. fca5f12aa2
suppress a specific warning if we're running from cron, otherwise there's a lot of cron alerts. 2020-06-17 13:46:58 -04:00
brent s. 9f39d0562d
whoops, small bug 2020-06-17 01:10:09 -04:00
brent s. 961952ed56
time to test. 2020-06-17 01:05:32 -04:00
brent s. 66d1ad7af5
i am ALMOST done. just need to finish timestamp comparisons.
i can probably do it with a sorted list and comparing the last values in a remote vs. local list.
2020-06-16 02:34:05 -04:00
brent s. eed480c590
checking in work 2020-06-14 03:46:29 -04:00