Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE release tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sysadmin
KDE release tools
Commits
0a8c9b64
Commit
0a8c9b64
authored
May 10, 2019
by
Adrian Chaves
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add-bugzilla-versions: Update the README.rst file
parent
11590526
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
add-bugzilla-versions/README.rst
add-bugzilla-versions/README.rst
+3
-9
No files found.
add-bugzilla-versions/README.rst
View file @
0a8c9b64
...
...
@@ -4,12 +4,10 @@ The script does the following:
#. For each project listed in :code:`add-bugzilla-versions/../modules.git`.
#.
Use
CMake
to
extract
the
value
of
the
:
code
:`
BUGZILLA_APPLICATION_VERSION
`
CMake
variable
.
#. Use CMake to
determine the project version, as defined by CMake’s project_
command
.
The
variable
must
be
a
cached
string
variable
.
For
example
::
set
(
BUGZILLA_APPLICATION_VERSION
"2.3.4"
CACHE
STRING
""
FORCE
)
.. _project: https://cmake.org/cmake/help/latest/command/project.html#command:project
If the variable is not found, the project is skipped.
...
...
@@ -23,10 +21,6 @@ To run the script:
. venv/bin/activate
pip install -r requirements.txt
Alternatively
,
you
may
install
the
Python
modules
listed
in
\
:
code
:`
requirements
.
txt
`
globally
in
your
system
,
using
either
your
package
manager
or
pip
,
and
run
the
script
outside
a
virtual
environment
.
#. Run the script::
python3 add-versions.py \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment