From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] sites/www:master commit in: bin/
Date: Sun, 19 Feb 2017 00:46:46 +0000 (UTC) [thread overview]
Message-ID: <1487465197.cbf09605f5b37e9d7aed3e6546a748bf63ed7688.robbat2@gentoo> (raw)
commit: cbf09605f5b37e9d7aed3e6546a748bf63ed7688
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 00:46:37 2017 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 00:46:37 2017 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=cbf09605
bin/update-packages: add more timeout, as still seems to sometimes hang.
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
bin/update-packages.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/update-packages.sh b/bin/update-packages.sh
index b2577bd..8a267a2 100755
--- a/bin/update-packages.sh
+++ b/bin/update-packages.sh
@@ -1,6 +1,6 @@
#!/bin/bash
echo -n 'Updating Packages information...'
-wget -T 60 'https://packages.gentoo.org/packages/added.atom' -O _data/packages.xml.tmp 2>/dev/null
+timeout 60 wget -T 60 'https://packages.gentoo.org/packages/added.atom' -O _data/packages.xml.tmp 2>/dev/null
[ $? -eq 0 ] && mv _data/packages.xml.tmp _data/packages.xml
echo 'done.'
next reply other threads:[~2017-02-19 0:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-19 0:46 Robin H. Johnson [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-07-28 4:15 [gentoo-commits] sites/www:master commit in: bin/ Matthew Marchese
2017-07-28 4:15 Matthew Marchese
2016-07-18 6:22 Robin H. Johnson
2016-05-27 12:07 Alex Legler
2016-05-27 12:07 Alex Legler
2016-03-23 17:40 Robin H. Johnson
2015-10-04 21:12 Alex Legler
2015-08-10 9:20 Alex Legler
2015-05-19 12:55 Alex Legler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1487465197.cbf09605f5b37e9d7aed3e6546a748bf63ed7688.robbat2@gentoo \
--to=robbat2@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox