Builder wget-solaris10-i386 Build #457
Results:
Failed shell_2 shell_3
SourceStamp:
Project | wget |
Repository | https://gitlab.com/gnuwget/wget.git |
Branch | master |
Revision | 1aada296dde933228bb1820cbf3ff1fc09a4eee5 |
Got Revision | 1aada296dde933228bb1820cbf3ff1fc09a4eee5 |
Changes | 3 changes |
BuildSlave:
unstable10xReason:
The SingleBranchScheduler scheduler named 'schedule-wget-solaris10-i386' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot/slave/wget-solaris10-i386 | slave |
buildername | wget-solaris10-i386 | Builder |
buildnumber | 457 | Build |
codebase | Build | |
got_revision | 1aada296dde933228bb1820cbf3ff1fc09a4eee5 | Git |
project | wget | Build |
repository | https://gitlab.com/gnuwget/wget.git | Build |
revision | 1aada296dde933228bb1820cbf3ff1fc09a4eee5 | Build |
scheduler | schedule-wget-solaris10-i386 | Scheduler |
slavename | unstable10x | BuildSlave |
workdir | /export/home/buildbot/slave/wget-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Nilsnils@nilsand.re
- Tim Rühsentim.ruehsen@gmx.de
Timing:
Start | Thu Apr 15 21:08:42 2021 |
End | Thu Apr 15 21:14:12 2021 |
Elapsed | 5 mins, 30 secs |
All Changes:
:
Change #125799
Category wget Changed by Tim Rühsen <tim.ruehsen @gmx.de>Changed at Thu 15 Apr 2021 20:56:27 Repository https://gitlab.com/gnuwget/wget.git Project wget Branch master Revision 11c626efc45194e88f9d1b308beef976e8187547 Comments
* configure.ac: Add AM_GNU_GETTEXT_VERSION
Changed files
- configure.ac
Change #125800
Category wget Changed by Nils <nils @nilsand.re>Changed at Thu 15 Apr 2021 21:02:28 Repository https://gitlab.com/gnuwget/wget.git Project wget Branch master Revision f1cccd2c454fb416e75a22b358b0a11266642007 Comments
Print message for no-follow attribute only if norobots respected * src/html-url.c (get_urls_html_fm): Remove misleading log message. * src/recur.c (retrieve_tree): Add log message into correct if block. Commit e39be3283836b8cb7b9ee320456eefb2a2fda173 added a message that said links will not be followed whenever the nofollow attribute is found in a page. It didn't take into account that with -e robots=off (and equivalents) links will still be followed. This bug has been noticed multiple times: * https://www.reddit.com/r/DataHoarder/comments/mprq89/wget_respects_nofollow_attribute_despite_e/ * https://gist.github.com/simonw/27e810771137408fd7834ad153750c41#gistcomment-3648191 * https://superuser.com/questions/1494761/wget-wont-ignore-no-follow-attributes This commits makes it so that this message is only printed when a nofollow link is found and the norobots convention is respected. Copyright-paperwork-exempt: Yes
Changed files
- src/html-url.c
- src/recur.c
Change #125801
Category wget Changed by Nils <nils @nilsand.re>Changed at Thu 15 Apr 2021 21:03:56 Repository https://gitlab.com/gnuwget/wget.git Project wget Branch master Revision 1aada296dde933228bb1820cbf3ff1fc09a4eee5 Comments
Use "nofollow" instead of "no-follow" in messages * src/html-url.c (get_urls_html_fm): Remove misleading debug message. * src/recur.c (retrieve_tree): Fix no-follow -> follow in DEBUGP. The attribute in html is "nofollow" so it is more consistent to call it so than to hyphenate it. Copyright-paperwork-exempt: Yes
Changed files
- src/html-url.c
- src/recur.c