Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
350f0d48
Commit
350f0d48
authored
Oct 12, 2015
by
Brenden Blanco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update tag to v0.1.7
Signed-off-by:
Brenden Blanco
<
bblanco@plumgrid.com
>
parent
d8bf3e84
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
10 deletions
+17
-10
SPECS/Dockerfile.el6
SPECS/Dockerfile.el6
+2
-2
SPECS/Dockerfile.el7
SPECS/Dockerfile.el7
+2
-2
SPECS/Dockerfile.f22
SPECS/Dockerfile.f22
+2
-2
SPECS/bcc.el6.spec
SPECS/bcc.el6.spec
+1
-1
SPECS/bcc.el7.spec
SPECS/bcc.el7.spec
+1
-1
SPECS/bcc.f22.spec
SPECS/bcc.f22.spec
+1
-1
debian/changelog
debian/changelog
+7
-0
scripts/build-deb.sh
scripts/build-deb.sh
+1
-1
No files found.
SPECS/Dockerfile.el6
View file @
350f0d48
...
...
@@ -13,9 +13,9 @@ RUN cd SOURCES && wget https://www.python.org/ftp/python/2.7.10/Python-2.7.10.tg
RUN cd SOURCES && wget https://ftp.gnu.org/gnu/gcc/gcc-5.1.0/gcc-5.1.0.tar.gz
RUN cd SOURCES && wget http://llvm.org/releases/3.7.0/llvm-3.7.0.src.tar.xz
RUN cd SOURCES && wget http://llvm.org/releases/3.7.0/cfe-3.7.0.src.tar.xz
RUN cd SOURCES && wget https://github.com/iovisor/bcc/archive/v0.1.
6
.tar.gz
RUN cd SOURCES && wget https://github.com/iovisor/bcc/archive/v0.1.
7
.tar.gz
RUN cd SPECS && wget https://raw.githubusercontent.com/iovisor/bcc/v0.1.
6
/SPECS/bcc.el6.spec
RUN cd SPECS && wget https://raw.githubusercontent.com/iovisor/bcc/v0.1.
7
/SPECS/bcc.el6.spec
#COPY SPECS/bcc.el6.spec SPECS/
RUN rpmbuild --define "_topdir `pwd`" -ba SPECS/bcc.el6.spec
SPECS/Dockerfile.el7
View file @
350f0d48
...
...
@@ -11,9 +11,9 @@ WORKDIR /root
RUN mkdir -p {BUILD,RPMS,SOURCES,SPECS,SRPMS}
RUN cd SOURCES && wget http://llvm.org/releases/3.7.0/llvm-3.7.0.src.tar.xz
RUN cd SOURCES && wget http://llvm.org/releases/3.7.0/cfe-3.7.0.src.tar.xz
RUN cd SOURCES && wget https://github.com/iovisor/bcc/archive/v0.1.
6
.tar.gz
RUN cd SOURCES && wget https://github.com/iovisor/bcc/archive/v0.1.
7
.tar.gz
RUN cd SPECS && wget https://raw.githubusercontent.com/iovisor/bcc/v0.1.
6
/SPECS/bcc.el7.spec
RUN cd SPECS && wget https://raw.githubusercontent.com/iovisor/bcc/v0.1.
7
/SPECS/bcc.el7.spec
#COPY SPECS/bcc.el7.spec SPECS/
RUN rpmbuild --define "_topdir `pwd`" -ba SPECS/bcc.el7.spec
SPECS/Dockerfile.f22
View file @
350f0d48
...
...
@@ -12,9 +12,9 @@ RUN mkdir -p {BUILD,RPMS,SOURCES,SPECS,SRPMS}
RUN cd SOURCES && wget http://llvm.org/releases/3.7.0/llvm-3.7.0.src.tar.xz
RUN cd SOURCES && wget http://llvm.org/releases/3.7.0/cfe-3.7.0.src.tar.xz
RUN cd SOURCES && wget https://github.com/iovisor/bcc/archive/v0.1.
6
.tar.gz
RUN cd SOURCES && wget https://github.com/iovisor/bcc/archive/v0.1.
7
.tar.gz
RUN cd SPECS && wget https://raw.githubusercontent.com/iovisor/bcc/v0.1.
6
/SPECS/bcc.f22.spec
RUN cd SPECS && wget https://raw.githubusercontent.com/iovisor/bcc/v0.1.
7
/SPECS/bcc.f22.spec
#COPY SPECS/bcc.f22.spec SPECS/
RUN rpmbuild --define "_topdir `pwd`" -ba SPECS/bcc.f22.spec
SPECS/bcc.el6.spec
View file @
350f0d48
...
...
@@ -7,7 +7,7 @@
%define pythonver 2.7.10
Name: bcc
Version: 0.1.
6
Version: 0.1.
7
Release: 1%{?dist}
Summary: BPF Compiler Collection (BCC)
...
...
SPECS/bcc.el7.spec
View file @
350f0d48
...
...
@@ -2,7 +2,7 @@
%define llvmver 3.7.0
Name: bcc
Version: 0.1.
6
Version: 0.1.
7
Release: 1%{?dist}
Summary: BPF Compiler Collection (BCC)
...
...
SPECS/bcc.f22.spec
View file @
350f0d48
...
...
@@ -2,7 +2,7 @@
%define llvmver 3.7.0
Name: bcc
Version: 0.1.
6
Version: 0.1.
7
Release: 1%{?dist}
Summary: BPF Compiler Collection (BCC)
...
...
debian/changelog
View file @
350f0d48
bcc (0.1.7-1) unstable; urgency=low
* Tracing features and bugfixes
* Built against LLVM 3.8 HEAD
-- Brenden Blanco <bblanco@plumgrid.com> Mon, 12 Oct 2015 16:47:09 +0000
bcc (0.1.6-1) unstable; urgency=low
* Stability fixes
...
...
scripts/build-deb.sh
View file @
350f0d48
...
...
@@ -14,7 +14,7 @@ trap cleanup EXIT
mkdir
$TMP
/bcc
cp
-a
*
$TMP
/bcc
pushd
$TMP
tar
zcf bcc_0.1.
6
.orig.tar.gz bcc/
tar
zcf bcc_0.1.
7
.orig.tar.gz bcc/
cd
bcc
DEB_BUILD_OPTIONS
=
"nocheck parallel=
${
PARALLEL
}
"
debuild
-us
-uc
popd
...
...
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