Update Release Candidate
Showing
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"dependencies": { | ||
"husky": "^1.1.2", | ||
"lint-staged": "^7.3.0" | ||
}, | ||
"lint-staged": { | ||
"*.json": [ | ||
"python2 ./format-json", | ||
"git add" | ||
], | ||
"{components,software,stack}/**": [ | ||
"python -c 'import sys, os.path, subprocess; [subprocess.check_call((\"python2\", \"./update-hash\", buildout_hash)) for buildout_hash in { os.path.join(os.path.dirname(staged), \"buildout.hash.cfg\") for staged in sys.argv[1:]} if os.path.exists(buildout_hash)]'", | ||
"python -c 'import sys, os.path, subprocess; [subprocess.check_call((\"git\", \"add\", buildout_hash)) for buildout_hash in { os.path.join(os.path.dirname(staged), \"buildout.hash.cfg\") for staged in sys.argv[1:]} if os.path.exists(buildout_hash)]'" | ||
] | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
} | ||
} |
software/erp5/test/README.md
0 → 100644
software/erp5/test/setup.py
0 → 100644
software/erp5/test/utils.py
0 → 100644
software/kvm/test/README.md
0 → 100644
software/kvm/test/setup.py
0 → 100644
software/kvm/test/test.py
0 → 100644
software/kvm/test/utils.py
0 → 100644
software/theia/gowork.cfg
0 → 100644
software/theia/software.cfg
0 → 100644
software/theia/yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment