Skip to content

Commit

Permalink
Change ramalama to be used library
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
rhatdan committed Aug 21, 2024
1 parent 08ea000 commit ef8b05b
Show file tree
Hide file tree
Showing 12 changed files with 477 additions and 413 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
__pycache__
build
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build:
docs:
make -C docs

.PHONY:
.PHONY: test
test:
test/ci.sh

Expand Down
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def main():

tmp_dir = tempfile.mkdtemp()
try:
binfile=ramalama
binfile = "ramalama"
from_file = binfile + ".py"
host = "https://raw.githubusercontent.com"
url = f"{host}/containers/ramalama/s/{from_file}"
Expand Down
Loading

0 comments on commit ef8b05b

Please sign in to comment.