[babl/pippin/ci-poke] meson: comment out push-web target




commit 6a0ed09872d942597cb780f3fb24eca8687ef962
Author: Øyvind Kolås <pippin gimp org>
Date:   Mon May 3 23:20:22 2021 +0200

    meson: comment out push-web target

 docs/meson.build | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/docs/meson.build b/docs/meson.build
index 1aa52ed42..5bd89df40 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -1,8 +1,8 @@
 subdir('graphics')
 
-host    = 'pippin.gimp.org'
-location= 'public_html/babl'
-scptarget = host + ':' + location + '/'
+#host    = 'pippin.gimp.org'
+#location= 'public_html/babl'
+#scptarget = host + ':' + location + '/'
 
 
 xml_insert = find_program(
@@ -102,10 +102,10 @@ foreach _file, _parms : html_files
 endforeach
 
 
-run_target('push_web',
-  command: [
-    'scp', index_html, index_static_html, babl_css, scptarget,
-    '&&',
-    'scp', graphic_files_install, scptarget + 'graphics/'
-  ],
-)
+#run_target('push_web',
+#  command: [
+#    'scp', index_html, index_static_html, babl_css, scptarget,
+#    '&&',
+#    'scp', graphic_files_install, scptarget + 'graphics/'
+#  ],
+#)


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