1. 30 Sep, 2022 1 commit
    • Jérome Perrin's avatar
      repository: remove old http repository to prevent a warning · 4a96ed76
      Jérome Perrin authored
      In 6a03cf9e (playbook: use https for OBS, 2022-09-02) we added https
      repository, but without removing the old http repository, as a consequence,
      when re-running the playbook, we end up with two lines:
      
          $ cat /etc/apt/sources.list.d/download_opensuse_org_repositories_home_VIFIBnexedi_Debian_11.list
          deb http://download.opensuse.org/repositories/home:/VIFIBnexedi//Debian_11/ ./
          deb https://download.opensuse.org/repositories/home:/VIFIBnexedi//Debian_11/ ./
      
      and running apt update issues warning:
      
          W: Target Packages (Packages) is configured multiple times in /etc/apt/sources.list.d/download_opensuse_org_repositories_home_VIFIBnexedi_Debian_11.list:1 and /etc/apt/sources.list.d/download_opensuse_org_repositories_home_VIFIBnexedi_Debian_11.list:2
          W: Target Translations (en) is configured multiple times in /etc/apt/sources.list.d/download_opensuse_org_repositories_home_VIFIBnexedi_Debian_11.list:1 and /etc/apt/sources.list.d/download_opensuse_org_repositories_home_VIFIBnexedi_Debian_11.list:2
          W: Target Packages (Packages) is configured multiple times in /etc/apt/sources.list.d/download_opensuse_org_repositories_home_VIFIBnexedi_Debian_11.list:1 and /etc/apt/sources.list.d/download_opensuse_org_repositories_home_VIFIBnexedi_Debian_11.list:2
          W: Target Translations (en) is configured multiple times in /etc/apt/sources.list.d/download_opensuse_org_repositories_home_VIFIBnexedi_Debian_11.list:1 and /etc/apt/sources.list.d/download_opensuse_org_repositories_home_VIFIBnexedi_Debian_11.list:2
      
      this also tells ansible to remove the old http repository that might be here for debian 11
      4a96ed76
  2. 29 Sep, 2022 8 commits
  3. 28 Sep, 2022 1 commit
  4. 27 Sep, 2022 5 commits
  5. 26 Sep, 2022 1 commit
  6. 23 Sep, 2022 5 commits
  7. 22 Sep, 2022 8 commits
  8. 21 Sep, 2022 10 commits
  9. 20 Sep, 2022 1 commit