IRC channel logs

2021-05-17.log

back to list of logs

<stikonas>melg8: well, it should build but you'll have to adjust src_prepare a bit of course
<stikonas>there might be fewer files to remove
<stikonas>I expect that most autotools pre-generated files will actaully not be there
<stikonas>but in general coreutils turned out a bit harder than I expected...
<stikonas>(mostly because of this gnulib stuff, in other projects it was easier to reimport)
<melg8>as i can tell.. sysa doesn't check if sysa.py were modified, and so, if i already downloaded all sources, than modifed link - it will not try to reload new link
<stikonas>melg8: that's right
<stikonas>melg8: download dir is just some cache to reduce amount of downloading
<stikonas>we can't check if file is the same as new upstream link without downloading it
<stikonas>just delete old file from sources dir
<melg8>it would bring problems if we ever start using caches on servers) yes we can, we can just add sha256sum of sysa inside of SHA256SUMS.sources?)
<fossy>?
<fossy>Dont think we need to checksum ourselves
<stikonas>yeah, it seems a bit too much...
<stikonas>there will be a clear checksumming error anyway before anything even runs
<stikonas>when you change download link to point to some other file