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: RavendraKumar1/module-rpm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pschami/module-rpm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 1 file changed
  • 7 contributors

Commits on Jan 22, 2014

  1. Merge pull request #1 from RavendraKumar1/master

    change to add log
    RavendraKumar1 committed Jan 22, 2014
    Configuration menu
    Copy the full SHA
    e57f7d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from RavendraKumar1/master

    changed build file to give permission to files
    RavendraKumar1 committed Jan 22, 2014
    Configuration menu
    Copy the full SHA
    62cbae6 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2014

  1. add support for REPONAME environment variable

    tom-canova committed Jan 31, 2014
    Configuration menu
    Copy the full SHA
    2b3e86f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from tom-canova/master

    add support for REPONAME environment variable
    tom-canova committed Jan 31, 2014
    Configuration menu
    Copy the full SHA
    acb689b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2014

  1. set execute bit on files in bin folders

    tom-canova committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    a86bdb7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from tom-canova/master

    set execute bit on files in bin folders
    tom-canova committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    e820fd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2015

  1. Pull in ipmiflash dependency

    If we are building the dell-bmc module we need to install ipmiflash
    logankimmel committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    1c34f7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from logankimmel/ipmi_flash_dep

    Pull in ipmiflash dependency
    gavin-scott committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    cc4dac5 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2015

  1. Configuration menu
    Copy the full SHA
    4381b3c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from logankimmel/ASM-3819

    ASM-3819 set equallogic permissions on binaries
    gavin-scott committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    e09194f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2015

  1. ASM-4601 Discovery Refactor for puppet devices

    Change the permissions on folders that some modules need
    for the discovery scripts
    logankimmel committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    fe07ad4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from logankimmel/ASM-4601

    ASM-4601  Discovery Refactor for puppet devices
    gavin-scott committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    6449565 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2016

  1. ASM-7793 Create symlink to most recent CompCU.jar

    The dell-compellent module includes several versions of the CompCU jar
    file. Previously code changes had to be made whenever a new version of
    the jar was added. This change automatically creates a symlink in the
    latest dell-compellent rpm pointing to the newest version of the
    CompCU jar file.
    
    Separate code changes will be made to the dell-compellent module and
    asm-core java code to always use the symlinked jar file to ensure they
    always get the newest version of the jar.
    gavin-scott committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    55178a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from gavin-scott/asm-7793

    ASM-7793 Create symlink to most recent CompCU.jar
    gavin-scott authored Oct 5, 2016
    Configuration menu
    Copy the full SHA
    7976165 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. ASM-7793 Fix logic error in comparing CompCU versions

    Previous code was treating 6.7 as newer than 7.0.1
    gavin-scott committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    1c3cb50 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2016

  1. Merge pull request #11 from gavin-scott/asm-7793-2

    ASM-7793 Fix logic error in comparing CompCU versions
    gavin-scott authored Oct 7, 2016
    Configuration menu
    Copy the full SHA
    e818044 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. ASM-8289 equal logic binary permission issue

    All the binaries must me in 755 mode but old
    code trying to set to 644.
    
    Changing it back to make it work
    hribab committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    c5e621b View commit details
    Browse the repository at this point in the history
  2. Update build.gradle

    hribab authored Nov 3, 2016
    Configuration menu
    Copy the full SHA
    1650855 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12 from hribab/ASM-8289

    ASM-8289 equal logic binary permission issue
    gavin-scott authored Nov 3, 2016
    Configuration menu
    Copy the full SHA
    9b43475 View commit details
    Browse the repository at this point in the history
Loading