Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
aec4ac82
Commit
aec4ac82
authored
9 years ago
by
Stanley Cheung
Browse files
Options
Downloads
Patches
Plain Diff
update debian unstable to testing
parent
7b773e94
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
INSTALL
+2
-2
2 additions, 2 deletions
INSTALL
src/node/README.md
+3
-3
3 additions, 3 deletions
src/node/README.md
src/php/README.md
+3
-3
3 additions, 3 deletions
src/php/README.md
src/python/README.md
+3
-3
3 additions, 3 deletions
src/python/README.md
src/ruby/README.md
+3
-3
3 additions, 3 deletions
src/ruby/README.md
with
14 additions
and
14 deletions
INSTALL
+
2
−
2
View file @
aec4ac82
...
@@ -11,12 +11,12 @@ wiki pages:
...
@@ -11,12 +11,12 @@ wiki pages:
On Linux (Debian):
On Linux (Debian):
Note: you will need to add the Debian '
unstable
' distribution to your sources
Note: you will need to add the Debian '
testing
' distribution to your sources
file first.
file first.
Add the following line to your `/etc/apt/sources.list` file:
Add the following line to your `/etc/apt/sources.list` file:
deb http://ftp.us.debian.org/debian
unstable
main contrib non-free
deb http://ftp.us.debian.org/debian
testing
main contrib non-free
Install the gRPC library:
Install the gRPC library:
...
...
This diff is collapsed.
Click to expand it.
src/node/README.md
+
3
−
3
View file @
aec4ac82
...
@@ -11,10 +11,10 @@ Alpha : Ready for early adopters
...
@@ -11,10 +11,10 @@ Alpha : Ready for early adopters
**Linux (Debian):**
**Linux (Debian):**
Add
[
Debian
unstable
][]
to your
`sources.list`
file. Example:
Add
[
Debian
testing
][]
to your
`sources.list`
file. Example:
```
sh
```
sh
echo
"deb http://ftp.us.debian.org/debian
unstable
main contrib non-free"
|
\
echo
"deb http://ftp.us.debian.org/debian
testing
main contrib non-free"
|
\
sudo tee
-a
/etc/apt/sources.list
sudo tee
-a
/etc/apt/sources.list
```
```
...
@@ -113,4 +113,4 @@ An object with factory methods for creating credential objects for servers.
...
@@ -113,4 +113,4 @@ An object with factory methods for creating credential objects for servers.
[
homebrew
]:
http://brew.sh
[
homebrew
]:
http://brew.sh
[
gRPC install script
]:
https://raw.githubusercontent.com/grpc/homebrew-grpc/master/scripts/install
[
gRPC install script
]:
https://raw.githubusercontent.com/grpc/homebrew-grpc/master/scripts/install
[
Debian
unstable
]:
https://www.debian.org/releases/s
id
/
[
Debian
testing
]:
https://www.debian.org/releases/s
tretch
/
This diff is collapsed.
Click to expand it.
src/php/README.md
+
3
−
3
View file @
aec4ac82
...
@@ -32,10 +32,10 @@ $ sudo php -d detect_unicode=0 go-pear.phar
...
@@ -32,10 +32,10 @@ $ sudo php -d detect_unicode=0 go-pear.phar
**Linux (Debian):**
**Linux (Debian):**
Add
[
Debian
unstable
][]
to your
`sources.list`
file. Example:
Add
[
Debian
testing
][]
to your
`sources.list`
file. Example:
```
sh
```
sh
echo
"deb http://ftp.us.debian.org/debian
unstable
main contrib non-free"
|
\
echo
"deb http://ftp.us.debian.org/debian
testing
main contrib non-free"
|
\
sudo tee
-a
/etc/apt/sources.list
sudo tee
-a
/etc/apt/sources.list
```
```
...
@@ -167,4 +167,4 @@ $ ./bin/run_gen_code_test.sh
...
@@ -167,4 +167,4 @@ $ ./bin/run_gen_code_test.sh
[
homebrew
]:
http://brew.sh
[
homebrew
]:
http://brew.sh
[
gRPC install script
]:
https://raw.githubusercontent.com/grpc/homebrew-grpc/master/scripts/install
[
gRPC install script
]:
https://raw.githubusercontent.com/grpc/homebrew-grpc/master/scripts/install
[
Node
]:
https://github.com/grpc/grpc/tree/master/src/node/examples
[
Node
]:
https://github.com/grpc/grpc/tree/master/src/node/examples
[
Debian
unstable
]:
https://www.debian.org/releases/s
id
/
[
Debian
testing
]:
https://www.debian.org/releases/s
tretch
/
This diff is collapsed.
Click to expand it.
src/python/README.md
+
3
−
3
View file @
aec4ac82
...
@@ -16,10 +16,10 @@ INSTALLATION
...
@@ -16,10 +16,10 @@ INSTALLATION
**Linux (Debian):**
**Linux (Debian):**
Add
[
Debian
unstable
][]
to your
`sources.list`
file. Example:
Add
[
Debian
testing
][]
to your
`sources.list`
file. Example:
```
sh
```
sh
echo
"deb http://ftp.us.debian.org/debian
unstable
main contrib non-free"
|
\
echo
"deb http://ftp.us.debian.org/debian
testing
main contrib non-free"
|
\
sudo tee
-a
/etc/apt/sources.list
sudo tee
-a
/etc/apt/sources.list
```
```
...
@@ -92,4 +92,4 @@ $ ../../tools/distrib/python/submit.py
...
@@ -92,4 +92,4 @@ $ ../../tools/distrib/python/submit.py
[
gRPC install script
]:
https://raw.githubusercontent.com/grpc/homebrew-grpc/master/scripts/install
[
gRPC install script
]:
https://raw.githubusercontent.com/grpc/homebrew-grpc/master/scripts/install
[
Quick Start
]:
http://www.grpc.io/docs/tutorials/basic/python.html
[
Quick Start
]:
http://www.grpc.io/docs/tutorials/basic/python.html
[
detailed example
]:
http://www.grpc.io/docs/installation/python.html
[
detailed example
]:
http://www.grpc.io/docs/installation/python.html
[
Debian
unstable
]:
https://www.debian.org/releases/s
id
/
[
Debian
testing
]:
https://www.debian.org/releases/s
tretch
/
This diff is collapsed.
Click to expand it.
src/ruby/README.md
+
3
−
3
View file @
aec4ac82
...
@@ -19,10 +19,10 @@ INSTALLATION
...
@@ -19,10 +19,10 @@ INSTALLATION
**Linux (Debian):**
**Linux (Debian):**
Add
[
Debian
unstable
][]
to your
`sources.list`
file. Example:
Add
[
Debian
testing
][]
to your
`sources.list`
file. Example:
```
sh
```
sh
echo
"deb http://ftp.us.debian.org/debian
unstable
main contrib non-free"
|
\
echo
"deb http://ftp.us.debian.org/debian
testing
main contrib non-free"
|
\
sudo tee
-a
/etc/apt/sources.list
sudo tee
-a
/etc/apt/sources.list
```
```
...
@@ -99,4 +99,4 @@ Directory structure is the layout for [ruby extensions][]
...
@@ -99,4 +99,4 @@ Directory structure is the layout for [ruby extensions][]
[
ruby extensions
]:
http://guides.rubygems.org/gems-with-extensions/
[
ruby extensions
]:
http://guides.rubygems.org/gems-with-extensions/
[
rubydoc
]:
http://www.rubydoc.info/gems/grpc
[
rubydoc
]:
http://www.rubydoc.info/gems/grpc
[
grpc.io
]:
http://www.grpc.io/docs/installation/ruby.html
[
grpc.io
]:
http://www.grpc.io/docs/installation/ruby.html
[
Debian
unstable
]:
https://www.debian.org/releases/s
id
/
[
Debian
testing
]:
https://www.debian.org/releases/s
tretch
/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment