void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

commit a9cbb7e3f5a0a570f04c47d5d4e39ec5a9f8ee2d
parent 708c42bc974113b083cf8d3d58e681bc40c3e502
Author: Dash Eclipse <dash@ezup.dev>
Date:   Sat, 18 Jul 2020 16:26:35 +0000

Update ezup/

Diffstat:
Mezup/build-pkg.sh | 9---------
Mezup/rebuild-repodata.sh | 3+++
2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/ezup/build-pkg.sh b/ezup/build-pkg.sh @@ -1,14 +1,5 @@ #!/bin/sh -#openssl genrsa -des3 -out privkey.pem 4096 -#./xbps-src binary-bootstrap - ./xbps-src -r musl pkg $1 ./xbps-src -a armv7l-musl -r musl pkg $1 ./xbps-src -a aarch64-musl -r aarch64 pkg $1 - -#rm hostdir/binpkgs/{musl,aarch64}/{*-repodata,*.xbps.sig} -#XBPS_TARGET_ARCH=x86_64-musl xbps-rindex -a hostdir/binpkgs/musl/*.x86_64-musl.xbps -#XBPS_TARGET_ARCH=armv7l-musl xbps-rindex -a hostdir/binpkgs/musl/*.armv7l-musl.xbps -#XBPS_TARGET_ARCH=aarch64-musl xbps-rindex -a hostdir/binpkgs/aarch64/*.aarch64-musl.xbps - diff --git a/ezup/rebuild-repodata.sh b/ezup/rebuild-repodata.sh @@ -1,5 +1,8 @@ #!/bin/sh +#openssl genrsa -des3 -out privkey.pem 4096 +#./xbps-src binary-bootstrap + #rm hostdir/binpkgs/{musl,aarch64}/{*-repodata,*.xbps.sig} rm hostdir/binpkgs/musl/*-repodata rm hostdir/binpkgs/musl/*.sig