Skip to content

Commit

Permalink
Move COMMUNITY_KEY_SUFFIX to common lib
Browse files Browse the repository at this point in the history
  • Loading branch information
maccelf committed Jan 16, 2025
1 parent 13a1119 commit baa6511
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"pgpy==0.6.0",
"pexpect==4.9.0",
"requests==2.32.3",
"albs-common-lib @ git+https://github.com/AlmaLinux/[email protected].1"
"albs-common-lib @ git+https://github.com/AlmaLinux/[email protected].2"
]

[project.optional-dependencies]
Expand Down
2 changes: 0 additions & 2 deletions src/albs_sign_lib/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import enum

COMMUNITY_KEY_SUFFIX = 'ALBS community repo'

# Max file size to allow parallel upload for
DEFAULT_PARALLEL_FILE_UPLOAD_SIZE = 52428800 # 500 MB

Expand Down

0 comments on commit baa6511

Please sign in to comment.