murgatroid99
38007753b0
Remove src/node and references to it
...
This removes all of the node code and tests from the repo, along with the
scripts for running Node unit tests, performance tests, and artifact builds.
The scripts for running tests from the grpc-node repository are untouched.
7 years ago
Jan Tattermusch
c3e2510bd4
csharp_coreclr_x64 dockerfile not useful
7 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Siddharth Shukla
8e64d901fd
Modify shebang on python scripts
...
Change shebangs to `#!/usr/bin/env python` instead of
`#!/usr/bin/env python2.7`.
8 years ago
Jan Tattermusch
5c79a3199c
cleanup tools/run_tests directory
8 years ago
Jan Tattermusch
a4945df604
get rid of the obsolete C# package builder
8 years ago
Alex Polcyn
c064ff4e56
keep old obsolete csharp package builds but add windows dotnetcli package build. change names of package build targets too
8 years ago
Alexander Polcyn
84be265239
strong name sign csharp nuget builds with dotnet on windows
8 years ago
Jan Tattermusch
ca29914adf
allow building all nugets on linux
8 years ago
Jan Tattermusch
8a84c8c9df
allow building all nugets on linux
8 years ago
Nicolas "Pixel" Noble
6ee23ee614
There's no 'platform' in package_targets.py, only labels.
8 years ago
Nicolas "Pixel" Noble
f2c074a73e
Updating build package C# scripts.
8 years ago
siddharthshukla
0589e533cd
Make testing toolchain python 3.x compliant
...
six is necessary for making these scripts cross compatible
between python 2.x and 3.x
Changes:
Add six to python_deps.include
Include python_deps.include to all Dockerfile templates in test directory
Include python_deps.include to all Dockerfile templates in stress_test directory
Include python_deps.include to all Dockerfile templates in interop_test directory
Replace print statements with print function calls (from futute..)
Replace .iteritems() with .items() wherever necessary
use six.moves to import BaseHTTPServer
Generate new dockerfiles using generate_projects.sh
8 years ago
Jan Tattermusch
2c084ee31e
build experimental nugets with dotnet CLI
9 years ago
Jan Tattermusch
9835d4b1f7
update locations of dockerization scripts
9 years ago
Stanley Cheung
bf74d69ed6
fix php artifact name and update config.m4 template
9 years ago
Stanley Cheung
5adb71fb9a
php: simplify installation
9 years ago
Jan Tattermusch
3c6039222f
add build_package collector targets for python and ruby
9 years ago
murgatroid99
3c3e58eb27
Fixed copy/paste errors in package_target.py
9 years ago
murgatroid99
dc3b4a4689
Add package build script for Node.js
9 years ago
Nathaniel Manista
cbf21da6e4
/usr/bin/env python -> /usr/bin/env python2.7
9 years ago
Alistair Veitch
75d5c0f024
post merge
9 years ago
Jan Tattermusch
adc9c08123
move artifact dockerfiles
9 years ago
Jan Tattermusch
29dadb2404
fix copyrights
9 years ago
Jan Tattermusch
7eba1729f0
building artifacts under docker
9 years ago
David Garcia Quintas
d053ded310
copyriiiights, fuuuuu
9 years ago
Craig Tiller
1f980a816f
Fix copyrights
9 years ago
Jan Tattermusch
447ef7eaaa
extend copyright to 2016
9 years ago
Sree Kuchibhotla
e371742d83
Separate interop images and interop_stress images
9 years ago
Jan Tattermusch
91ad018c00
Build and run per-language containers for interop tests
9 years ago
Nicolas "Pixel" Noble
20ee44ff06
Removing the ssh setup of the dockerfile.
10 years ago
Craig Tiller
ab37138647
Update year
10 years ago
Craig Tiller
6ce372cc8f
Add copyrights to docker files, makefiles
10 years ago
Tim Emiola
d2130c3561
Switches the grpc-repo dockerfiles to pull gRPC source from GitHub
10 years ago
Nicolas "Pixel" Noble
27be1a2d3c
Removing a few more traces of libevent.
10 years ago
Nicolas Noble
ddef24620a
Adding the tools directory to the git export.
10 years ago