Learn more about these different git repos.
Other Git URLs
b7bfde8
@@ -1291,6 +1291,8 @@
filters=[NoneFilter(None)],
)
+ F.packit_forge_project = wtforms.StringField(default=None)
+
def _validate_batch_opts(form, field):
counterpart = form.with_build_id
modifies = False
@@ -319,6 +319,7 @@
'isolation': form.isolation.data,
'after_build_id': form.after_build_id.data,
'with_build_id': form.with_build_id.data,
+ 'packit_forge_project': form.packit_forge_project.data
}
if form.enable_net.data is not None:
For creating the build via API, the field is needed to be specified in the build form and the value passed to be processed.
Build succeeded.
Metadata Update from @praiskup: - Pull-request tagged with: release-blocker
+1
Pull-Request has been merged by praiskup
For creating the build via API, the field is needed to be specified in the build form
and the value passed to be processed.