debops / ansible-apt

Configure and manage APT Package Manager
GNU General Public License v3.0
10 stars 15 forks source link

Support for the ARM based BeagleBoard; Debian Stretch; Properly handle singular and plural options #93

Closed ypid closed 7 years ago

ypid commented 7 years ago

Status: WIP, I want to test this a bit more with different configurations.

drybjed commented 7 years ago

@ypid I just tried this PR in a test environment, and with an additional sources.list entry enabled I get this in /etc/apt/sources.list:

# This file is managed remotely, all changes will be lost

# 
deb http://ftp.pl.debian.org/debian stretch main contrib non-free
deb http://ftp.pl.debian.org/debian stretch-updates main contrib non-free
deb http://ftp.pl.debian.org/debian stretch-backports main contrib non-free

# Original APT package sources gathered by Ansible
# deb http://ftp.pl.debian.org/debian stretch main contrib non-free
# deb http://ftp.pl.debian.org/debian stretch-updates main contrib non-free
# deb http://ftp.pl.debian.org/debian stretch-backports main contrib non-free

# Official Debian repositories
deb http://deb.debian.org/debian stretch main contrib non-free
deb http://deb.debian.org/debian stretch-updates main contrib non-free
deb http://deb.debian.org/debian stretch-backports main contrib non-free

# Debian Security repository
deb http://security.debian.org/ stretch/updates main contrib non-free

Any clue as to what might be the culprit?

ypid commented 7 years ago

@drybjed Thanks. I had it on my todo :)

drybjed commented 7 years ago

@ypid Kanban? GitHub organizations can use org-wide Kanban (project) boards, but they are not public, only repository-level projects can be public...