summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlibexec/container/start1
-rwxr-xr-xshare/build-scripts/debconf1
2 files changed, 2 insertions, 0 deletions
diff --git a/libexec/container/start b/libexec/container/start
index 2287bd1..c78d025 100755
--- a/libexec/container/start
+++ b/libexec/container/start
@@ -18,6 +18,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
set -e
+set -x
PROJECT="open-infrastructure"
SOFTWARE="compute-tools"
diff --git a/share/build-scripts/debconf b/share/build-scripts/debconf
index a20212f..206e889 100755
--- a/share/build-scripts/debconf
+++ b/share/build-scripts/debconf
@@ -18,6 +18,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
set -e
+set -x
PROJECT="open-infrastructure"
SOFTWARE="compute-tools"