~mysql/mysql-utilities/1.5

« back to all changes in this revision

Viewing changes to info.py

  • Committer: Israel Gomez
  • Date: 2014-07-25 15:49:36 UTC
  • Revision ID: israel.gomez@oracle.com-20140725154936-qq2v9ndmdsle4lec
Tags: release-1.5.1rc1
BUG#19262669 : fixes to Package mechanisms regarding release-1.5.1rc

The release-1.5.1rc will be a standalone release, meaning it Utilities will
no longer be a subproduct of Workbench. As a result we need to fix some of
the Package mechanism.

This patch fixes the Package mechanism to remove the references to Workbench,
in addition adds the functionality to package additional info files from
Fabric proyect.

This patch also fixes the shortcuts to the online documentation installed by
the Windows MSI package.

v3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 
2
# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
3
3
#
4
4
# This program is free software; you can redistribute it and/or modify
5
5
# it under the terms of the GNU General Public License as published by
136
136
 
137
137
META_INFO = {
138
138
    'name': 'mysql-utilities',
139
 
    'description': 'MySQL Utilities ' + mysql.utilities.RELEASE_STRING,
 
139
    'description': 'MySQL Utilities',
140
140
    'maintainer': 'Oracle',
141
141
    'maintainer_email': '',
142
142
    'version': mysql.utilities.VERSION_STRING,