You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get restore-new-distro to work, but apt-clone wrote this into the /etc/apt/sources.list file:
deb http://ftp.de.debian.org/debian/ True main non-free contrib
deb http://ftp.de.debian.org/debian/ True-updates main non-free contrib
deb http://security.debian.org/ True main non-free contrib
deb https://update.iserv.eu/debian/ True main non-free contrib
deb https://update.iserv.eu/debian/ True main non-free
deb http://deb.avast.com/lin/repo True release
I believe that this bug was introduced by 567b2f1; the arguments of AptClone.restore_state were changed, but the elif args.command == "restore-new-distro" block wasn't updated to reflect this.
The text was updated successfully, but these errors were encountered:
martinvonwittich
changed the title
--restore-new-distro seems to be broken since --exclude was added
restore-new-distro seems to be broken since --exclude was added
Apr 4, 2018
I'm trying to get
restore-new-distro
to work, butapt-clone
wrote this into the/etc/apt/sources.list
file:I believe that this bug was introduced by 567b2f1; the arguments of
AptClone.restore_state
were changed, but theelif args.command == "restore-new-distro"
block wasn't updated to reflect this.The following patch should fix it:
The text was updated successfully, but these errors were encountered: