summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-10-15 03:05:30 -0400
committerAndrew Cady <d@jerkface.net>2019-10-15 03:05:30 -0400
commita383308a52a010414f5a3897e12338ad01187c2e (patch)
tree143c489fc61b547e958d50d1c638f721aa1c9f42
parentd8ae47a24db7948ffea9801beb1674a480402222 (diff)
ensure deb files are found on 32bit arch
m---------fsmgr0
-rw-r--r--rootfs/samizdat-wip.yaml10
2 files changed, 5 insertions, 5 deletions
diff --git a/fsmgr b/fsmgr
Subproject b16f32f48c0555c9007225f3028fc5a0e25ac85 Subproject 79ddffdec78b05f12243acbbe0e82dfdc238e76
diff --git a/rootfs/samizdat-wip.yaml b/rootfs/samizdat-wip.yaml
index 008ee95..c18da33 100644
--- a/rootfs/samizdat-wip.yaml
+++ b/rootfs/samizdat-wip.yaml
@@ -1,12 +1,12 @@
1parent: kernel 1parent: kernel
2unpack-only: false 2unpack-only: false
3packages: 3packages:
4- ../openssh-client_7.9p1-10_$(karch).deb 4- ../openssh-client_7.9p1-10_$(debarch).deb
5- ../openssh-server_7.9p1-10_$(karch).deb 5- ../openssh-server_7.9p1-10_$(debarch).deb
6- ../openssh-sftp-server_7.9p1-10_$(karch).deb 6- ../openssh-sftp-server_7.9p1-10_$(debarch).deb
7# ../openssh-tests_7.9p1-10_$(karch).deb 7# ../openssh-tests_7.9p1-10_$(debarch).deb
8- ../ssh_7.9p1-10_all.deb 8- ../ssh_7.9p1-10_all.deb
9- ../ssh-askpass-gnome_7.9p1-10_$(karch).deb 9- ../ssh-askpass-gnome_7.9p1-10_$(debarch).deb
10 10
11- dnsutils 11- dnsutils
12- cron 12- cron