Skip to content

v0.11.1

Choose a tag to compare

@leandro-lucarella-sociomantic leandro-lucarella-sociomantic released this 06 Jul 14:36
· 125 commits to v2.x.x since this release
v0.11.1

Issues Fixed

  • Wait and retry when cloning repositories

  • Fix pull attach (there seems to be a GitHub bug that makes the person attaching code to the issue take over the issue and appear as the author of it too, it was already reported to GitHub).

  • Packages are automatically uploaded to Bintray when tagging

    To use / install from the Bintray apt repo you can do the following:

    echo "deb https://dl.bintray.com/sociomantic-tsunami/tools $(lsb_release -cs) release" |
            sudo tee -a /etc/apt/sources.list.d/sociomantic-tools.list
    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61
    sudo apt-get update
    sudo apt-get install git-hub

    You can add another line to /etc/apt/sources.list.d/sociomantic-tools.list replacing release with prerelease if you want to get the prereleases too.

    Warning: Packages are only available for Ubuntu Trusty (14.04) and Xenial (16.04).