FS#36197 - [namcap] pacman.conf: unrecognized option 'UseDelta'

Attached to Project: Arch Linux
Opened by Richard Schwab (Nothing4You) - Friday, 19 July 2013, 04:06 GMT
Last edited by Eric Belanger (Snowman) - Friday, 19 July 2013, 06:12 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

namcap doesn't know the pacman.conf setting UseDelta.

Additional info:
* package version(s):
namcap 3.2.5-1

* config and/or log files etc.
$ grep -r -v -e '^#' -e '^$' /etc/pacman.conf
[options]
HoldPkg = pacman glibc
UseDelta = 0.7
Architecture = auto
Color
TotalDownload
CheckSpace
VerbosePkgLists
ILoveCandy
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
[core]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
[extra]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
[community]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

Steps to reproduce:

Add e.g. 'UseDelta = 0.7' in /etc/pacman.conf; then

$ namcap
/usr/lib/python3.3/site-packages/pycman/config.py:127: InvalidSyntax: unable to parse /etc/pacman.conf, unrecognized option: 'UseDelta'
warnings.warn(InvalidSyntax(f.name, 'unrecognized option', key))

Usage: /usr/lib/python3.3/site-packages/namcap.py [OPTIONS] packages

Options are:
-L, --list : list available rules
-i : prints information (debug) responses from rules
-m : makes the output parseable (machine-readable)
-e rulelist, --exclude=rulelist : don't apply RULELIST rules to the package
-r rulelist, --rules=rulelist : only apply RULELIST rules to the package
-t tags : use a custom tag file
This task depends upon

Closed by  Eric Belanger (Snowman)
Friday, 19 July 2013, 06:12 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#34791 

Loading...