osmith has submitted this change. ( https://gerrit.osmocom.org/c/aram-applet/+/39584?usp=email )
Change subject: README: update after setting up gerrit and jenkins ......................................................................
README: update after setting up gerrit and jenkins
Change-Id: Ia27839881c0c739f58835ed883079b3ea60cb0e1 --- M README.md 1 file changed, 24 insertions(+), 5 deletions(-)
Approvals: Jenkins Builder: Verified osmith: Looks good to me, approved
diff --git a/README.md b/README.md index b11c171..e6fb5f3 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,23 @@ # ARAM Applet
-[%5D(https...) -[ - 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/lastSuccessfulBui...). + ```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