-
Notifications
You must be signed in to change notification settings - Fork 62
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
Can't upload-SRPM into custom copr directories (Error: Dirname doesn't exist) #2786
Comments
Indeed, thank you for the report. Source RPM upload via
|
Tangentially related: if/when this side tag works, is there any way to move a build from a side tag to the main repo? It would allow Copr users to have a kind of "updates testing" workflow and save time/resources on re-building the exact same build if their testing passes. |
praiskup
changed the title
Can't build into side tags (Error: Dirname doesn't exist)
Can't upload-SRPM into custom copr directories (Error: Dirname doesn't exist)
Jan 15, 2024
nikromen
added a commit
to nikromen/copr
that referenced
this issue
Jan 16, 2024
Copr build <projectname:dirname> should according to documentation create the dirname if does not exists, but the early check check_before_build in action_build actually runs /build/check-before-build endpoint even before the <projectname:dirname> has a chance to be created, thus complains about non-existent dirname. Passing only projectname to the check should be enough for the check as is since the /build/check-before-build is called once more after dirname creation. Fixes fedora-copr#2786
nikromen
added a commit
to nikromen/copr
that referenced
this issue
Feb 5, 2024
Copr build <projectname:dirname> should according to documentation create the dirname if does not exists, but the early check check_before_build in action_build actually runs /build/check-before-build endpoint even before the <projectname:dirname> has a chance to be created, thus complains about non-existent dirname. Passing only projectname to the check should be enough for the check as is since the /build/check-before-build is called once more after dirname creation. Fixes fedora-copr#2786
nikromen
added a commit
to nikromen/copr
that referenced
this issue
Feb 5, 2024
Copr build <projectname:dirname> should according to documentation create the dirname if does not exists, but the early check check_before_build in action_build actually runs /build/check-before-build endpoint even before the <projectname:dirname> has a chance to be created, thus complains about non-existent dirname. Passing only projectname to the check should be enough for the check as is since the /build/check-before-build is called once more after dirname creation. Fixes fedora-copr#2786
nikromen
added a commit
to nikromen/copr
that referenced
this issue
Feb 5, 2024
Copr build <projectname:dirname> should according to documentation create the dirname if does not exists, but the early check check_before_build in action_build actually runs /build/check-before-build endpoint even before the <projectname:dirname> has a chance to be created, thus complains about non-existent dirname. Passing only projectname to the check should be enough for the check as is since the /build/check-before-build is called once more after dirname creation. Fixes fedora-copr#2786
praiskup
pushed a commit
that referenced
this issue
Feb 5, 2024
Copr build <projectname:dirname> should according to documentation create the dirname if does not exists, but the early check check_before_build in action_build actually runs /build/check-before-build endpoint even before the <projectname:dirname> has a chance to be created, thus complains about non-existent dirname. Passing only projectname to the check should be enough for the check as is since the /build/check-before-build is called once more after dirname creation. Fixes #2786
praiskup
added a commit
to praiskup/copr
that referenced
this issue
Feb 29, 2024
We don't want to start uploading when the CoprDir format is invalid. Follow-up-for: abb1bfe Fixes: fedora-copr#2786
praiskup
added a commit
to praiskup/copr
that referenced
this issue
Feb 29, 2024
We don't want to start uploading when the CoprDir format is invalid. Follow-up-for: abb1bfe Fixes: fedora-copr#2786
praiskup
added a commit
to praiskup/copr
that referenced
this issue
Mar 1, 2024
We don't want to start uploading when the CoprDir format is invalid. Follow-up-for: abb1bfe Fixes: fedora-copr#2786
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
copr-cli build --help
and manual says I can specify the repo in the formproject:<tag>
, but it doesn't work. I tried with a few different repos under my user.Error:
Quoting the manual:
The text was updated successfully, but these errors were encountered: