Skip to content

Commit

Permalink
feat: add script for building rocks via lpci
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro committed Feb 5, 2024
1 parent 69731f2 commit 31895f5
Show file tree
Hide file tree
Showing 5 changed files with 483 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.vscode
.vscode
__pycache__
Empty file.
4 changes: 4 additions & 0 deletions rockcraft_lpci_build/requirements.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

apt update
apt install -y distro-info
4 changes: 4 additions & 0 deletions rockcraft_lpci_build/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
distro-info
GitPython
launchpadlib
pyyaml
Loading

0 comments on commit 31895f5

Please sign in to comment.