Skip to content

Instantly share code, notes, and snippets.

@vbatts
Last active February 24, 2017 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vbatts/2d51ee2dcfb954d29bc7cdcd709aae1d to your computer and use it in GitHub Desktop.
Save vbatts/2d51ee2dcfb954d29bc7cdcd709aae1d to your computer and use it in GitHub Desktop.
sl-feeds on stock slackware
root@slackware64-current:/home/vbatts# which go
/usr/bin/go
root@slackware64-current:/home/vbatts# go version
go version go1.4.2 gccgo (GCC) 5.4.0 linux/amd64
root@slackware64-current:/home/vbatts# export GOPATH=`mktemp -d`
root@slackware64-current:/home/vbatts# export GOBIN=/usr/local/bin
root@slackware64-current:/home/vbatts# go get github.com/vbatts/sl-feeds/cmd/sl-feeds
root@slackware64-current:/home/vbatts# sl-feeds --sample-config > /tmp/sl-feeds.conf
root@slackware64-current:/home/vbatts# sl-feeds --config /tmp/sl-feeds.conf -d /tmp/
Writing to: "/tmp/"
2017/02/24 09:06:02 processing "http://slackware.osuosl.org//slackware-14.0"
2017/02/24 09:06:03 processing "http://slackware.osuosl.org//slackware-14.1"
2017/02/24 09:06:04 processing "http://slackware.osuosl.org//slackware-14.2"
2017/02/24 09:06:05 processing "http://slackware.osuosl.org//slackware-current"
2017/02/24 09:06:05 processing "http://slackware.osuosl.org//slackware64-14.0"
2017/02/24 09:06:06 processing "http://slackware.osuosl.org//slackware64-14.1"
2017/02/24 09:06:06 processing "http://slackware.osuosl.org//slackware64-14.2"
2017/02/24 09:06:07 processing "http://slackware.osuosl.org//slackware64-current"
2017/02/24 09:06:07 processing "http://ftp.arm.slackware.com/slackwarearm//slackwarearm-14.2"
2017/02/24 09:06:09 slackwarearm-14.2 parsing time "Wed May 4 25:55:52 UTC 2016": hour out of range
2017/02/24 09:06:09 processing "http://ftp.arm.slackware.com/slackwarearm//slackwarearm-current"
2017/02/24 09:06:10 processing "http://alphageek.noip.me/mirrors/alphageek//slackware64-14.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment