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: csskysea/netroot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fa964cb
Choose a base ref
...
head repository: chaos/netroot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 275b6ca
Choose a head ref
  • 18 commits
  • 17 files changed
  • 2 contributors

Commits on May 18, 2016

  1. build: drop META file

    Drop the META file and the m4 macro for expanding it.
    
    Set AC_INIT version using git describe --always.  This means
    we must use annotated tags from now on.
    
    Use @PACKAGE_NAME@ and @PACKAGE_VERSION@ where substitutions
    are needed.
    garlick committed May 18, 2016
    Configuration menu
    Copy the full SHA
    805341c View commit details
    Browse the repository at this point in the history
  2. build: allow default INSTALL to be generated

    Don't check in autotools products to git.
    garlick committed May 18, 2016
    Configuration menu
    Copy the full SHA
    6517c06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    208f973 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. build: add INSTALL to dist

    garlick committed May 19, 2016
    Configuration menu
    Copy the full SHA
    3a8b333 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e567ef View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. build: update x_ac_expand_install_dirs

    Also pull in adl_recursive_eval.m4.
    garlick committed May 24, 2016
    Configuration menu
    Copy the full SHA
    f16e90b View commit details
    Browse the repository at this point in the history
  2. build: add --with-bootdir option

    Instead of hardwiring /boot in several places, which breaks
    "make distcheck", make it configurable with a default that lives
    under the install prefix.
    
    The spec file can specify --bootdir=/boot
    garlick committed May 24, 2016
    Configuration menu
    Copy the full SHA
    6233d05 View commit details
    Browse the repository at this point in the history
  3. build: don't hardwire kernel/postinst.d etc

    Hardwiring install directories makes distcheck sad.
    Make them relative to $sysconfdir
    garlick committed May 24, 2016
    Configuration menu
    Copy the full SHA
    385a981 View commit details
    Browse the repository at this point in the history
  4. build: don't hardwire /usr/lib/dracut/modules.d

    Hardwiring dracutmoddir makes distcheck sad.
    Define it relative to $libdir.
    garlick committed May 24, 2016
    Configuration menu
    Copy the full SHA
    8d650ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ad89ea View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2016

  1. Merge pull request chaos#4 from garlick/buildsys_tidy

    assorted build system fixes
    elgeoman committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    b4d29a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

  1. NEWS: Update for 0.2.0

    garlick committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    718cd74 View commit details
    Browse the repository at this point in the history
  2. build: commit INSTALL file

    garlick committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    6b7109f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2016

  1. Configuration menu
    Copy the full SHA
    5ef60b9 View commit details
    Browse the repository at this point in the history
  2. AUTHORS: add Jim Silva

    garlick committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    6c9dffb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dd7b70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd65935 View commit details
    Browse the repository at this point in the history
  5. Merge pull request chaos#7 from garlick/dracutmod_path

    fix install path for nbd9 dracut module
    elgeoman authored Aug 3, 2016
    Configuration menu
    Copy the full SHA
    275b6ca View commit details
    Browse the repository at this point in the history
Loading