1. 21 Mar, 2016 1 commit
    • Fix a bug in the git module: branches might not check out properly · ae9e7380
      If a git version is specified as a branch, and the commit referred to is
      already on the local working tree, but the branch is not, then the
      checkout will fail.
      
      This is because the Ansible 1.9.3 module would check to see if the
      commit was already present, and if so, did not fetch. This meant the
      branch wasn't defined in the local working tree.
      
      This can happen if you make a branch but there aren't any changes on the
      branch.
      Ned Batchelder committed
  2. 18 Mar, 2016 2 commits
  3. 17 Mar, 2016 4 commits
  4. 16 Mar, 2016 4 commits
  5. 15 Mar, 2016 6 commits
  6. 14 Mar, 2016 5 commits
  7. 13 Mar, 2016 1 commit
    • This registers over the microsites theming · 88da15d5
      This clobbers edxapp_theme_checkout set by the previous task, even when
      the task is skipped because EDXAPP_COMPREHENSIVE_THEME_SOURCE_REPO is
      unset.
      
      edxapp_theme_checkout is used to tag the instance when the edxapp play
      is run.
      
      That tag is later used by our build infrastructure to ensure that
      theme is consistent between builds.
      
      If we want to also tag the comprehensive theme value, that's fine, but
      it should not clobber the value needed by the other type of themes, and
      should declare a different tag.
      Kevin Falcone committed
  8. 11 Mar, 2016 7 commits
  9. 10 Mar, 2016 10 commits