From: Mario Höllein Date: Sat, 27 Oct 2018 07:49:46 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=efb814d8f5d3b974ab067c8b287653b62ae34a3e;p=zenbook saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index 841dc44..4b3d585 100755 --- a/.etckeeper +++ b/.etckeeper @@ -539,6 +539,9 @@ 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/openscad-ubuntu-releases-bionic.list.save' +maybe chmod 0644 'apt/sources.list.d/openshot_developers-ubuntu-ppa-bionic.list' +maybe chmod 0644 'apt/sources.list.d/openshot_developers-ubuntu-ppa-bionic.list.save' 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' @@ -574,6 +577,7 @@ 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/openshot_developers_ubuntu_ppa.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.save b/apt/sources.list.d/openscad-ubuntu-releases-bionic.list.save new file mode 100644 index 0000000..212da36 --- /dev/null +++ b/apt/sources.list.d/openscad-ubuntu-releases-bionic.list.save @@ -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/openshot_developers-ubuntu-ppa-bionic.list b/apt/sources.list.d/openshot_developers-ubuntu-ppa-bionic.list new file mode 100644 index 0000000..bccaad7 --- /dev/null +++ b/apt/sources.list.d/openshot_developers-ubuntu-ppa-bionic.list @@ -0,0 +1,3 @@ +deb http://ppa.launchpad.net/openshot.developers/ppa/ubuntu bionic main +# deb-src http://ppa.launchpad.net/openshot.developers/ppa/ubuntu bionic main +# deb-src http://ppa.launchpad.net/openshot.developers/ppa/ubuntu bionic main diff --git a/apt/sources.list.d/openshot_developers-ubuntu-ppa-bionic.list.save b/apt/sources.list.d/openshot_developers-ubuntu-ppa-bionic.list.save new file mode 100644 index 0000000..a226b06 --- /dev/null +++ b/apt/sources.list.d/openshot_developers-ubuntu-ppa-bionic.list.save @@ -0,0 +1,2 @@ +deb http://ppa.launchpad.net/openshot.developers/ppa/ubuntu bionic main +# deb-src http://ppa.launchpad.net/openshot.developers/ppa/ubuntu bionic main diff --git a/apt/trusted.gpg.d/openshot_developers_ubuntu_ppa.gpg b/apt/trusted.gpg.d/openshot_developers_ubuntu_ppa.gpg new file mode 100644 index 0000000..45ed26b Binary files /dev/null and b/apt/trusted.gpg.d/openshot_developers_ubuntu_ppa.gpg differ