pthbs

Packaging Through Hashed Build Scripts
git clone https://ccx.te2000.cz/git/pthbs
Log | Files | Refs | Submodules | README

commit 5f1c84065438af912f324bd27b11cda4bdcb916c
parent b0882ef819de02c5cf81fc8bf3073db950e32537
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Fri, 22 Sep 2023 03:14:04 +0200

Script to regenerate packages and run build

Diffstat:
Abuild | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/build b/build @@ -0,0 +1,4 @@ +#!/bin/sh -xe +cd "$(dirname "$0")" +./genpkg.py +exec make -rs