[geary/wip/flatpak-ci] Fix flatpak CI builds always building master
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/flatpak-ci] Fix flatpak CI builds always building master
- Date: Wed, 24 Oct 2018 13:25:13 +0000 (UTC)
commit 18c6a9eada0bd1d821a8183af474250fb5929cfd
Author: Michael Gratton <mike vee net>
Date: Wed Oct 24 23:55:35 2018 +1100
Fix flatpak CI builds always building master
Use "dir" source instead of "git" in the manifest so the current
working dir is built, not master.
org.gnome.Geary.json | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json
index e956d74d..4c21caf2 100644
--- a/org.gnome.Geary.json
+++ b/org.gnome.Geary.json
@@ -125,10 +125,12 @@
"buildsystem": "meson",
"builddir": true,
"sources": [
+ /* Use "dir" instead of "git" so local and CI builds */
+ /* use the current working directory and branch, not */
+ /* master every time, */
{
- "type": "git",
- "url": "https://gitlab.gnome.org/GNOME/geary.git",
- "branch": "master"
+ "type": "dir",
+ "path": "."
}
]
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]