Code review comment for lp:~apachelogger/software-properties/series-check

Revision history for this message
Harald Sitter (apachelogger) wrote :

> $ grep -E '(ID|CODENAME)' /etc/lsb-release
> DISTRIB_ID=floof
> DISTRIB_CODENAME=xenial

> $ sudo add-apt-repository -m ppa:alexlarsson/ubuntu/xdg-app

this adds yakkety because of the code path in question

> pitchy patchy
> $ sudo add-apt-repository -m -r ppa:alexlarsson/ubuntu/xdg-app
> $ sudo add-apt-repository -m ppa:alexlarsson/ubuntu/xdg-app

now it adds xenial as that is the codename of floof and the codename also exists on launchpad

« Back to merge proposal