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: hatRiot/clusterd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: hatRiot/clusterd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 19, 2015

  1. Bumped dev version

    hatRiot committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    fc86274 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3fbdbc View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2017

  1. Fix local_address function in utility.py

    #In Line 95, I changed
    "adapter = ifconfig[idx+1].split()[1][5:]" # to just
    "adapter = ifconfig[idx+1].split()[1]"
    #removing [5:] as it was stripping off the first two octets
    #In Line 97, I changed
    adapter = ifconfig.split("\n")[1].split()[1][5:] # to just
    adapter = ifconfig.split("\n")[1].split()[1]
    Bubbl3H3d authored Oct 1, 2017
    Configuration menu
    Copy the full SHA
    4108e17 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Merge pull request #50 from Bubbl3H3d/patch-2

    Fix local_address function in utility.py
    hatRiot authored Oct 18, 2017
    Configuration menu
    Copy the full SHA
    59dba56 View commit details
    Browse the repository at this point in the history
Loading