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

Added new function to create a compose repo file #101

Merged
merged 1 commit into from
Dec 29, 2014

Commits on Dec 23, 2014

  1. Added new function to create/add to a custom automation-tools repo file

    Requires the repo_url be passed in the command.
    Example
    -------
    ```
    fab -H ibm-x3550m3-12.lab.eng.brq.redhat.com -u root -p '******' add_repo:'test','http://porkchop.devel.redhat.com/released/RHEL-7/7.0/Server/x86_64/os/'
    [ibm-x3550m3-12.lab.eng.brq.redhat.com] Executing task 'add_repo'
    [ibm-x3550m3-12.lab.eng.brq.redhat.com] run: echo "[test]
    name=test
    baseurl=http://porkchop.devel.redhat.com/released/RHEL-7/7.0/Server/x86_64/os/
    enabled=1
    " >> automation-tools.repo
    ```
    JacobCallahan committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    7fd54c6 View commit details
    Browse the repository at this point in the history