From 2be4cd788ecbbb9c26d5c4a3019278c424cdf638 Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Fri, 21 Jun 2024 13:00:39 +0200 Subject: [PATCH 1/3] build something new --- project_0x0/c16f2b6 | 1 + 1 file changed, 1 insertion(+) create mode 100644 project_0x0/c16f2b6 diff --git a/project_0x0/c16f2b6 b/project_0x0/c16f2b6 new file mode 100644 index 0000000..b9c37b2 --- /dev/null +++ b/project_0x0/c16f2b6 @@ -0,0 +1 @@ +https://github.com/ParaStation/psmpi/commit/c16f2b61e290b9547510c5dbcc8666d3d514fe7d From 7653a7afb3e57a2a743ac41756ff5cd04e866b00 Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Wed, 7 Aug 2024 11:47:18 +0200 Subject: [PATCH 2/3] simple build script that just prints some message and keeps the job running a bit --- bot/build.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bot/build.sh diff --git a/bot/build.sh b/bot/build.sh new file mode 100644 index 0000000..8a542f3 --- /dev/null +++ b/bot/build.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +SLEEP=120 + +echo ME=$BASH_SOURCE +echo going to idle for $SLEEP seconds +sleep $SLEEP From 2872931462c0177cc445d7577e5516314e0b9b02 Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Wed, 7 Aug 2024 11:52:04 +0200 Subject: [PATCH 3/3] fix build script permissions --- bot/build.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 bot/build.sh diff --git a/bot/build.sh b/bot/build.sh old mode 100644 new mode 100755