Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove c/ #3144

Merged
merged 6 commits into from
Sep 16, 2019
Merged

Remove c/ #3144

merged 6 commits into from
Sep 16, 2019

Conversation

lukedirtwalker
Copy link
Collaborator

@lukedirtwalker lukedirtwalker commented Sep 12, 2019

As explained in #3140 it is no longer worth maintaining those.

Fixes #3140


This change is Reviewable

Copy link
Contributor

@kormat kormat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 41 files at r1.
Reviewable status: 2 of 41 files reviewed, 3 unresolved discussions (waiting on @lukedirtwalker)

a discussion (no related file):
zlog should be dropped too. It was only ever used by the C code. Same probably goes for some things in env/debian/pkgs.txt. ./docker.sh scion_base && ./docker.sh scion should allow you to check what's no longer needed.



Makefile, line 36 at r1 (raw file):

# as those aren't created by bazel.
bazel_bin_clean:
	find bin/ -mindepth 1 ! -iname ".*" -exec rm {} +

This becomes rm -f bin/*


docker/perapp/app/Dockerfile.dispatcher, line 1 at r1 (raw file):

FROM scion_app_base:latest

There's a mention of this in perapp/README.md

As explained in scionproto#3140 it is no longer worth maintaining those.

Fixes scionproto#3140
Copy link
Collaborator Author

@lukedirtwalker lukedirtwalker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 2 of 41 files reviewed, 3 unresolved discussions (waiting on @kormat)

a discussion (no related file):

Previously, kormat (Stephen Shirley) wrote…

zlog should be dropped too. It was only ever used by the C code. Same probably goes for some things in env/debian/pkgs.txt. ./docker.sh scion_base && ./docker.sh scion should allow you to check what's no longer needed.

Done.



Makefile, line 36 at r1 (raw file):

Previously, kormat (Stephen Shirley) wrote…

This becomes rm -f bin/*

Done.


docker/perapp/app/Dockerfile.dispatcher, line 1 at r1 (raw file):

Previously, kormat (Stephen Shirley) wrote…

There's a mention of this in perapp/README.md

Done. That README is out of date anyways

Copy link
Contributor

@kormat kormat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 38 of 41 files at r1.
Reviewable status: 40 of 41 files reviewed, 2 unresolved discussions (waiting on @kormat)

Copy link
Contributor

@kormat kormat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 12 of 12 files at r2.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @lukedirtwalker)


Makefile, line 35 at r2 (raw file):

# Delete everything in bin/ that isn't a hidden file,
# as those aren't created by bazel.
bazel_bin_clean:

As this isn't really bazel-specific anymore, i'd rename it to clean_bin, and have the clean target depend on it.


docker/perapp/app/Dockerfile.dispatcher, line 1 at r1 (raw file):

Previously, lukedirtwalker (Lukas Vogel) wrote…

Done. That README is out of date anyways

The change isn't visible in this PR.

Copy link
Collaborator Author

@lukedirtwalker lukedirtwalker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 49 of 51 files reviewed, 2 unresolved discussions (waiting on @kormat)


Makefile, line 35 at r2 (raw file):

Previously, kormat (Stephen Shirley) wrote…

As this isn't really bazel-specific anymore, i'd rename it to clean_bin, and have the clean target depend on it.

Done.


docker/perapp/app/Dockerfile.dispatcher, line 1 at r1 (raw file):

Previously, kormat (Stephen Shirley) wrote…

The change isn't visible in this PR.

Done.

Copy link
Contributor

@kormat kormat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 2 files at r3.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @lukedirtwalker)


Makefile, line 9 at r3 (raw file):

all: tags bazel

clean: clean_bin

Drop clean_bin.

Copy link
Collaborator Author

@lukedirtwalker lukedirtwalker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @kormat)


Makefile, line 9 at r3 (raw file):

Previously, kormat (Stephen Shirley) wrote…

Drop clean_bin.

Done.

Copy link
Contributor

@kormat kormat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 2 of 2 files at r4.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@lukedirtwalker lukedirtwalker merged commit 7937a78 into scionproto:master Sep 16, 2019
@lukedirtwalker lukedirtwalker deleted the pubDropCCode branch September 16, 2019 13:45
matzf pushed a commit to matzf/scion that referenced this pull request Oct 17, 2019
As explained in scionproto#3140 it is no longer worth maintaining those.

Fixes scionproto#3140
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove c/
2 participants