Sha256: 7d692c372c4fd93f0154f687b6b4f1039f4bbd41581f51ad62c582b2c5eb3c69

Contents?: true

Size: 1.43 KB

Versions: 136

Compression:

Stored size: 1.43 KB

Contents

@announce-output
Feature: Packaging

  Background:
    # We use version 0.0.1-suffix to verify that RPM converts dashes to underscores
    # in the version as we expect
    Given I successfully run `env DEBUG=true GLI_DEBUG=true debify package -d ../../example -v 0.0.1-suffix example -- --post-install /distrib/postinstall.sh`
    And I successfully run `env DEBUG=true GLI_DEBUG=true debify package -d ../../example --output rpm  -v 0.0.1-suffix example  -- --post-install /distrib/postinstall.sh`

  Scenario: 'example' project can be packaged successfully
    Then the stdout should contain "conjur-example_0.0.1-suffix_amd64.deb"
    And the stdout should contain "conjur-example-dev_0.0.1-suffix_amd64.deb"
    And the stdout should contain "conjur-example-0.0.1_suffix-1.x86_64.rpm"
    And the stdout should contain "conjur-example-dev-0.0.1_suffix-1.x86_64.rpm"

  Scenario: 'clean' command will delete non-Git-managed files
    When I successfully run `env DEBUG=true GLI_DEBUG=true debify clean -d ../../example --force`
    And I successfully run `find ../../example`
    Then the stdout from "find ../../example" should not contain "conjur-example_0.0.1-suffix_amd64.deb"
    And the stdout from "find ../../example" should not contain "conjur-example-0.0.1_suffix-1.x86_64.rpm"

  Scenario: 'example' project can be published
    When I successfully run `env DEBUG=true GLI_DEBUG=true debify publish -v 0.0.1-suffix -d ../../example 5.0 example`

Version data entries

136 entries across 136 versions & 1 rubygems

Version Path
conjur-debify-3.0.3.pre.1967 features/package.feature
conjur-debify-3.0.3.pre.1965 features/package.feature
conjur-debify-3.0.3.pre.1963 features/package.feature
conjur-debify-3.0.3.pre.1961 features/package.feature
conjur-debify-3.0.3.pre.1959 features/package.feature
conjur-debify-3.0.3.pre.1957 features/package.feature
conjur-debify-3.0.3.pre.1956 features/package.feature
conjur-debify-3.0.3.pre.1954 features/package.feature
conjur-debify-3.0.3.pre.1952 features/package.feature
conjur-debify-3.0.3.pre.1950 features/package.feature
conjur-debify-3.0.3.pre.1948 features/package.feature
conjur-debify-3.0.3.pre.1946 features/package.feature
conjur-debify-3.0.3.pre.1944 features/package.feature
conjur-debify-3.0.3.pre.1943 features/package.feature
conjur-debify-3.0.3.pre.1941 features/package.feature
conjur-debify-3.0.3.pre.1939 features/package.feature
conjur-debify-3.0.3.pre.1937 features/package.feature
conjur-debify-3.0.3.pre.1935 features/package.feature
conjur-debify-3.0.3.pre.1933 features/package.feature
conjur-debify-3.0.3.pre.1931 features/package.feature