Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
8199a01f
Commit
8199a01f
authored
5 years ago
by
Adam Liddell
Committed by
Adam Cozzette
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move six.BUILD to third_party and update paths
parent
23e520e7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile.am
Makefile.am
+1
-1
WORKSPACE
WORKSPACE
+1
-1
protobuf_deps.bzl
protobuf_deps.bzl
+1
-1
six.BUILD
third_party/six.BUILD
+0
-0
No files found.
Makefile.am
View file @
8199a01f
...
...
@@ -1236,7 +1236,7 @@ EXTRA_DIST = $(@DIST_LANG@_EXTRA_DIST) \
python/release/wheel/Dockerfile
\
python/release/wheel/protobuf_optimized_pip.sh
\
python/release/wheel/README.md
\
six.BUILD
\
third_party/six.BUILD
\
third_party/zlib.BUILD
\
util/python/BUILD
...
...
This diff is collapsed.
Click to expand it.
WORKSPACE
View file @
8199a01f
...
...
@@ -18,7 +18,7 @@ protobuf_deps()
http_archive(
name = "six",
build_file = "@//:six.BUILD",
build_file = "@//:
third_party/
six.BUILD",
sha256 = "d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73",
urls = ["https://pypi.python.org/packages/source/s/six/six-1.12.0.tar.gz"],
)
...
...
This diff is collapsed.
Click to expand it.
protobuf_deps.bzl
View file @
8199a01f
...
...
@@ -25,7 +25,7 @@ def protobuf_deps():
if not native.existing_rule("six"):
http_archive(
name = "six",
build_file = "@
//:
six.BUILD",
build_file = "@
com_google_protobuf//:third_party/
six.BUILD",
sha256 = "d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73",
urls = ["https://pypi.python.org/packages/source/s/six/six-1.12.0.tar.gz"],
)
...
...
This diff is collapsed.
Click to expand it.
six.BUILD
→
third_party/
six.BUILD
View file @
8199a01f
File moved
This diff is collapsed.
Click to expand it.
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