Skip to content

Commit

Permalink
Update dependency locks
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Feb 26, 2024
1 parent a5b2a9a commit 67fdbd5
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 85 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GITHUB_REPOSITORY ?= $$(git config --get remote.origin.url | cut -d: -f 2 | cut
GITHUB_ORG = $$(echo ${GITHUB_REPOSITORY} | cut -d/ -f 1)
GITHUB_REPO = $$(echo ${GITHUB_REPOSITORY} | cut -d/ -f 2)
REQUIREMENTS = requirements.yml
UBUNTU_DISTRO = jammy
UBUNTU_DISTRO ?= jammy
UBUNTU_SHASUMS = https://releases.ubuntu.com/${UBUNTU_DISTRO}/SHA256SUMS
UBUNTU_MIRROR = $$(dirname ${UBUNTU_SHASUMS})
UBUNTU_ISO = $$(curl -s ${UBUNTU_SHASUMS} | grep "live-server" | awk '{print $$2}' | sed -e 's/\*//g')
Expand Down
Loading

0 comments on commit 67fdbd5

Please sign in to comment.