WIP: Fixes for running ci-pkg

This commit is contained in:
Jeremy Soller 2018-08-19 11:32:54 -06:00
parent 06f34c23f9
commit a12245376d
4 changed files with 57 additions and 56 deletions

View file

@ -70,11 +70,12 @@ ci-img: FORCE
cd build/img && sha256sum -b * > SHA256SUM cd build/img && sha256sum -b * > SHA256SUM
# CI packaging target # CI packaging target
ci-pkg: FORCE ci-pkg: prefix FORCE
cd cookbook && ./fetch.sh \ export PATH="$(PREFIX_PATH):$$PATH" && \
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../ci.toml)" PACKAGES="$$(cargo run --manifest-path installer/Cargo.toml -- --list-packages -c ci.toml)" && \
cd cookbook && ./repo.sh \ cd cookbook && \
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../ci.toml)" ./fetch.sh "$${PACKAGES}" && \
./repo.sh "$${PACKAGES}"
# An empty target # An empty target
FORCE: FORCE:

98
ci.toml
View file

@ -5,85 +5,85 @@ prompt = false
[packages] [packages]
acid = {} acid = {}
autoconf = {} #autoconf = {}
automake = {} #automake = {}
bash = {} #bash = {}
binutils = {} #binutils = {}
ca-certificates = {} ca-certificates = {}
#cargo = {} #cargo = {}
cleye = {} #cleye = {}
#cmatrix = {} #cmatrix = {}
contain = {} contain = {}
coreutils = {} coreutils = {}
curl = {} #curl = {}
dash = {} #dash = {}
diffutils = {} #diffutils = {}
dosbox = {} #dosbox = {}
drivers = {} drivers = {}
#drivers-041 = {} #drivers-041 = {}
duktape = {} #duktape = {}
expat = {} #expat = {}
extrautils = {} extrautils = {}
#fd = {} #fd = {}
ffmpeg = {} #ffmpeg = {}
findutils = {} findutils = {}
freedoom = {} #freedoom = {}
freetype = {} #freetype = {}
game-2048 = {} game-2048 = {}
games = {} games = {}
gawk = {} #gawk = {}
gcc = {} #gcc = {}
generaluser-gs = {} #generaluser-gs = {}
#gigalomania = {} #gigalomania = {}
git = {} #git = {}
gnu-binutils = {} #gnu-binutils = {}
gnu-grep = {} #gnu-grep = {}
gnu-make = {} #gnu-make = {}
init = {} init = {}
installer = {} #installer = {}
ion = {} ion = {}
ipcd = {} ipcd = {}
jansson = {} #jansson = {}
keyboard-sfx = {} keyboard-sfx = {}
lci = {} #lci = {}
libjpeg = {} #libjpeg = {}
liborbital = {} liborbital = {}
libpng = {} #libpng = {}
#libsodium = {} #libsodium = {}
logd = {} logd = {}
lua = {} #lua = {}
mdp = {} #mdp = {}
nasm = {} #nasm = {}
ncdu = {} #ncdu = {}
ncurses = {} #ncurses = {}
ncursesw = {} #ncursesw = {}
netdb = {} netdb = {}
netstack = {} netstack = {}
netsurf = {} #netsurf = {}
netutils = {} netutils = {}
newlib = {} #newlib = {}
newlibtest = {} #newlibtest = {}
nulld = {} nulld = {}
openssl = {} #openssl = {}
openttd = {} #openttd = {}
openttd-opengfx = {} #openttd-opengfx = {}
openttd-openmsx = {} #openttd-openmsx = {}
orbdata = {} orbdata = {}
orbital = {} orbital = {}
orbterm = {} orbterm = {}
orbutils = {} orbutils = {}
pastel = {} pastel = {}
patch = {} #patch = {}
periodictable = {} periodictable = {}
#perl = {} #perl = {}
pixelcannon = {} pixelcannon = {}
pkgutils = {} pkgutils = {}
#powerline = {} #powerline = {}
prboom = {} #prboom = {}
ptyd = {} ptyd = {}
python = {} #python = {}
randd = {} randd = {}
readline = {} #readline = {}
redoxfs = {} redoxfs = {}
#redox-ssh = {} #redox-ssh = {}
relibc = {} relibc = {}
@ -94,19 +94,19 @@ rustual-boy = {}
sdl = {} sdl = {}
sdl_image = {} sdl_image = {}
sdl_mixer = {} sdl_mixer = {}
sed = {} #sed = {}
shellstorm = {} shellstorm = {}
smith = {} smith = {}
sodium = {} sodium = {}
#ssh = {} #ssh = {}
terminfo = {} terminfo = {}
termplay = {} termplay = {}
timidity = {} #timidity = {}
ttf-hack = {} ttf-hack = {}
userutils = {} userutils = {}
uutils = {} uutils = {}
vim = {} #vim = {}
vttest = {} #vttest = {}
xz = {} #xz = {}
zerod = {} zerod = {}
zlib = {} #zlib = {}

@ -1 +1 @@
Subproject commit 3c8ac89d1acb662f56012470ecb8f6a95b1231a9 Subproject commit c49323d8bc6920cee9fbfb0b4fce79423f89dab8

View file

@ -16,7 +16,7 @@ ca-certificates = {}
#cargo = {} #cargo = {}
#cleye = {} #cleye = {}
#cmatrix = {} #cmatrix = {}
#contain = {} contain = {}
coreutils = {} coreutils = {}
#curl = {} #curl = {}
#dash = {} #dash = {}