1. 15 Mar, 2017 1 commit
  2. 19 Feb, 2017 1 commit
  3. 10 Feb, 2017 1 commit
  4. 05 Feb, 2017 1 commit
    • neilpang's avatar
      exe · b4325026
      neilpang authored
      b4325026
  5. 31 Jan, 2017 2 commits
  6. 30 Jan, 2017 1 commit
  7. 13 Jan, 2017 1 commit
    • Bastian Bittorf's avatar
      shellcheck: fix several occurences of SC2034 · 3ca93f4a
      Bastian Bittorf authored
      
      
      message:
      SC2034: $VARNAME appears unused. Verify it or export it.
      
      most of these are related to the style:
      we generate global vars, which are used in other functions.
      
      the var "lexical_url" was really unused (left it as comment)
      
      the travis-check now does not need anymore special flags.
      Signed-off-by: default avatarBastian Bittorf <bb@npl.de>
      3ca93f4a
  8. 06 Jan, 2017 1 commit
  9. 14 Dec, 2016 1 commit
  10. 07 Dec, 2016 1 commit
  11. 06 Dec, 2016 1 commit
  12. 04 Dec, 2016 1 commit
    • Marcello Barnaba's avatar
      Fix Route53 API consumer · c12be766
      Marcello Barnaba authored
      Ignoring the Chthlulu argument 😃, Route53 returns its XML all on one line, making not possible to grep the hosted zone record with egrep/sed.
      
      This change splits the XML in multiple lines, so that parsing can succeed.
      c12be766
  13. 20 Nov, 2016 3 commits