-
Notifications
You must be signed in to change notification settings - Fork 32
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
Doc fixes #105
Doc fixes #105
Conversation
Maybe VC should not try to install builtin.vcl and example.vcl into doc in the first place? TODO: |
debian/rules
Outdated
@@ -47,13 +47,15 @@ override_dh_auto_install: | |||
dh_auto_install -a | |||
install -d debian/tmp/etc/varnish | |||
install -T -m 0644 etc/example.vcl debian/tmp/etc/varnish/default.vcl | |||
install -T -m 0644 etc/builtin.vcl debian/tmp/etc/varnish/builtin.vcl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think builtin.vcl
belongs in /usr/share/doc/varnish
.
I'm OK with the README changes, not the rest. |
I think we shouldn't mess with anything that comes from |
Right now we install
deb:
rpm:
|
The fact that we maintain a The The fact that our RPMs ship the web documentation in |
Sorry, the deb status is: /etc/varnish/default.vcl Then all the changes what this PR will do is adding the |
7cfa19a
to
7587a7c
Compare
redhat/varnish.spec
Outdated
@@ -127,6 +127,7 @@ rm -rf %{buildroot} | |||
%{_unitdir}/* | |||
%exclude %{_datadir}/%{name}/vmodtool* | |||
%exclude %{_datadir}/%{name}/vsctool* | |||
README* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure about this?
I think it's %doc README*
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are correct, thanks.
7587a7c
to
94ff840
Compare
READMEs:
VCLs:
the default.vcl
/usr/share/doc/varnish/examples.