[Bug 1732667] Re: rmadison --no-conf option not supported

Eric Desrochers eric.desrochers at canonical.com
Thu Nov 16 15:33:19 UTC 2017


# scripts/rmadison.pl
...
if (@ARGV and $ARGV[0] =~ /^--no-?conf$/) {
    shift;
} else {
    # We don't have any predefined variables, but allow any of the form
    # RMADISON_URL_MAP_SHORTCODE=URL
    my @config_files = ('/etc/devscripts.conf', '~/.devscripts');
    my @config_vars = ();
..

$ARGV[0] being the first argument passed to the program.

So in conclusion --noconf and/or --no-conf need to be pass as first ARG.

** Changed in: devscripts (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to devscripts in Ubuntu.
https://bugs.launchpad.net/bugs/1732667

Title:
  rmadison --no-conf option not supported

Status in devscripts package in Ubuntu:
  Invalid

Bug description:
  According to the manual of rmadison:

         --no-conf, --noconf
             don't read the devscripts configuration files

  While trying to use it:

   rmadison -u debian,ubuntu --no-conf apulse
  Unknown option: no-conf
  Usage: rmadison [OPTION] PACKAGE[...]
  […]

  rmadison -u debian,ubuntu --noconf apulse                                                1 ↵
  Unknown option: noconf
  Usage: rmadison [OPTION] PACKAGE[...]
  […]

  Don't know if the manpage should be updated, the rmadison in ubuntu is
  out of date or something else?

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: devscripts 2.16.2ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  Uname: Linux 4.4.0-97-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Nov 16 11:32:21 2017
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-08-21 (1912 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425)
  SourcePackage: devscripts
  UpgradeStatus: Upgraded to xenial on 2016-12-18 (332 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/devscripts/+bug/1732667/+subscriptions



More information about the foundations-bugs mailing list