-
Notifications
You must be signed in to change notification settings - Fork 14
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
[packit] Propose downstream failed for release v1.16.0 #273
Comments
Packit failed on creating pull-requests in dist-git (https://src.fedoraproject.org/rpms/mrack.git): You can retrigger the update by adding a comment ( |
Packit failed on creating pull-requests in dist-git (https://src.fedoraproject.org/rpms/mrack.git):
You can retrigger the update by adding a comment ( |
Packit failed on creating pull-requests in dist-git (https://src.fedoraproject.org/rpms/mrack.git):
You can retrigger the update by adding a comment ( |
Packit failed on creating pull-requests in dist-git (https://src.fedoraproject.org/rpms/mrack.git):
You can retrigger the update by adding a comment ( |
Packit failed on creating pull-requests in dist-git (https://src.fedoraproject.org/rpms/mrack.git):
You can retrigger the update by adding a comment ( |
Packit failed on creating pull-requests in dist-git (https://src.fedoraproject.org/rpms/mrack.git):
You can retrigger the update by adding a comment ( |
Packit failed on creating pull-requests in dist-git (https://src.fedoraproject.org/rpms/mrack.git):
You can retrigger the update by adding a comment ( |
Could you please have a look @dav-pascual ? |
actions/checkout checks out the latest commit at the time of the workflow trigger, hence any commit done during the workflow is not included. Fixing this to checkout the actual latest (release) commit. Fixes: neoave#273 Signed-off-by: David Pascual <[email protected]>
actions/checkout checks out the latest commit at the time of the workflow trigger, hence any commit done during the workflow is not included. Fixing this to checkout the actual latest (release) commit. Fixes: neoave#273 Signed-off-by: David Pascual <[email protected]>
/packit propose-downstream |
Packit failed on creating pull-requests in dist-git (https://src.fedoraproject.org/rpms/mrack.git): You can retrigger the update by adding a comment ( |
Packit failed on creating pull-requests in dist-git (https://src.fedoraproject.org/rpms/mrack.git): You can retrigger the update by adding a comment ( |
@dav-pascual https://github.com/svenstaro/upload-release-action add this step after python packages are built and upload them to release assets I think this might be the start for you - name: Upload python packages to GH release assets
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: (the packages built)
asset_name: (match here what packit expects)
tag: ${{ github.ref }}
overwrite: true maybe after this line mrack/.github/workflows/test-and-release.yml Line 119 in 8e30c75
|
I would test this outside of this repository in your fork pypi upload now works and you can easily remove release from your repo (for safety remove upload to pypi automation from your fork) |
To fix fedora release, broken in neoave#272 Fixes neoave#273 Signed-off-by: David Pascual <[email protected]>
To fix fedora release, broken in neoave#272 Fixes neoave#273 Signed-off-by: David Pascual <[email protected]>
To fix fedora release, broken in neoave#272 Fixes neoave#273 Signed-off-by: David Pascual <[email protected]>
This PR should fix this issue #277 |
/packit propose-downstream |
@dav-pascual great job PRs are now created https://src.fedoraproject.org/rpms/mrack/pull-requests |
solved |
Packit failed on creating pull-requests in dist-git (https://src.fedoraproject.org/rpms/mrack.git):
epel8
epel9
f37
f38
f39
rawhide
You can retrigger the update by adding a comment (
/packit propose-downstream
) into this issue.The text was updated successfully, but these errors were encountered: