summaryrefslogtreecommitdiff
path: root/builder/builder-manifest.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-02-03 10:57:50 +0100
committerAlexander Larsson <alexl@redhat.com>2016-02-03 10:57:50 +0100
commit43ac6421f9ac8bed2935d6cf6e676938f891619c (patch)
tree10ef0db2315bd2235e2b7cc77faa0e295542b0a4 /builder/builder-manifest.h
parent1d5fb6438b3953e05522c1a2db1c994d315a90e4 (diff)
downloadxdg-app-43ac6421f9ac8bed2935d6cf6e676938f891619c.tar.gz
builder: Store exact sdk commit id in the build cache and manifest
This means we rebuild everything if the sdk changes, and you can also see what version an app was built against.
Diffstat (limited to 'builder/builder-manifest.h')
-rw-r--r--builder/builder-manifest.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/builder/builder-manifest.h b/builder/builder-manifest.h
index 007394b..d983c37 100644
--- a/builder/builder-manifest.h
+++ b/builder/builder-manifest.h
@@ -48,6 +48,9 @@ const char * builder_manifest_get_id_platform (BuilderManifest *self);
BuilderOptions *builder_manifest_get_build_options (BuilderManifest *self);
GList * builder_manifest_get_modules (BuilderManifest *self);
+gboolean builder_manifest_start (BuilderManifest *self,
+ BuilderContext *context,
+ GError **error);
gboolean builder_manifest_init_app_dir (BuilderManifest *self,
BuilderContext *context,
GError **error);