From 27642b3d6df1992f393748e7ade84d89a038df65 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 29 Apr 2016 11:24:16 +0200 Subject: [PATCH] Add bubblewrap submodule --- .gitmodules | 4 ++++ bubblewrap | 1 + 2 files changed, 5 insertions(+) create mode 160000 bubblewrap diff --git a/.gitmodules b/.gitmodules index e5084aff..7ab638da 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ [submodule "libglnx"] path = libglnx url = https://git.gnome.org/browse/libglnx +[submodule "bubblewrap"] + path = bubblewrap + url = https://github.com/projectatomic/bubblewrap.git + ignore = dirty diff --git a/bubblewrap b/bubblewrap new file mode 160000 index 00000000..ff2430cc --- /dev/null +++ b/bubblewrap @@ -0,0 +1 @@ +Subproject commit ff2430ccf3aad0ca2bd3a56445ece612ec10bed1