소스 검색

Remove submodule update from Debian build
Packinging should not maniuplate one's source code like this.

Andrew Rabert 7 년 전
부모
커밋
9b6bb38532
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      debian/rules

+ 0 - 1
debian/rules

@@ -14,7 +14,6 @@ override_dh_auto_test:
 override_dh_clistrip:
 
 override_dh_auto_build:
-	git submodule update --init
 	dotnet build --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/jellyfin/bin'
 	dotnet publish --configuration $(CONFIG) $(CURDIR)/MediaBrowser.sln --output='$(CURDIR)/usr/lib/jellyfin/bin'