From eb0d39eff459363cb617a82e47092974bfc8522c Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 1 Nov 2021 15:03:30 -0400 Subject: [PATCH] fix CI_COMMIT_SHA --- index.html | 2 +- make_tarball.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 7c2c0a6..720cda5 100644 --- a/index.html +++ b/index.html @@ -78,7 +78,7 @@


- To start the conversation off, this is our first thread: What are the possible ways to define a "Permacomputer". Let's talk about existing technologies both centralized and distributed computing stacks. Let's talk about bittorrent. Let's talk about the game changing Cloudflare R2 (AWS S3 compatible object store). Let's talk about cryptocurrency. Let's talk about the "pirate" peer-to-peer distribution networks of the 1990's and 2000's. Let's talk cryptography. Let's talk crypto currencies. Let's talk about how to build a distributed and permanent computer owned and operated by the people. Let's keep costs down close to zero. Let's talk about IPV4 and IPV6. Let's think inside and outside the box. After a couple of weeks this thread will be moved to the forum and a new thread will be posed to help the group move forward with either more creative thought or creative action. Right now we are searching to understand each of our specialized knowledge as a group. + To start the conversation off, this is our first thread: What are the possible ways to define a "Permacomputer". Let's talk about existing technologies both centralized and distributed computing stacks. Let's talk about bittorrent. Let's talk about the game changing Cloudflare R2 (AWS S3 compatible object store). Let's talk about the "pirate" peer-to-peer distribution networks of the 1990's and 2000's. Let's talk cryptography. Let's talk crypto currencies. Let's talk about how to build a distributed and permanent computer owned and operated by the people. Let's keep costs down close to zero. Let's talk about IPv4 and IPv6. Let's think inside and outside the box. After a couple of weeks this thread will be moved to the forum and a new thread will be posed to help the group move forward with either more creative thought or creative action. Right now we are searching to understand each of our specialized knowledge as a group.

diff --git a/make_tarball.sh b/make_tarball.sh index bb577bc..510a463 100755 --- a/make_tarball.sh +++ b/make_tarball.sh @@ -2,4 +2,4 @@ rm -rf .git cd ..; tar -zcvf www.unturf.com.tar.gz www.unturf.com; mv www.unturf.com.tar.gz www.unturf.com; cd www.unturf.com # create git-commit.txt to track this builds git commit hash. -echo $GIT_COMMIT >> commit-hash.txt +echo $CI_COMMIT_SHA >> commit-hash.txt