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

Can't generate manifest file with steps as proposed #544

Closed
DavidBruant opened this issue Jan 21, 2014 · 1 comment
Closed

Can't generate manifest file with steps as proposed #544

DavidBruant opened this issue Jan 21, 2014 · 1 comment
Labels

Comments

@DavidBruant
Copy link

STR:

git clone git@github.com:w3c/web-platform-tests.git
cd web-platform-tests
git submodule init
git submodule update --recursive
python tools/scripts/manifest.py MANIFEST.json

The manifest file isn't generated and the following is printed:

INFO:Web platform tests:Working directory not clean, adding local changes

git status reveals modified: tools/pywebsocket (untracked content) which contains a bunch of untracked src/mod_pywebsocket/*.pyc files.

Reverting changes allows to generate the manifest, but then python serve.py doesn't work. That's solve by doing git submodule update --recursive again.

Maybe the issue can be solved with adding the guilty files to .gitignore somewhere.

@jgraham
Copy link
Contributor

jgraham commented Jan 7, 2015

This got rewritten.

@jgraham jgraham closed this as completed Jan 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants