summaryrefslogtreecommitdiff
path: root/Rakefile
AgeCommit message (Collapse)Author
2016-08-29don't install twiceSaku Ytti
2016-02-06remove pkg directory on cleanSaku Ytti
2016-02-06push from pkg directory, not gemsSaku Ytti
2016-02-06Require ruby 2.0.0 or newerSaku Ytti
Remove redundant 'build' task.
2016-01-04return back build related tasksElvin Efendi
2015-11-13better test framework, more specs and Travis CIElvin Efendi
2015-04-03add tagging to rake pushSaku Ytti
2015-02-27Minor cosmetic changes and additionsSamer Abdel-Hafez
2014-04-22potential fix to race conditionSaku Ytti
1) ssh fails 2) user clicks 'update' 3) node is reset and moved head of queue 4) telnet fails 5) node last time is set to current net result, head of queue will block until interval has passed, even though below head there are nodes which need to be processed.
2014-02-20Figure out which parent class we rescuedSaku Ytti
Rakefile changes Bump up gemspec version
2014-02-07Ignore ssh keys, change input exceptionsSaku Ytti
Now input ssh has configuration secure which is false by default, meaning we don't care about changing keys. It breaks ssh security model but rancid does it too. Also input models error handling is now mostly moved to node.rb for centralized handling + logging. With input models only defining which errors they want to receover from.
2013-04-17Initial commitSaku Ytti
Silly for shit-and-giggles attempt at rancid