osmith submitted this change.
README: update after setting up gerrit and jenkins
Change-Id: Ia27839881c0c739f58835ed883079b3ea60cb0e1
---
M README.md
1 file changed, 24 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index b11c171..e6fb5f3 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,23 @@
# ARAM Applet
-[](https://travis-ci.org/bertrandmartel/aram-applet)
-[](https://coveralls.io/github/bertrandmartel/aram-applet?branch=master)
-
JavaCard implementation of Global Platform Access Rule Application Master (ARA-M) applet according to
[Secure Element Access Control v1.1](https://globalplatform.org/specs-library/secure-element-access-control-v1-1) specification.
+## Contributing
+
+The git repository for this project is at:
+https://gitea.osmocom.org/sim-card/aram-applet
+
+This project was forked from:
+https://github.com/bertrandmartel/aram-applet
+
+We use Gerrit for patch submission and review. See the
+[Osmocom wiki](https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit)
+for details.
+
+The current patch queue for aram-applet can be seen at:
+https://gerrit.osmocom.org/#/q/project:aram-applet+status:open
+
## What is this ?
ARA-M is an application (typically present on a SIM card) which manages access rules that are enforced by an Access Control Enforcer (typically present on [Android device](https://github.com/seek-for-android/pool/wiki)).
@@ -49,7 +61,7 @@
#### Prepare the repository
```bash
-git clone git@github.com:bertrandmartel/aram-applet.git
+git clone https://gitea.osmocom.org/sim-card/aram-applet
cd aram-applet
git submodule update --init
```
@@ -64,6 +76,9 @@
* Older JDK versions are available here:
<https://www.oracle.com/de/java/technologies/javase/jdk11-archive-downloads.html>
+Find the pre-built applet of current master as artifact in the
+[Osmocom Jenkins](https://jenkins.osmocom.org/jenkins/job/master-aram-applet/lastSuccessfulBuild/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/).
+
```bash
JAVA_HOME=/path/to/your/jdk1.8.0_421/ ./gradlew build
```
@@ -146,4 +161,8 @@
## License
-The MIT License (MIT) Copyright (c) 2017 Bertrand Martel
\ No newline at end of file
+The MIT License (MIT)
+
+Copyright (c) 2017 Bertrand Martel
+
+Copyright (c) 2025 sysmocom - s.f.m.c. GmbH
To view, visit change 39584. To unsubscribe, or for help writing mail filters, visit settings.