Skip to content
Snippets Groups Projects
  1. Jul 11, 2018
    • George Joseph's avatar
      CI: Initial commit for moving CI into source repo · b302ee6b
      George Joseph authored
      Create tests/CI directory and add files used by Jenkins to
      build and test Asterisk.
      
      With this commit, Jenkins will run the Asterisk Unit Tests using
      the Jenkinsfile at tests/CI/unittests.jenkinsfile.  Bash scripts
      to do the actual building and testing are also in the same directory.
      Output is placed in tests/CI/output so that directory has been
      added to .gitignore.
      
      Change-Id: I9448065465e6de2b878634510ace8fd1ef378608
      b302ee6b
  2. May 09, 2018
    • Corey Farrell's avatar
      git: Ignore *.orig. · 2e376849
      Corey Farrell authored
      This prevents accidental commit of files created by patch.
      
      Change-Id: I68380db61f0f9d620046f719ccd978811d0e9964
      2e376849
  3. Jan 11, 2018
  4. Mar 17, 2016
    • Leif Madsen's avatar
      Add initial support to build Docker images · 0da36fca
      Leif Madsen authored
      This work-in-progress is the first step to being able to reliably
      build Asterisk containers from the Asterisk source. I'm submitting
      this based on feedback gained at AstriDevCon 2015.
      
      Information about how to use this is provided in contrib/docker/README.md
      and will result in a local Asterisk container being built right from
      your source. I believe this can eventually be automated via
      hub.docker.com.
      
      Change-Id: Ifa070706d40e56755797097b6ed72c1e243bd0d1
      0da36fca
  5. May 08, 2015
    • George Joseph's avatar
      doc: Make progdocs play nice with git · cf637f25
      George Joseph authored
      Moved contrib/asterisk-ng-doxygen to doc/asterisk-ng-doxygen.in
      
      Changed /Makefile to copy asterisk-ng-doxygen.in to
      asterisk-ng-doxygen then modify it with version instead of
      modifying asterisk-ng-doxygen directly.  Updated clean
      targets as well.
      
      Updated /.gitignore and doc/.gitignore.
      
      Change-Id: I38712d3e334fa4baec19d30d05de8c6f28137622
      cf637f25
  6. Apr 22, 2015
  7. Apr 15, 2015
  8. Apr 14, 2015
  9. Apr 12, 2015
    • 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
Loading