gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-android] branch master updated: We don't use submodules any


From: gnunet
Subject: [taler-taler-android] branch master updated: We don't use submodules anymore
Date: Thu, 23 Feb 2023 15:51:05 +0100

This is an automated email from the git hooks/post-receive script.

torsten-grote pushed a commit to branch master
in repository taler-android.

The following commit(s) were added to refs/heads/master by this push:
     new 7b11c93  We don't use submodules anymore
7b11c93 is described below

commit 7b11c9309d5ac88b6da6c50aeece589f0c0a7b3c
Author: Torsten Grote <t@grobox.de>
AuthorDate: Thu Feb 23 11:49:21 2023 -0300

    We don't use submodules anymore
---
 .gitmodules |  0
 README.md   | 11 +----------
 bootstrap   | 14 --------------
 3 files changed, 1 insertion(+), 24 deletions(-)

diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index e69de29..0000000
diff --git a/README.md b/README.md
index cdc9574..16278ea 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,6 @@ The official location is:
     
 ## Structure
 
-* [**anastasis-ui**](/anastasis-ui) - an Android library for sync and backup 
UI.
-  See [Anastasis](https://docs.taler.net/anastasis.html).
 * [**cashier**](/cashier) - an Android app that enables you to take cash and 
give out electronic cash
 * [**merchant-lib**](/merchant-lib) - a library providing communication with a 
merchant backend
   to be used by the point of sale app below.
@@ -19,18 +17,11 @@ The official location is:
   and let the customer make a Taler payment via QR code or NFC.
 * [**taler-kotlin-android**](/taler-kotlin-android) - an Android library 
containing common code
   needed by more than one Taler Android app.
-* [**multiplatform**](/multiplatform) - multi-platform Taler libraries
-  included as a [git submodule](https://git-scm.com/docs/git-submodule)
-  from 
[`https://git.taler.net/wallet-kotlin.git`](https://git.taler.net/wallet-kotlin.git/)
 * [**wallet**](/wallet) - a GNU Taler wallet Android app
 
 ## Building
 
-Before building anything, you should initialize and update the submodules by 
running
-    
-    $ ./bootstrap
-    
-Then, you can get a list of possible build tasks like this:
+You can get a list of possible build tasks like this:
     
     $ ./gradlew tasks
     
diff --git a/bootstrap b/bootstrap
deleted file mode 100755
index 8efb636..0000000
--- a/bootstrap
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-# Bootstrap the repository.  Used when the repository is checked out from git.
-# When using the source tarball, running this script is not necessary.
-
-set -eu
-
-if ! git --version >/dev/null; then
-  echo "git not installed"
-  exit 1
-fi
-
-git submodule sync --recursive
-git submodule update --init --recursive

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]