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
9b0fa3e7
Commit
9b0fa3e7
authored
Nov 12, 2019
by
Rafi Kamal
Committed by
Rafi Kamal
Nov 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove java/lite/proguard.pgcfg from EXTRA_DIST since it's not part of
protoc.
parent
df719723
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
Makefile.am
conformance/Makefile.am
+1
-3
tests.sh
tests.sh
+1
-1
No files found.
conformance/Makefile.am
View file @
9b0fa3e7
...
...
@@ -203,9 +203,7 @@ EXTRA_DIST = \
failure_list_python-post26.txt
\
failure_list_ruby.txt
\
failure_list_php.txt
\
failure_list_php_c.txt
\
java/lite/proguard.pgcfg
failure_list_php_c.txt
conformance_test_runner_LDADD
=
$(top_srcdir)
/src/libprotobuf.la
conformance_test_runner_SOURCES
=
conformance_test.h conformance_test.cc
\
...
...
tests.sh
View file @
9b0fa3e7
...
...
@@ -62,7 +62,7 @@ build_cpp_distcheck() {
# List all files that should be included in the distribution package.
git ls-files |
grep
"^
\(
java
\|
python
\|
objectivec
\|
csharp
\|
js
\|
ruby
\|
php
\|
cmake
\|
examples
\|
src/google/protobuf/.*
\.
proto
\)
"
|
\
grep
-v
".gitignore"
|
grep
-v
"java/compatibility_tests"
|
\
grep
-v
".gitignore"
|
grep
-v
"java/compatibility_tests"
|
grep
-v
"java/lite/proguard.pgcfg"
|
\
grep
-v
"python/compatibility_tests"
|
grep
-v
"csharp/compatibility_tests"
>
dist.lst
# Unzip the dist tar file.
DIST
=
`
ls
*
.tar.gz
`
...
...
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