From: Mario Höllein Date: Wed, 26 Sep 2018 12:06:03 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=e8146dccc8bda02f29a5e494b07e74bdf7cd0be3;p=zenbook saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index ae13b6d..f1b4e5a 100755 --- a/.etckeeper +++ b/.etckeeper @@ -534,6 +534,7 @@ maybe chmod 0644 'apt/sources.list.d/mozillateam-ubuntu-firefox-next-xenial.list maybe chmod 0644 'apt/sources.list.d/nodesource.list' maybe chmod 0644 'apt/sources.list.d/nodesource.list.distUpgrade' maybe chmod 0644 'apt/sources.list.d/nodesource.list.save' +maybe chmod 0644 'apt/sources.list.d/openscad-ubuntu-releases-bionic.list' maybe chmod 0644 'apt/sources.list.d/privacyidea-ubuntu-privacyidea-dev-xenial.list' maybe chmod 0644 'apt/sources.list.d/privacyidea-ubuntu-privacyidea-dev-xenial.list.distUpgrade' maybe chmod 0644 'apt/sources.list.d/privacyidea-ubuntu-privacyidea-dev-xenial.list.save' @@ -554,6 +555,7 @@ maybe chmod 0644 'apt/sources.list.d/xenial-partner.list.save' maybe chmod 0644 'apt/sources.list.d/yg-jensge-ubuntu-shotwell-bionic.list' maybe chmod 0644 'apt/sources.list.d/yg-jensge-ubuntu-shotwell-bionic.list.save' maybe chmod 0644 'apt/sources.list.d/yg-jensge-ubuntu-shotwell-unstable-bionic.list' +maybe chmod 0644 'apt/sources.list.d/yg-jensge-ubuntu-shotwell-unstable-bionic.list.save' maybe chmod 0644 'apt/sources.list.d/yubico-ubuntu-stable-xenial.list' maybe chmod 0644 'apt/sources.list.d/yubico-ubuntu-stable-xenial.list.distUpgrade' maybe chmod 0644 'apt/sources.list.d/yubico-ubuntu-stable-xenial.list.save' @@ -567,6 +569,7 @@ maybe chmod 0644 'apt/trusted.gpg.d/ethereum_ubuntu_ethereum.gpg' maybe chmod 0644 'apt/trusted.gpg.d/graphics-drivers_ubuntu_ppa.gpg' maybe chmod 0644 'apt/trusted.gpg.d/linphone_ubuntu_release.gpg' maybe chmod 0644 'apt/trusted.gpg.d/mozillateam_ubuntu_firefox-next.gpg' +maybe chmod 0644 'apt/trusted.gpg.d/openscad_ubuntu_releases.gpg' maybe chmod 0644 'apt/trusted.gpg.d/privacyidea_ubuntu_privacyidea-dev.gpg' maybe chmod 0644 'apt/trusted.gpg.d/teejee2008_ubuntu_ppa.gpg' maybe chmod 0644 'apt/trusted.gpg.d/ubuntu-keyring-2012-archive.gpg' diff --git a/apt/sources.list.d/openscad-ubuntu-releases-bionic.list b/apt/sources.list.d/openscad-ubuntu-releases-bionic.list new file mode 100644 index 0000000..212da36 --- /dev/null +++ b/apt/sources.list.d/openscad-ubuntu-releases-bionic.list @@ -0,0 +1,2 @@ +deb http://ppa.launchpad.net/openscad/releases/ubuntu bionic main +# deb-src http://ppa.launchpad.net/openscad/releases/ubuntu bionic main diff --git a/apt/sources.list.d/yg-jensge-ubuntu-shotwell-unstable-bionic.list.save b/apt/sources.list.d/yg-jensge-ubuntu-shotwell-unstable-bionic.list.save new file mode 100644 index 0000000..949ea0e --- /dev/null +++ b/apt/sources.list.d/yg-jensge-ubuntu-shotwell-unstable-bionic.list.save @@ -0,0 +1,2 @@ +deb http://ppa.launchpad.net/yg-jensge/shotwell-unstable/ubuntu bionic main +# deb-src http://ppa.launchpad.net/yg-jensge/shotwell-unstable/ubuntu bionic main diff --git a/apt/trusted.gpg.d/openscad_ubuntu_releases.gpg b/apt/trusted.gpg.d/openscad_ubuntu_releases.gpg new file mode 100644 index 0000000..33d92ad Binary files /dev/null and b/apt/trusted.gpg.d/openscad_ubuntu_releases.gpg differ