[Bug 1702059] Re: Not able to set an empty --root option

2017-10-04 Thread Joel Smith
It is possible to bypass the default root entry by creating /etc/debmirror.conf with the following entry: # Taken from /usr/share/doc/debmirror/examples/debmirror.conf $remoteroot=""; # The config file must return true or perl complains. # Always copy this. 1; However, debmirror still fails with

[Bug 1702059] Re: Not able to set an empty --root option

2017-10-04 Thread Joel Smith
It is possible to override the --root option by creating an /etc/debmirror.conf file with the appropriate entry to override the default: # Taken from /usr/share/doc/debmirror/examples/debmirror.conf $remoteroot=""; # The config file must return true or perl complains. # Always copy this. 1; Howe