[vlc-commits] npapi: Use the 3.0 branch
Hugo Beauzée-Luyssen
git at videolan.org
Thu Jun 6 15:26:47 CEST 2019
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Jun 6 15:26:45 2019 +0200| [175fb2f7a5dcef491d98648ed3a3c6dc24b12dc3] | committer: Hugo Beauzée-Luyssen
npapi: Use the 3.0 branch
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=175fb2f7a5dcef491d98648ed3a3c6dc24b12dc3
---
extras/package/npapi.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/package/npapi.am b/extras/package/npapi.am
index 564f14e124..d75879d716 100644
--- a/extras/package/npapi.am
+++ b/extras/package/npapi.am
@@ -8,10 +8,10 @@ fetch-npapi:
if test -d npapi-vlc; then \
cd npapi-vlc && \
git fetch origin && \
- git reset --hard origin/master; \
+ git reset --hard origin/3.0.x; \
git submodule update; \
else \
- git clone https://code.videolan.org/videolan/npapi-vlc.git npapi-vlc && \
+ git clone -b 3.0.x --single-branch https://code.videolan.org/videolan/npapi-vlc.git npapi-vlc && \
cd npapi-vlc && \
git submodule update --init; \
fi
More information about the vlc-commits
mailing list