Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace rmtree, fix parameter passing #55

Open
wants to merge 7 commits into
base: 1.2
Choose a base branch
from
Open

Commits on Feb 27, 2017

  1. Fix 'mkdir File::Path: Permission denied' error

    Fixes the error mkdir File::Path: Permission denied when running as non - root user
    JoyceBabu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    ccdd192 View commit details
    Browse the repository at this point in the history
  2. Fixes RexOps#51

    JoyceBabu committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    0a168b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. Replace rmtree, fix parameter passing

    remove_tree is the modern (v2+) method for this, so replace rmtree with this.
    Also fix it so that the parameter is passed correctly.
    This resolves an issue with replacing tags.
    EqUaTe committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    0b6bf24 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from EqUaTe/master

    Replace rmtree, fix parameter passing
    EqUaTe committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    7178691 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from EqUaTe/1.2

    merge to master
    EqUaTe committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    84080f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. Merge pull request #4 from JoyceBabu/patch-1

    Fix 'mkdir File::Path: Permission denied' error
    EqUaTe committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    01fe986 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca5e7d3 View commit details
    Browse the repository at this point in the history