[MERGED] buildserver-commons[master]: add osmo-deps.sh

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Wed Sep 21 22:58:28 UTC 2016


Neels Hofmeyr has submitted this change and it was merged.

Change subject: add osmo-deps.sh
......................................................................


add osmo-deps.sh

Taken from osmobuild1:/usr/local/bin

Change-Id: Ib7ba98bb4f8a48745dd7a70883cb895595e71f7a
---
A osmo-deps.sh
1 file changed, 10 insertions(+), 0 deletions(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved; Verified



diff --git a/osmo-deps.sh b/osmo-deps.sh
new file mode 100755
index 0000000..95081bd
--- /dev/null
+++ b/osmo-deps.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+if ! test -d $1;
+then
+  git clone git://git.osmocom.org/$1 $1
+fi
+
+cd $1
+git fetch origin
+git reset --hard origin/master

-- 
To view, visit https://gerrit.osmocom.org/869
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib7ba98bb4f8a48745dd7a70883cb895595e71f7a
Gerrit-PatchSet: 1
Gerrit-Project: buildserver-commons
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: neels_test_account <neels at hofmeyr.de>



More information about the gerrit-log mailing list