Skip to content

Commit

Permalink
Merge pull request #1295 from vojtechtrefny/main_ignore-deprecated-ge…
Browse files Browse the repository at this point in the history
…topt

makeupdates: Ignore that getopt is deprecated
  • Loading branch information
vojtechtrefny committed Sep 23, 2024
2 parents 04a1fe5 + 2021181 commit 61e2154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/makeupdates
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#
# Author: David Cantrell <dcantrell@redhat.com>

import getopt
import getopt # pylint: disable=deprecated-module
import os
import shutil
import subprocess
Expand Down

1 comment on commit 61e2154

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on your Packit configuration the settings of the @storage/blivet-daily Copr project would need to be updated as follows:

field old value new value
bootstrap on default

Packit was unable to update the settings above as it is missing admin permissions on the @storage/blivet-daily Copr project.

To fix this you can do one of the following:

  • Grant Packit admin permissions on the @storage/blivet-daily Copr project on the permissions page.
  • Change the above Copr project settings manually on the settings page to match the Packit configuration.
  • Update the Packit configuration to match the Copr project settings.

Please retrigger the build, once the issue above is fixed.

Please sign in to comment.