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: ArchiveTeam/NewsGrabber-Warrior
base: 0ae57924b6c9
Choose a base ref
...
head repository: ArchiveTeam/NewsGrabber-Warrior
compare: 0c2d93f1fd6d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 22, 2018

  1. Find Python 2 dynamically

    Modern and up-to-date systems (e.g. Gentoo, Arch) have Python 3 as the default version, i.e. calling 'python' executes Python 3. On these systems, we need to call 'python2'.
    Some very old systems (e.g. warrior 2) have no /usr/bin/python2 symlink. On these systems, we need to call 'python'.
    JustAnotherArchivist committed Feb 22, 2018
    Copy the full SHA
    05cf256 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from JustAnotherArchivist/master

    Find Python 2 dynamically
    kurtmclester committed Feb 22, 2018
    Copy the full SHA
    0c2d93f View commit details
    Browse the repository at this point in the history