diff options
author | Case Duckworth | 2022-07-19 12:56:29 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-19 12:56:29 -0500 |
commit | d0a34f5a14165f8a518389cb7f7e09a829e07d83 (patch) | |
tree | a65b0e1872f08006947c8c6bdc5b03d62631140e /sfeed_update_xargs | |
parent | Add feeds from RSRSS (diff) | |
download | sfeed-d0a34f5a14165f8a518389cb7f7e09a829e07d83.tar.gz sfeed-d0a34f5a14165f8a518389cb7f7e09a829e07d83.zip |
Add TODO
Diffstat (limited to 'sfeed_update_xargs')
-rwxr-xr-x | sfeed_update_xargs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sfeed_update_xargs b/sfeed_update_xargs index f8ee8e7..a249fa0 100755 --- a/sfeed_update_xargs +++ b/sfeed_update_xargs | |||
@@ -40,6 +40,10 @@ feeds | SFEED_UPDATE_CHILD="1" xargs -r -0 -P "${maxjobs}" -L 6 "$(readlink -f " | |||
40 | status=$? | 40 | status=$? |
41 | # check error exit status indicator for parallel jobs. | 41 | # check error exit status indicator for parallel jobs. |
42 | test -f "${sfeedtmpdir}/ok" || status=1 | 42 | test -f "${sfeedtmpdir}/ok" || status=1 |
43 | |||
44 | ## TODO: further processing for feed metadata | ||
45 | # ${sfeedtmpdir}/feeds/* | ||
46 | |||
43 | # cleanup temporary files etc. | 47 | # cleanup temporary files etc. |
44 | cleanup | 48 | cleanup |
45 | exit ${status} | 49 | exit ${status} |