From: Mario Höllein Date: Sat, 27 Oct 2018 12:13:43 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=55dd6285edd9b0d6689cc0092a6dfccdc3c15226;p=zenbook saving uncommitted changes in /etc prior to apt run --- diff --git a/.etckeeper b/.etckeeper index df55822..b21b28e 100755 --- a/.etckeeper +++ b/.etckeeper @@ -540,6 +540,7 @@ 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-libopenshot-daily-bionic.list' 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' @@ -577,6 +578,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_libopenshot-daily.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' diff --git a/apt/sources.list.d/openshot_developers-ubuntu-libopenshot-daily-bionic.list b/apt/sources.list.d/openshot_developers-ubuntu-libopenshot-daily-bionic.list new file mode 100644 index 0000000..ab3ce1a --- /dev/null +++ b/apt/sources.list.d/openshot_developers-ubuntu-libopenshot-daily-bionic.list @@ -0,0 +1,2 @@ +deb http://ppa.launchpad.net/openshot.developers/libopenshot-daily/ubuntu bionic main +# deb-src http://ppa.launchpad.net/openshot.developers/libopenshot-daily/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 index 00b4120..8483ae6 100644 --- a/apt/sources.list.d/openshot_developers-ubuntu-ppa-bionic.list.save +++ b/apt/sources.list.d/openshot_developers-ubuntu-ppa-bionic.list.save @@ -4,3 +4,4 @@ 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 # 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/trusted.gpg.d/openshot_developers_ubuntu_libopenshot-daily.gpg b/apt/trusted.gpg.d/openshot_developers_ubuntu_libopenshot-daily.gpg new file mode 100644 index 0000000..45ed26b Binary files /dev/null and b/apt/trusted.gpg.d/openshot_developers_ubuntu_libopenshot-daily.gpg differ