aboutsummaryrefslogtreecommitdiff
blob: 1c0e110ea93516eb1c42308d79a217877dd1cca0 (plain)
1
2
3
4
5
6
7
#!/bin/bash

# TODO: One day, fix up the json to be compatible with jekyll's parser
echo -n 'Updating devaway information...'
wget -T 60 'http://dev.gentoo.org/devaway/xml/' -O _data/devaway.xml.tmp 2>/dev/null
[ $? -eq 0 ] && mv _data/devaway.xml.tmp _data/devaway.xml
echo 'done.'