#188 test-ci: Update bind dependency
Closed 3 years ago by abbra. Opened 4 years ago by abbra.
abbra/bind-dyndb-ldap test-ci  into  master

file modified
+1 -1
@@ -1,6 +1,6 @@ 

  %define VERSION %{version}

  

- %define bind_version 32:9.11.11-1

+ %define bind_version 32:9.11.14-2

  

  Name:           bind-dyndb-ldap

  Version:        11.2

Test PR to investigate how to trigger Azure Pipelines CI

rebased onto fceda80

4 years ago

Ok, it doesn't currently work because I cannot force push to Azure DevOps git repository on a change in Pagure git repo. From Azure side, there is hard-coded protection to /refs/pull/* namespace because the same references are used by the pull request functionality on Azure side.
I filed https://developercommunity.visualstudio.com/content/problem/1000581/please-allow-overriding-refspull-namespace-protect.html to see if that could be updated to allow repository admins to waive the protection.

Pushes to other namespaces happen just fine. It is also possible to send notifications of a remote Git repository changes, like Azure github app does. The only issue is that there is no way to trigger such operation in a native. One possibility is to create a Web Hook server side that would listen to Pagure or FedMsg and do operations on Azure side similar to how it is done with Github app. For this to happen, I still hadn't figured out how to create a build pipeline that would allow to specify remote yaml file (it is not supported for a remote git connection).

Pull-Request has been closed by abbra

3 years ago
Metadata