diff options
| author | david <public@beloved.name> | 2018-08-23 16:34:07 +0200 | 
|---|---|---|
| committer | david <public@beloved.name> | 2018-08-23 16:34:07 +0200 | 
| commit | 0e77dfc736e0bae84b6a2df4509210302cb083ab (patch) | |
| tree | b7dd8d51a6328a476a5fd6d3fc21e712dba40de6 | |
| parent | ca4b632530b8ea2e3f5692dade28cd508978891a (diff) | |
Added ||: in wget -v -x --continue -i downloadlist404 ||:
| -rwxr-xr-x | doall | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -66,8 +66,7 @@ for package in $packages; do      [ -f metadata.ftp-master.debian.org/changelogs/main/$letter/$package/stable_copyright ] || echo http://metadata.ftp-master.debian.org/changelogs/main/$letter/$package/stable_$package.copyright >> downloadlist404  done -wget -v -x --continue -i downloadlist404 - +wget -v -x --continue -i downloadlist404 ||: # all this to fail because this is an effort to workaround the bug above, but it is not perfect  python load_copyright.py &> cp_import.log  python load_changelog.py &> cl_import.log | 
