[gnome-software/wip/hughsie/bz779463: 2/5] trivial: Build the flatpak repos with a set timestamp



commit dd67a07867da7499a2b281c3ad496b840a5705f2
Author: Richard Hughes <richard hughsie com>
Date:   Fri Mar 3 21:55:59 2017 +0000

    trivial: Build the flatpak repos with a set timestamp
    
    This requires flatpak from git master.

 data/tests/flatpak/build.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/tests/flatpak/build.py b/data/tests/flatpak/build.py
index 09a3a87..67fa6d2 100755
--- a/data/tests/flatpak/build.py
+++ b/data/tests/flatpak/build.py
@@ -52,6 +52,7 @@ def build_flatpak(appid, srcdir, repodir, cleanrepodir=True):
     argv.append(repodir)
     argv.append(os.path.join(srcdir, appid))
     argv.append('--update-appstream')
+    argv.append('--timestamp=2016-09-15T01:02:03')
     if is_runtime:
         argv.append('--runtime')
     subprocess.call(argv)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]