Skip to content
Snippets Groups Projects
  1. Apr 13, 2015
    • Matt Jordan's avatar
      build_tools/make_version: Update version parsing for Git migration · 3f9aa299
      Matt Jordan authored
      External systems - such as the Asterisk Test Suite - require knowledge of the
      upstream branch. Unfortunately, after moving to Git, the Asterisk version
      currently consists of only a 'GIT" prefix followed by an object blob,
      e.g., GIT-as08d7. This makes it difficult for such systems to know what
      features are available in a particular check out of Asterisk.
      
      This patch fixes this by hardcoding the branch in a variable in the
      make_version script. Since the mainline branches are not changed often -
      typically only once a year - this is a reasonable approach to solving
      the problem, and is more reliable than parsing the output of 'git branch
      -vv'. Branches that track off of an upstream primary branch will then get the
      benefit of knowing which mainline branch they are currently based off
      of.
      
      ASTERISK-24954 #close
      
      Change-Id: I8090d5d548b6d19e917157ed530b914b7eaf9799
      3f9aa299
  2. Apr 12, 2015
    • Matt Jordan's avatar
      Merge "main/editline: Add .gitignore." · 1174ef58
      Matt Jordan authored
      1174ef58
    • Corey Farrell's avatar
      main/editline: Add .gitignore. · 5d34bce6
      Corey Farrell authored
      This patch adds a .gitignore for main/editline to ignore all build results.
      
      Change-Id: I68c7bf375ea46282689e5a706534b69fca233b5d
      5d34bce6
    • Matt Jordan's avatar
      .gitignore: Ignore tarballs (*.gz) · d6605b3c
      Matt Jordan authored
      This patch updates the root .gitignore file to ignore files with a .gz
      extension. This will cause git to ignore downloaded sound tarballs in
      the the sounds/ directory.
      
      Change-Id: Ie84f085cc0fa51262209e7bfc1b1ba8c04a1ef59
      d6605b3c
    • George Joseph's avatar
      Add .gitignore and .gitreview files · b35e184d
      George Joseph authored
      Add the .gitignore and .gitreview files to the asterisk repo.
      
      NB:  You can add local ignores to the .git/info/exclude file
      without having to do a commit.
      
      Common ignore patterns are in the top-level .gitignore file.
      Subdirectory-specific ignore patterns are in their own .gitignore
      files.
      
      Change-Id: I842a1588ff27d8a0189f12d597f0a7af033d6c69
      Tested-by: George Joseph
      b35e184d
  3. Apr 11, 2015
  4. Apr 10, 2015
  5. Apr 09, 2015
  6. Apr 08, 2015
  7. Apr 07, 2015
Loading