From 2b10a9677817377618e33d2b07ab7caefe316633 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 18 Aug 2014 17:05:22 +0000 Subject: Re-organise definitions with scripts/organise-morphologies.py --- strata/gitlab/gitlab-ce.morph | 6 ++++++ strata/gitlab/gitlab-ci.morph | 6 ++++++ strata/gitlab/gitlab-shell.morph | 6 ++++++ 3 files changed, 18 insertions(+) create mode 100644 strata/gitlab/gitlab-ce.morph create mode 100644 strata/gitlab/gitlab-ci.morph create mode 100644 strata/gitlab/gitlab-shell.morph (limited to 'strata/gitlab') diff --git a/strata/gitlab/gitlab-ce.morph b/strata/gitlab/gitlab-ce.morph new file mode 100644 index 00000000..571881f8 --- /dev/null +++ b/strata/gitlab/gitlab-ce.morph @@ -0,0 +1,6 @@ +name: gitlab-ce +kind: chunk +install-commands: +- mkdir -p "$DESTDIR/$PREFIX/share/gitlab-ce" +- cp -R * "$DESTDIR/$PREFIX/share/gitlab-ce" +- chmod -R a+rX,g+w "$DESTDIR/$PREFIX/share/gitlab-ce" diff --git a/strata/gitlab/gitlab-ci.morph b/strata/gitlab/gitlab-ci.morph new file mode 100644 index 00000000..99d01367 --- /dev/null +++ b/strata/gitlab/gitlab-ci.morph @@ -0,0 +1,6 @@ +name: gitlab-ci +kind: chunk +install-commands: +- mkdir -p "$DESTDIR/$PREFIX/share/gitlab-ci" +- cp -R * "$DESTDIR/$PREFIX/share/gitlab-ci" +- chmod -R a+rX,g+w "$DESTDIR/$PREFIX/share/gitlab-ci" diff --git a/strata/gitlab/gitlab-shell.morph b/strata/gitlab/gitlab-shell.morph new file mode 100644 index 00000000..069c6c41 --- /dev/null +++ b/strata/gitlab/gitlab-shell.morph @@ -0,0 +1,6 @@ +name: gitlab-shell +kind: chunk +install-commands: +- mkdir -p "$DESTDIR/$PREFIX/share/gitlab-shell" +- cp -R * "$DESTDIR/$PREFIX/share/gitlab-shell" +- chmod -R a+rX,g+w "$DESTDIR/$PREFIX/share/gitlab-shell" -- cgit v1.2.1