summaryrefslogtreecommitdiff
path: root/etc/teams/release/artifacts.scm
diff options
context:
space:
mode:
Diffstat (limited to 'etc/teams/release/artifacts.scm')
-rw-r--r--etc/teams/release/artifacts.scm26
1 files changed, 26 insertions, 0 deletions
diff --git a/etc/teams/release/artifacts.scm b/etc/teams/release/artifacts.scm
new file mode 100644
index 00000000000..095df709de4
--- /dev/null
+++ b/etc/teams/release/artifacts.scm
@@ -0,0 +1,26 @@
1;;; GNU Guix --- Functional package management for GNU
2;;;
3;;; This file is part of GNU Guix.
4;;;
5;;; GNU Guix is free software; you can redistribute it and/or modify it
6;;; under the terms of the GNU General Public License as published by
7;;; the Free Software Foundation; either version 3 of the License, or (at
8;;; your option) any later version.
9;;;
10;;; GNU Guix is distributed in the hope that it will be useful, but
11;;; WITHOUT ANY WARRANTY; without even the implied warranty of
12;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13;;; GNU General Public License for more details.
14;;;
15;;; You should have received a copy of the GNU General Public License
16;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
17
18;;; Produce a single directory with all the artifacts inside of it, with proper
19;;; names. They can then be easily copied to releasedir in Makefile. The files are
20;;; symlinked to save space, but they should be copied out of the store as regular
21;;; files.
22
23(load "artifacts-manifest.scm")
24
25(manifest->union
26 supported-systems-union-manifest)