[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Upload of TeX Info 7.0.x to unstable?



Am 28.01.2023 um 08:22 teilte Lucas Nussbaum mit:
On 27/01/23 at 22:33 +0100, Hilmar Preuße wrote:

Hi Lucas,

Regarding the script I'm unsure. Basically I just need an chroot
containing the texinfo from experimental, so the script could look like
this:


please look at the existing examples and use pinning, it's more reliable

OK, then next try:

<snip>
#!/bin/bash
set -e -x

cat > /etc/apt/sources.list.d/experimental.list <<EOF
deb https://deb.debian.org/debian experimental main
deb-src https://deb.debian.org/debian experimental main
EOF

cat <<-EOF > /etc/apt/preferences.d/pin-texinfo
Package: src:texinfo
Pin: release o=Debian,a=experimental
Pin-Priority: 999
EOF

apt-get update
apt-get -y dist-upgrade
<snip>

HTH,
  Hilmar
--
sigfault


Reply to: