diff options
author | Bogdano Arendartchuk <bogdano@mandriva.org> | 2008-07-17 12:24:41 +0000 |
---|---|---|
committer | Bogdano Arendartchuk <bogdano@mandriva.org> | 2008-07-17 12:24:41 +0000 |
commit | 5335dc3383f43a037c548158b3cd6bc385eb5770 (patch) | |
tree | cb0a918e0ec1b8c3f188f726bdb219f7367a0967 /BRANCH | |
parent | 36e54d749e487a4105744e72d3346e777200ed4c (diff) | |
download | mgarepo-5335dc3383f43a037c548158b3cd6bc385eb5770.tar mgarepo-5335dc3383f43a037c548158b3cd6bc385eb5770.tar.gz mgarepo-5335dc3383f43a037c548158b3cd6bc385eb5770.tar.bz2 mgarepo-5335dc3383f43a037c548158b3cd6bc385eb5770.tar.xz mgarepo-5335dc3383f43a037c548158b3cd6bc385eb5770.zip |
Allow using the format <DISTRO>/<PACKAGE> for submit groups
It will expand <DISTRO>/<PACKAGE> for each package name of the group (using
the same <DISTRO> of course.)
We must allow it as the option -d (which would be used for --distro) would
be confused with --define, so we'd better use the standard format that is
available for all other commands.
Diffstat (limited to 'BRANCH')
-rw-r--r-- | BRANCH | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ Notes - No support for using the <distro>/<package> format. The -d command line option should be used. + (actually it turned out to be really needed, as we can't use -d [I plan + to use -d for --define]) TODO |