[kernel-team] branch benh/kconfigeditor2 created (now 78a7f60)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Dec 21 00:34:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a change to branch benh/kconfigeditor2
in repository kernel-team.

        at  78a7f60   kconfigeditor2: Fix processing of 'source' inside 'choice'

This branch includes the following new commits:

       new  b45d341   /people/waldi/utils/kconfigeditor2: Add finally.
       new  fcc9837   kconfigeditor/kconfig/menu/file.py: Update.
       new  bc45e05   Update.
       new  28a1a23   Move.
       new  d0103c4   Update.
       new  b70a963   Update.
       new  3cda9da   bin: Add.
       new  5102593   lib/kconfigeditor/kconfig/package/files.py: Also dump unknown settings.
       new  847dc3f   lib/kconfigeditor/kconfig/menu/file.py: Update.
       new  ce9de23   Fix filename sorting.
       new  402b5ec   lib/kconfigeditor/kconfig/menu/file.py - Parse '-enclosed strings correctly. - End text correctly.
       new  17ea66d   lib/kconfigeditor/kconfig/menu/file.py: Remove debugging code.
       new  fb8fdf3   lib/kconfigeditor/kconfig/package/files.py - Remove options without prompt. - Update file sort.
       new  448a231   lib/kconfigeditor/kconfig/menu/file.py - Empty lines are not sensitive in this language. - Expressions are selfcontained.
       new  8a7e444   lib/kconfigeditor/kconfig/menu/file.py: Support escaped \" in strings.
       new  26c52e5   lib/kconfigeditor/kconfig/package/files.py: Dump duplicated symbols correctly.
       new  08fcb30   lib/kconfigeditor/kconfig/package/files.py: Sort unknown entries.
       new  aba7ac8   lib/kconfigeditor/kconfig/package/files.py: Really ignore duplicates.
       new  d133b92   * lib/kconfigeditor/kconfig/menu/file.py: Support choice. * lib/kconfigeditor/kconfig/package/files.py: Dump choice correctly.
       new  2ab3c75   lib/kconfigeditor/kconfig/menu/all.py: Make anything in arch/ arch-specific.
       new  2444be8   bin/process.py: Document options.
       new  bd67040   bin/process.py: Bail out on more then necessary arguments.
       new  2700e95   lib/kconfigeditor/kconfig/package/files.py: Fix.
       new  8ba02b0   lib/kconfigeditor/kconfig/menu/file.py: Accept complete expression after if.
       new  9a7eb96   lib/kconfigeditor/kconfig/menu/file.py: Name expression correctly.
       new  3eea708   lib/kconfigeditor/kconfig/menu/file.py: Provide proper exception.
       new  2b2b7ac   lib/kconfigeditor/kconfig/menu/file.py: Support unquoted prompts.
       new  a919d41   bin/process.py: Also bail out if given no argument.
       new  b7d51d9   bin/process.py: Redefine arguments more logical.
       new  ff44e87   lib/kconfigeditor/kconfig/package/files.py: Don't ignore silent options by default.
       new  64b2a06   lib/kconfigeditor/kconfig/package/files.py: Fix.
       new  cdfb0a4   lib/kconfigeditor/kconfig/package/files.py: Really fix.
       new  6e02f86   lib/kconfigeditor/kconfig/menu/all.py: Also see drivers/$ARCH as arch-specific.
       new  6a52290   bin/process.py: Add option to ignore silent values.
       new  f12382f   lib/kconfigeditor/kconfig/package/files.py: Only accept option with prompt if defined more than once.
       new  382f83c   lib/kconfigeditor/kconfig/package/files.py: Also accept CONFIG_*=n as unset.
       new  5c5a801   lib/kconfigeditor/kconfig/package/files.py: Support per-option comments.
       new  939a630   lib/kconfigeditor/kconfig: Update.
       new  e515410   Split modules.
       new  5723b9a   Rename some classes.
       new  5cb4f1a   - Cleanup. - Write temporary files.
       new  63a3b06   Cleanup visible entry handling.
       new  c75c7c1   Update.
       new  753f1c9   Cleanup.
       new  d6a4b14   Cleanup symbol ignore.
       new  d594878   * bin/process.py: Update to new Files object. * lib/kconfigeditor/kconfig/config.py   - Make a list before sorting.   - Remove filename attribute. * lib/kconfigeditor/package.py: Rewrite collection of config files.
       new  d986890   Update.
       new  cbc465e   lib/kconfigeditor/package.py: Ignore disabled entries.
       new  6fad6ad   Cleanup menu reading.
       new  882938d   lib/kconfigeditor/kconfig/menu/file.py: Ignore unparsable prompt.
       new  6597b56   lib/kconfigeditor/kconfig/config.py: Update file entries.
       new  3395902   lib/kconfigeditor/kconfig/config.py: Make file entries hashable.
       new  85a7e5c   bin/split-common.py: Add script to split common options.
       new  7d3c2d9   lib/kconfigeditor/kconfig/config.py: Support empty file object.
       new  451a9b3   * bin/process.py: Update. * lib/kconfigeditor/kconfig/config.py: Support plain and menu sorted writing.
       new  7655fd7   lib/kconfigeditor/package.py: Use read method of File object.
       new  2418b93   lib/kconfigeditor/kconfig/config.py: Use more traditional dict init.
       new  3f2fb41   lib/kconfigeditor/kconfig/config.py: Readd fd init of File object.
       new  cf15f76   bin/split-common.py: Fix.
       new  f7a3e1a   lib/kconfigeditor/package.py - Import config module by hand. - Make data a real object.
       new  e769904   bin/show-enabled.py: Add.
       new  10fb21e   lib/kconfigeditor/package.py: Update.
       new  e06cdab   bin/process.py: Update.
       new  f182ded   bin/show-enabled.py: Sort global config file at front.
       new  b55c42b   bin/split-common.py: Use all input files for intersection.
       new  cdec050   lib/kconfigeditor/package.py: Ignore missing featuresets.
       new  b599348   * lib/kconfigeditor/kconfig/config.py: Support somehow nested choices. * lib/kconfigeditor/kconfig/menu/file.py: Ignore visible flag.
       new  4fd747a   lib/kconfigeditor/package.py - Add schema override. - Handle kernelarch specific config files.
       new  c0c1353   Move files together.
       new  1f0b692   kconfigeditor/kconfig/config.py: Write comments for unknown entries.
       new  7ad87e6   kconfigeditor/kconfig/menu/all.py: - Always only accept files included by arch. - Don't exclude arch/Kconfig.
       new  e9529dd   kconfigeditor/kconfig/config.py: Remove special case for incomplete choices.
       new  11afdbd   process.py: Remove unused argument.
       new  37025d8   kconfigeditor/kconfig/config.py: Remove old visible check.
       new  2213602   kconfigeditor/kconfig/config.py: Remove left-over.
       new  3b42335   kconfigeditor/kconfig/config.py: Use sorted().
       new  c8747e4   Make a bit Python 3 compatible.
       new  764109d   kconfigeditor/package.py: Derive from dict.
       new  f08b3d7   kconfigeditor/kconfig/config.py, show-enabled.py: Python 3 support.
       new  a25ab1a   show-enabled.py: Make output easier to read.
       new  3b30382   kconfigeditor/kconfig/config.py - Don't use lists in argument lists. - Use str.format. - Use boolean for tristate entries.
       new  9302615   kconfigeditor/kconfig/config.py: Remove debugging code.
       new  0646d6c   show-enabled.py: Make it possible to ignore top-level disabled options.
       new  e9a3ece   kconfigeditor/kconfig/config.py - Add FileReader class. - Add explicit state handling.
       new  4d01794   kconfigeditor/kconfig/config.py: Use regex to parse kconfig files.
       new  78a7f60   kconfigeditor2: Fix processing of 'source' inside 'choice'

The 86 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/kernel-team.git



More information about the Kernel-svn-changes mailing list