Commit Graph

14 Commits

Author SHA1 Message Date
Nils Freydank 5dfc2d3bb9
Fix memory limits
memory-swap actually means 'memory and swap together'.
2023-10-01 19:12:12 +02:00
Nils Freydank 290af04d1f
Exit with 1 (instead of -1/255) 2023-10-01 19:01:31 +02:00
Nils Freydank 605e987bc8
Drop unused variable 2023-10-01 19:00:41 +02:00
Nils Freydank 5238124f3b
Add more error handling 2023-10-01 18:50:24 +02:00
Nils Freydank e51a145cca
Use a wrapper around mkdir 2023-10-01 18:50:24 +02:00
Nils Freydank 627411e999
Create function for basic error handling
(Yes, it might be a little bit inspired by the on used in Gentoo..)
2023-10-01 18:50:24 +02:00
Nils Freydank c9f23072ee
Switch to upper case for PODMAN_BUILD_ARGS
Bash variables are typically upper style,
so align with that.
2023-10-01 18:50:23 +02:00
Nils Freydank b7dfa096de
Move LOGDIR to log from logs 2023-08-31 21:46:08 +02:00
Nils Freydank a2bac80ff5
When done, fix rights of ${LOGDIR} 2023-08-26 19:07:52 +02:00
Nils Freydank dc59cf894c
Tweak the package building process 2023-08-26 19:05:52 +02:00
Nils Freydank d28a0fc25e
Stop hosts-leaking into the container 2023-08-06 21:34:30 +02:00
Nils Freydank 591508e3ce
Make version and registry call-able from env 2023-07-29 17:16:58 +02:00
Nils Freydank d5cf377e57
Add a whitespace for cosmetical reasons 2023-07-23 23:54:19 +02:00
Nils Freydank feccb525db
Add a build wrapper and a dir for custom USE flags 2023-07-02 11:32:24 +02:00