From 322b1aa564df773da835ce46580130adafb43485 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 20 Mar 2023 11:56:26 +0100 Subject: [PATCH] README: add example: nightlies from different date Change-Id: I1b21c90b13a11aa1e51ea337207775c729709676 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index dd3d992b..0e59fe3d 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,16 @@ Environment variables: * `NO_DOCKER_IMAGE_BUILD`: when set to `1`, it won't try to update the containers (see "caching" below) +### Using nightly packages from a different date + +Pick a date from [here](https://downloads.osmocom.org/obs-mirror/) and use it: + +``` +$ export OSMOCOM_REPO_PATH="obs-mirror/20230316-061901" +$ cd ttcn3-bsc-test +$ ./jenkins.sh +``` + ### More examples latest (debian):