Roundup Tracker - Issues

Message6606

Author ber
Recipients ThomasAH, ber, rouilj
Date 2019-08-29.11:49:09
Message-id <1567079349.32.0.0397639461483.issue2551045@roundup.psfhosted.org>
In-reply-to
== User list
Adding my colleague (which saves me to add him later).
name=ThomasArendsenHein


== [ ] find pages to transfer
We have 2485 pages, but only 129 have a "current" page.

ls pages/* | wc -l
2485
bernhard@ploto ~/h/r/w/w/data> ls pages/*/current | wc -l
129

Sampling a few directory contents that have no "current" file:
There is no preservable contents. So we only deal with 129 pages.

#using fishshell.com for scripting
pushd data/pages; ls */current >pl
for p in (cut pl -d/ -f1) ; echo -n "$p " ; cat $p/current ; end
History
Date User Action Args
2019-08-29 11:49:09bersetmessageid: <1567079349.32.0.0397639461483.issue2551045@roundup.psfhosted.org>
2019-08-29 11:49:09bersetrecipients: + ber, rouilj, ThomasAH
2019-08-29 11:49:09berlinkissue2551045 messages
2019-08-29 11:49:09bercreate