Skip to content
Snippets Groups Projects
Verified Commit bd71b545 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Update pkgar

parent b024d9bf
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ source
source-new
source.tar
stage
stage.pkg
stage.sig
stage.tar
stage.tar.gz
......
......@@ -42,6 +42,8 @@ function usage {
echo " difftool_upstream" >&2
echo " fetch" >&2
echo " unfetch" >&2
echo " pkg" >&2
echo " unpkg" >&2
echo " prepare" >&2
echo " unprepare" >&2
echo " publish" >&2
......@@ -69,8 +71,10 @@ function op {
op $1 build
op $1 stage
op $1 tar
op $1 pkg
;;
distclean)
op $1 unpkg
op $1 untar
op $1 unstage
op $1 unprepare
......@@ -440,17 +444,9 @@ function op {
--secret "${ROOT}/build/secret.key" \
--file stage.pkg \
stage
if command -v pigz > /dev/null
then
pigz --force stage.pkg
else
echo "Install pigz for increased performance"
gzip --force recipes/jeremy/stage.pkg
fi
;;
unpkg)
rm -fv stage.pkg stage.pkg.gz
rm -fv stage.pkg
;;
tar)
echo "name = \"$1\"" > "stage.toml"
......
Subproject commit 6855ee50a3beda271975aebce50196ebdb75d442
Subproject commit d3b5dfc7af711f32ca115bc39d45f77dac4b7b99
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment