blob: e28901819c4be281cd30108c00cb7e79d2cb85d7 [file] [log] [blame]
#!/bin/sh
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Look at the set of minijail tags (ignore Android ones) and grab the latest.
git --git-dir="$1/.git" tag --list 'linux-v*' | \
sed 's:^linux-v::' | \
sort -V | \
tail -n1