From: Kunhoon Baik Date: Wed, 25 Aug 2021 05:24:45 +0000 (+0900) Subject: Add nsjail upstream url X-Git-Tag: submit/tizen/20210825.085400~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88215f9789dd0bdb5594ffe666d450889f3972c6;p=platform%2Fupstream%2Fnsjail.git Add nsjail upstream url Please keep the latest upstream source code in the upstream-git by using the url in "#X-Vcs-Url" You can update the upstream manually. Following commands can be used to keep the latest upstream source code. $ git remote add upstream https://github.com/google/nsjail.git $ git fetch --all $ git checkout upstream-git $ git rebase upstream/master $ git push origin upstream-git:upstream-git --- diff --git a/packaging/nsjail.spec b/packaging/nsjail.spec index db7e3cb..1957a34 100644 --- a/packaging/nsjail.spec +++ b/packaging/nsjail.spec @@ -9,6 +9,7 @@ Summary: A light-weight process isolation tool License: Apache-2.0 Group: System/Other URL: https://nsjail.com +#X-Vcs-Url: https://github.com/google/nsjail.git Source0: nsjail-%{version}.tar.gz #Source1: kafel.tar.gz Source1001: %{name}.manifest