diff options
author | intrigeri <intrigeri@boum.org> | 2016-05-12 21:15:15 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2016-05-12 21:15:15 +0000 |
commit | 1dbf71d2288ee8d2953c1aa96a47dcc3f9cd3011 (patch) | |
tree | d3cdd293751bae01bd8ae94ef3bd414776e4e386 /config | |
parent | ca9eb014e86ee8a427da963e09ea139d3e5e08f7 (diff) | |
parent | e3d14f1955caa6134886991e757df6a3a54a325c (diff) |
Merge branch 'feature/10748-gen-packages-manifest' into feature/5926-freezable-APT-repository
Diffstat (limited to 'config')
-rw-r--r-- | config/build-manifest-extra-packages.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/build-manifest-extra-packages.yml b/config/build-manifest-extra-packages.yml new file mode 100644 index 0000000..7c48e7a --- /dev/null +++ b/config/build-manifest-extra-packages.yml @@ -0,0 +1,11 @@ +# Extra packages that shall be added to the build manifest. +# +# Add here any package needed during the build, that is not identified by our +# debootstrap + apt-get wrapper tricks, when there is no better solution. +# +packages: + binary: + - package: squashfs-tools + arch: i386 + version: 1:4.2+20130409-2 + explanation: pulled by lb_binary_rootfs, outside of the reach of our apt-get wrapper |