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: sclorg/container-common-scripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e746a701ef8f428b2775ebbc56101554539afca9
Choose a base ref
...
head repository: sclorg/container-common-scripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 646af729971641b5f6ec9de977ec13a563b75bbc
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Jun 23, 2023

  1. Don't print the error message on multispec exit code 2

    For non-existing and not expected matrix combinations generator
    produced a loud message that looked like a genuine error.
    
    ```
    [ERROR] distgen failed: Command '['dg', '--multispec', 'specs/multispec.yml',
    '--template', 'src/Dockerfile.template', '--distro', 'centos-7-x86_64.yaml',
    '--multispec-selector', 'version=3.11', '--output', '3.11/Dockerfile.centos7']'
    returned non-zero exit status 2.
    ```
    
    For exit code 2 the message is now supressed.
    Related: sclorg/s2i-python-container#594
    befeleme authored and zmiklank committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    6f1b33a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    3bd7df8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #348 from zmiklank/f38bump

    use the newest stable Fedora image also for testing purposes
    phracek authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    646af72 View commit details
    Browse the repository at this point in the history
Loading