Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pljensen/python-dbuild
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aaSemble/python-dbuild
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 11 files changed
  • 3 contributors

Commits on Dec 29, 2015

  1. Merge pull request aaSemble#4 from pljensen/master

    Accept and ignore unknown kwargs
    sorenisanerd committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    c0b6e3f View commit details
    Browse the repository at this point in the history
  2. Make number of parallel jobs configurable

    This is part of addressing python-aasemble.django#215
    pljensen committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    e48e800 View commit details
    Browse the repository at this point in the history
  3. Merge pull request aaSemble#7 from pljensen/optionally-parallelize

    Make number of parallel jobs configurable
    pljensen committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    2005fec View commit details
    Browse the repository at this point in the history
  4. Pass -I to dpkg-buildpackage to remove .git

    In case of non-native package formats, .git would get included without
    -I getting passed to dpkg-buildpackage.
    
    Fixes aaSemble#5
    pljensen committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    043f969 View commit details
    Browse the repository at this point in the history
  5. Merge pull request aaSemble#6 from pljensen/filter-out-dot-git

    Pass -I to dpkg-buildpackage to remove .git
    pljensen committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    56b87de View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2015

  1. Avoid using print() to stream logs

    It will fail if it encounters non-ASCII characters
    pljensen committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    08a91a9 View commit details
    Browse the repository at this point in the history
  2. Fix argument parsing

    pljensen committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    cd8ef99 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2015

  1. Configuration menu
    Copy the full SHA
    a05a777 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2016

  1. Install apt-transport-https

    pljensen committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    14d51b1 View commit details
    Browse the repository at this point in the history
  2. Make sure https urls work

    pljensen committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    c2fbd68 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2016

  1. Configuration menu
    Copy the full SHA
    54aa0a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request aaSemble#8 from pljensen/optionally-discard-defaul…

    …t-sources
    
    Add option to discard default sources
    sorenisanerd committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    24cbd60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ab7dd2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request aaSemble#9 from pljensen/optionally-discard-timest…

    …amps
    
    Add an option to not include timestamps
    pljensen committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    da233b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

  1. Configuration menu
    Copy the full SHA
    c8cf3d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request aaSemble#10 from pljensen/optionally-discard-times…

    …tamps
    
    Actually pass include_timestamps through to container_logs
    sorenisanerd committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    001edb9 View commit details
    Browse the repository at this point in the history
Loading