Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lttng-ust
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
certo
lttng-ust
Commits
eb03af6e
Commit
eb03af6e
authored
Feb 28, 2020
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switched over to Python 3
parent
516fb162
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
Makefile
Makefile
+1
-0
lttng-ust-2.10.3-python3.patch
lttng-ust-2.10.3-python3.patch
+9
-0
No files found.
Makefile
View file @
eb03af6e
all
:
all
:
tar
xf lttng-ust-2.10.3.tar.bz2
tar
xf lttng-ust-2.10.3.tar.bz2
patch
-Np1
-d
lttng-ust-2.10.3 < lttng-ust-2.10.3-python3.patch
cd
lttng-ust-2.10.3
&&
./configure
--prefix
=
/usr
cd
lttng-ust-2.10.3
&&
./configure
--prefix
=
/usr
$(MAKE)
-C
lttng-ust-2.10.3
$(MAKE)
-C
lttng-ust-2.10.3
$(MAKE)
-C
lttng-ust-2.10.3
install
$(MAKE)
-C
lttng-ust-2.10.3
install
...
...
lttng-ust-2.10.3-python3.patch
0 → 100644
View file @
eb03af6e
diff -uNr lttng-ust-2.10.3/tools/lttng-gen-tp lttng-ust-2.10.3-python3/tools/lttng-gen-tp
--- lttng-ust-2.10.3/tools/lttng-gen-tp 2019-01-26 08:59:45.000000000 +1030
+++ lttng-ust-2.10.3-python3/tools/lttng-gen-tp 2020-02-24 16:15:17.645694305 +1030
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright (c) 2012 Yannick Brosseau <yannick.brosseau@gmail.com>
#
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