[asterisk-bugs] [Asterisk 0013132]: [patch] dummy-select - a simplified menuselect replacement
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Dec 9 10:02:51 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13132
======================================================================
Reported By: tzafrir
Assigned To: russell
======================================================================
Project: Asterisk
Issue ID: 13132
Category: Core/BuildSystem
Reproducibility: always
Severity: feature
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 140489
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-07-22 15:58 CDT
Last Modified: 2008-12-09 10:02 CST
======================================================================
Summary: [patch] dummy-select - a simplified menuselect
replacement
Description:
When working on Asterisk in a git repository by mirroring the main one with
git-svn, the svn:externals "symbolic links" are difficult to emulate.
There is a poorly nearly-half-working substitution using git submodules.
But with the changing externals in Asterisk it is not fun to work with.
For that reason I decided I want to replace menuselect with a version that
is as compact as possible and yet has all the functionality I need.
The new version currently only operates in batch mode. It takes
configuration from a simple config file (currently named build_tools/conf)
and generates the usual files menuselect generates.
See the script for complete documentation.
Also included is a Makefile to provide dummy targets for the menuselect
directory and to generate empty files that menuselect may depend on in the
main makefile.
Known limitation: does not support "conflicts". Adding it would probably
take much extra work (basically: saving a snapshot of the current state on
each new candidate evaluated). And there is currently only one conflict
that doesn't yet bother me personally :-) .
======================================================================
----------------------------------------------------------------------
(0096009) svnbot (reporter) - 2008-12-09 10:02
http://bugs.digium.com/view.php?id=13132#c96009
----------------------------------------------------------------------
Repository: menuselect
Revision: 434
A trunk/contrib/
A trunk/contrib/Makefile-dummy
A trunk/contrib/menuselect-dummy
------------------------------------------------------------------------
r434 | russell | 2008-12-09 10:02:50 -0600 (Tue, 09 Dec 2008) | 11 lines
Add tzafrir's minimal menuselect emulation perl script which can be used
in
lieu of menuselect in cases where menuselect isn't available, such as when
trying to use git-svn.
(closes issue http://bugs.digium.com/view.php?id=13132)
Reported by: tzafrir
Patches:
Makefile uploaded by tzafrir (license 46)
menuselect uploaded by tzafrir (license 46)
Tested by: tzafrir
------------------------------------------------------------------------
http://svn.digium.com/view/menuselect?view=rev&revision=434
Issue History
Date Modified Username Field Change
======================================================================
2008-12-09 10:02 svnbot Checkin
2008-12-09 10:02 svnbot Note Added: 0096009
======================================================================
More information about the asterisk-bugs
mailing list