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

Add dependencies for WebDAV #84

Closed
wants to merge 3 commits into from

Conversation

tmiland
Copy link
Contributor

@tmiland tmiland commented Mar 29, 2019

Added dependencies for WebDAV

Added support for nginx WebDAV.
Added --with-http_dav_module
Added dependencies for WebDAV
@tmiland
Copy link
Contributor Author

tmiland commented Mar 29, 2019

Forgot to add dependencies, build will fail if not installed.

https://github.com/arut/nginx-dav-ext-module#requirements

@angristan
Copy link
Owner

Thanks, can you rebase your branch in master?

@tmiland
Copy link
Contributor Author

tmiland commented Mar 29, 2019

Thanks, can you rebase your branch in master?

Not quite sure how to...

Do you have any specific commands i can run, so i don't mess up? 🤓

@angristan
Copy link
Owner

mmh, let me try something...

angristan pushed a commit that referenced this pull request Mar 29, 2019
@angristan
Copy link
Owner

Merged: 0cd0ae5

@angristan angristan closed this Mar 29, 2019
@angristan angristan added the bug label Mar 29, 2019
@angristan
Copy link
Owner

Here is what I did, FYI:

git checkout -b tmiland-nginx-dav-ext-module master
git pull https://github.com/tmiland/nginx-autoinstall.git nginx-dav-ext-module
git checkout master
git merge --squash tmiland-nginx-dav-ext-module
git commit --amend --author "Tommy Miland <youremailaddress>"
git push

There are probably other ways 🤷‍♂️

@tmiland
Copy link
Contributor Author

tmiland commented Mar 30, 2019

Here is what I did, FYI:

git checkout -b tmiland-nginx-dav-ext-module master
git pull https://github.com/tmiland/nginx-autoinstall.git nginx-dav-ext-module
git checkout master
git merge --squash tmiland-nginx-dav-ext-module
git commit --amend --author "Tommy Miland <youremailaddress>"
git push

There are probably other ways man_shrugging

Thank you @angristan 👍

@tmiland tmiland deleted the nginx-dav-ext-module branch March 30, 2019 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants