summaryrefslogtreecommitdiffstats
path: root/.debootstrap
Commit message (Collapse)AuthorAgeFilesLines
* .debootstrap/trisquel: Unset KEYRING before settingHEADmasterP. J. McDermott2018-06-211-1/+1
| | | | | | | | debootstrap's keyring() only sets KEYRING if it is unset or empty. Script downloaded and modified with: wget -O - https://devel.trisquel.info/trisquel/package-helpers/raw/flidas/helpers/DATA/debootstrap/trisquel | sed 's/^keyring .*$/unset KEYRING; keyring "${SCRIPT}-archive-keyring.gpg"/' >.debootstrap/trisquel
* .debootstrap/trisquel-archive-keyring.gpg: New fileP. J. McDermott2018-06-211-0/+0
| | | | | Copied from Trisquel's /usr/share/keyrings/trisquel-archive-keyring.gpg (provided by package trisquel-keyring version 2018.02.19).
* .debootstrap/trisquel: New fileP. J. McDermott2018-06-211-0/+218
Downloaded and modified with: wget -O - https://devel.trisquel.info/trisquel/package-helpers/raw/flidas/helpers/DATA/debootstrap/trisquel | sed 's/^keyring .*$/keyring "${SCRIPT}-archive-keyring.gpg"/' >.debootstrap/trisquel