From 1fcb5ad959f2ed5fc20fcd86ddbe2980054b7537 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 21 Sep 2019 11:28:52 +0100 Subject: Remove test-env from the repository This is a generated file. --- .gitignore | 1 + test-env | 23 ----------------------- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100755 test-env diff --git a/.gitignore b/.gitignore index 1a73968..c73b215 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ scripts/guix-data-service-process-job scripts/guix-data-service-process-jobs scripts/guix-data-service-query-build-servers scripts/guix-data-service-process-branch-updated-email +test-env pre-inst-env .local.envrc diff --git a/test-env b/test-env deleted file mode 100755 index acb0925..0000000 --- a/test-env +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -# Guix Data Service -- Information about Guix over time -# Copyright © 2019 Christopher Baines -# -# This program is free software: you can redistribute it and/or -# modify it under the terms of the GNU Affero General Public License -# as published by the Free Software Foundation, either version 3 of -# the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public -# License along with this program. If not, see -# . - -export GUIX_DATA_SERVICE_DATABASE_PARAMSTRING=${GUIX_DATA_SERVICE_DATABASE_PARAMSTRING:-'dbname=guix_data_service_test user=guix_data_service'} - -"/home/chris/Projects/Guix/guix-data-service/pre-inst-env" "$@" -exit $? -- cgit v1.2.3