#323 added missing parenthesis
Closed 2 months ago by boredsquirrel3. Opened 2 months ago by boredsquirrel3.
rpms/ boredsquirrel3/fedora-release rpm-ostree-allow-upgrades  into  rawhide

@@ -1,5 +1,6 @@ 

  polkit.addRule(function(action, subject) {

-     if (action.id == "org.projectatomic.rpmostree1.repo-refresh" &&

+     if ((action.id == "org.projectatomic.rpmostree1.repo-refresh" ||

+         action.id == "org.projectatomic.rpmostree1.upgrade") &&

          subject.active == true && subject.local == true) {

              return polkit.Result.YES;

      }

no initial comment

Pull-Request has been closed by boredsquirrel3

2 months ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/32c940240d754d189a190d0abcf9bb09

Metadata