mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-03 13:18:57 -04:00
Revert d06a72 and 6b9b1be but keep the wheel-removal changes
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -23,7 +23,6 @@ var/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
venv/
|
||||
vendor/
|
||||
|
||||
# PyInstaller
|
||||
# Usually these files are written by a python script from a template
|
||||
|
||||
4
Makefile
4
Makefile
@@ -86,8 +86,6 @@ generate-version-file: ## Generates the app version file
|
||||
build: dependencies generate-version-file ## Build project
|
||||
npm run build
|
||||
. venv/bin/activate && PIP_ACCEL_CACHE=${PIP_ACCEL_CACHE} pip-accel install -r requirements.txt
|
||||
mkdir -p vendor/
|
||||
cp ${PIP_ACCEL_CACHE}/sources/* vendor/
|
||||
|
||||
.PHONY: cf-build
|
||||
cf-build: dependencies generate-version-file ## Build project
|
||||
@@ -201,7 +199,7 @@ clean-docker-containers: ## Clean up any remaining docker containers
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf node_modules cache target venv .coverage vendor
|
||||
rm -rf node_modules cache target venv .coverage
|
||||
|
||||
.PHONY: cf-login
|
||||
cf-login: ## Log in to Cloud Foundry
|
||||
|
||||
Reference in New Issue
Block a user