[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: build: Remove build-aux/hydra/demo-os.scm from EXTRA_DIST.
From: |
Ludovic Courtès |
Subject: |
02/04: build: Remove build-aux/hydra/demo-os.scm from EXTRA_DIST. |
Date: |
Fri, 14 Apr 2017 06:29:26 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 11e2087e250150ccedd5309afd1e056295d77c46
Author: Mathieu Othacehe <address@hidden>
Date: Fri Apr 14 11:26:07 2017 +0200
build: Remove build-aux/hydra/demo-os.scm from EXTRA_DIST.
* Makefile.am (EXTRA_DIST): Remove build-aux/hydra/demo-os.scm. The
file was removed of guix in this commit
a3a27745013f3e5a287de3bf0187b2f72beb6965.
Signed-off-by: Ludovic Courtès <address@hidden>
---
Makefile.am | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index c16a1cf..99b4556 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -398,7 +398,6 @@ EXTRA_DIST =
\
build-aux/compile-all.scm \
build-aux/hydra/evaluate.scm \
build-aux/hydra/gnu-system.scm \
- build-aux/hydra/demo-os.scm \
build-aux/hydra/guix.scm \
build-aux/check-available-binaries.scm \
build-aux/check-final-inputs-self-contained.scm \