You've already forked aur_builder
Cleanup
1. Save output along with log inside output directory 2. Remove wip yay support
This commit is contained in:
14
README.md
14
README.md
@ -15,14 +15,18 @@ Build Archlinux packages in rootless podman container
|
||||
### Command to build
|
||||
|
||||
```
|
||||
cd ~/projects/mine/aur_builder/
|
||||
podman build -t gitea.balki.me/balki/aur_builder:exp .
|
||||
podman build -t aur_builder:latest .
|
||||
```
|
||||
|
||||
### Command to run
|
||||
|
||||
```
|
||||
cd /home/balki/gotosocial_aur/
|
||||
podman run --rm -v $PWD:/w -it gitea.balki.me/balki/aur_builder:exp
|
||||
Y
|
||||
cd /path/to/PKGBUILD_dir
|
||||
podman run --rm -it -v $PWD:/w aur_builder:latest
|
||||
```
|
||||
|
||||
Drop to shell before building.
|
||||
|
||||
```
|
||||
podman run --rm -it -v $PWD:/w -e DEBUG_SHELL=y aur_builder:latest
|
||||
```
|
||||
|
Reference in New Issue
Block a user