Skip to content

Commit

Permalink
Update tag to v0.1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Brenden Blanco <[email protected]>
  • Loading branch information
Brenden Blanco committed Oct 12, 2015
1 parent d8bf3e8 commit 350f0d4
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 10 deletions.
4 changes: 2 additions & 2 deletions SPECS/Dockerfile.el6
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://llvm.org/releases/3.7.0/llvm-3.7.0.src.tar.xz
RUN cd SOURCES && wget http:https://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
4 changes: 2 additions & 2 deletions SPECS/Dockerfile.el7
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ WORKDIR /root
RUN mkdir -p {BUILD,RPMS,SOURCES,SPECS,SRPMS}
RUN cd SOURCES && wget http:https://llvm.org/releases/3.7.0/llvm-3.7.0.src.tar.xz
RUN cd SOURCES && wget http:https://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
4 changes: 2 additions & 2 deletions SPECS/Dockerfile.f22
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

RUN cd SOURCES && wget http:https://llvm.org/releases/3.7.0/llvm-3.7.0.src.tar.xz
RUN cd SOURCES && wget http:https://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
2 changes: 1 addition & 1 deletion SPECS/bcc.el6.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion SPECS/bcc.el7.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion SPECS/bcc.f22.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
bcc (0.1.7-1) unstable; urgency=low

* Tracing features and bugfixes
* Built against LLVM 3.8 HEAD

-- Brenden Blanco <[email protected]> Mon, 12 Oct 2015 16:47:09 +0000

bcc (0.1.6-1) unstable; urgency=low

* Stability fixes
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 350f0d4

Please sign in to comment.