Do blacklists support regex?

Asked by htgoebel

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu unattended-upgrades Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
htgoebel (htgoebel) said :
#2

Stil got no answer.

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#3

Most persons answering questions here are no developers, but just end users (maybe a bit more versed than others). This might be the reason that you did not get any answer so far on this question, which is about technical details of the program source.

If I look at the source lines that you referred to, it seems to me that indeed these are using regex matching.

See also the last comment in http://ubuntuforums.org/showthread.php?t=1500630 and the change log in http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/unattended-upgrades/precise/revision/18

If you need more details, you have to contact the developers of that package.

Why is it important to know whether there is regex matching in use? Does the program do what you expect from it, or do you have problems with that program?

Revision history for this message
htgoebel (htgoebel) said :
#4

Sorry if this is the wrong place to ask this question. The structure of launchpad is quite confusion for me.

Thanks for pointing me to the change-log. I now discovered that the current sample-config contains a hint about this,

Knowing if these are regexps of not is important to list the packages. Eg. does `myapp-plugin-.*` blacklist all plugins or do I have to list each plugin seperatly.

Revision history for this message
htgoebel (htgoebel) said :
#5

Thanks Manfred Hampl, that solved my question.