-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Goodbye Futon #277
Goodbye Futon #277
Conversation
+1 ); |
+1 if the conflicts can be resolved, would like to remove this before people start noticing it's still there. :) |
`make` alone now builds Fauxton along with the rest. `make fauxton` to only do the fauxton build. `make distclean` cleans the Fauxton build. Fauxton is deployed into share/www. `make distclean` simply removes share/www. If share/www exists, `make [fauxton]` skips building Fauxton. Includes a letter for Noah ;)
pushed a rebase to asf. |
263182c
to
393108c
Compare
How reliable are travis build errors? cc @rnewson |
once in a while (almost at every build) one VM from travis fails - please note we are building on 5 erlang platforms and almost every time one of them fails because of timeout-issues in tests - see: https://travis-ci.org/apache/couchdb/builds/41022915 for this build and click a bit on https://travis-ci.org/apache/couchdb/builds - sadly we are not good at writing tests that provide idempotence in a CI setup |
Needs to be merged with apache/couchdb-fauxton#126