[Git][qa/jenkins.debian.net][master] reproducible OpenWrt: install libpam0g-dev, needed by some targets
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Jan 2 20:15:04 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c7efc35d by Holger Levsen at 2024-01-02T21:14:52+01:00
reproducible OpenWrt: install libpam0g-dev, needed by some targets
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_openwrt.sh
- update_jdn.sh
Changes:
=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2014-2023 Holger Levsen <holger at layer-acht.org>
+# Copyright 2014-2024 Holger Levsen <holger at layer-acht.org>
# © 2015 Reiner Herrmann <reiner at reiner-h.de>
# 2016-2021 Alexander Couzens <lynxis at fe80.eu>
# released under the GPLv2
@@ -23,7 +23,7 @@ OPENWRT_GIT_REPO=https://git.openwrt.org/openwrt/openwrt.git
OPENWRT_GIT_BRANCH=master
OPENWRT_CONFIG=
OPENWRT_TARGET=
-OPENWRT_HOST_PACKAGES="gcc gcc-multilib binutils bzip2 flex python3 python3-distutils python3-setuptools perl make findutils grep diffutils unzip gawk util-linux zlib1g-dev libc6-dev git subversion swig"
+OPENWRT_HOST_PACKAGES="gcc gcc-multilib binutils bzip2 flex python3 python3-distutils python3-setuptools perl make findutils grep diffutils unzip gawk util-linux zlib1g-dev libc6-dev git subversion swig libpam0g-dev"
# node configuration
GENERIC_NODE1=osuosl1-amd64.debian.net
=====================================
update_jdn.sh
=====================================
@@ -1,6 +1,6 @@
#!/bin/bash
# vim: set noexpandtab:
-# Copyright 2012-2023 Holger Levsen <holger at layer-acht.org>
+# Copyright 2012-2024 Holger Levsen <holger at layer-acht.org>
# © 2018-2023 Mattia Rizzolo <mattia at debian.org>
# released under the GPLv2
@@ -451,6 +451,7 @@ if [ -f /etc/debian_version ] ; then
jq
libc6-dev
libncurses5-dev
+ libpam0g-dev
libssl-dev
locales-all
kgb-client
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c7efc35d4da72b79e0a70aa0ee785edc9b958635
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c7efc35d4da72b79e0a70aa0ee785edc9b958635
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20240102/eeb17e6f/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list