Skip to content

cacheless env: detecting "no change" in fedora-coreos-overlay rpm #544

@dustymabe

Description

@dustymabe

Testing out the FCOS pipeline, which is moving to using no cache at all between builds (at least for dev for now), I notice the fedora-coreos-overlay rpm is detected as changed between two builds where no content in that rpm should have changed:

    "pkgdiff": [
        [
            "htop",
            0,
            {
                "NewPackage": [
                    "htop",
                    "2.2.0-4.fc30",
                    "x86_64"
                ]
            }
        ],
        [
            "fedora-coreos-overlay",
            2,
            {
                "PreviousPackage": [
                    "fedora-coreos-overlay",
                    "1559760183-098f5d8",
                    "noarch"
                ],
                "NewPackage": [
                    "fedora-coreos-overlay",
                    "1559763067-098f5d8",
                    "noarch"
                ]
            }
        ]
    ],

Is it possible to properly detect no change from these in a cacheless scenario?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions