From a59a66dd7104a6482bea3f1c38ab088330c84fb1 Mon Sep 17 00:00:00 2001 From: despiegk Date: Tue, 31 Dec 2024 05:39:23 +0100 Subject: [PATCH] ... --- examples/threefold/grid/deployment_state.vsh | 1 + examples/threefold/grid/vm_example.vsh | 1 + examples/threefold/grid/vm_query_example.vsh | 1 + examples/threefold/grid/webgw_example.vsh | 1 + examples/threefold/grid/zdb_example.vsh | 1 + lib/vpkg.json | 12 ------------ 6 files changed, 5 insertions(+), 12 deletions(-) delete mode 100644 lib/vpkg.json diff --git a/examples/threefold/grid/deployment_state.vsh b/examples/threefold/grid/deployment_state.vsh index cb7a0b72..d7fb5f08 100644 --- a/examples/threefold/grid/deployment_state.vsh +++ b/examples/threefold/grid/deployment_state.vsh @@ -1,4 +1,5 @@ +#!/usr/bin/env -S v -n -w -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run struct DeploymentStateDB{ secret ... //to encrypt symmetric diff --git a/examples/threefold/grid/vm_example.vsh b/examples/threefold/grid/vm_example.vsh index e91a2bf7..eaacfff5 100644 --- a/examples/threefold/grid/vm_example.vsh +++ b/examples/threefold/grid/vm_example.vsh @@ -1,3 +1,4 @@ +#!/usr/bin/env -S v -n -w -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run struct VMSpecs{ diff --git a/examples/threefold/grid/vm_query_example.vsh b/examples/threefold/grid/vm_query_example.vsh index 8145b790..ee827ca7 100644 --- a/examples/threefold/grid/vm_query_example.vsh +++ b/examples/threefold/grid/vm_query_example.vsh @@ -1,3 +1,4 @@ +#!/usr/bin/env -S v -n -w -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run struct NodeQuery{ diff --git a/examples/threefold/grid/webgw_example.vsh b/examples/threefold/grid/webgw_example.vsh index 29316058..f1a4934e 100644 --- a/examples/threefold/grid/webgw_example.vsh +++ b/examples/threefold/grid/webgw_example.vsh @@ -1,3 +1,4 @@ +#!/usr/bin/env -S v -n -w -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run diff --git a/examples/threefold/grid/zdb_example.vsh b/examples/threefold/grid/zdb_example.vsh index 9486e6af..bf2fa16f 100644 --- a/examples/threefold/grid/zdb_example.vsh +++ b/examples/threefold/grid/zdb_example.vsh @@ -1,3 +1,4 @@ +#!/usr/bin/env -S v -n -w -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run struct ZDBSpecs{ diff --git a/lib/vpkg.json b/lib/vpkg.json deleted file mode 100644 index 5f7b2f81..00000000 --- a/lib/vpkg.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "herolib", - "version": "0.1.0", - "author": [ - "despiegk " - ], - "repo": "https://github.com/herouniverse/herolib/herolib", - "sources": [ - "https://vpkg-project.github.io/registry/src/" - ], - "dependencies": [] -} \ No newline at end of file