Skip to content

Commit

Permalink
snappy: Clone local repo. as poedit part's source tree
Browse files Browse the repository at this point in the history
This avoids the lengthy clone from the remote.
  • Loading branch information
brlin-tw committed Aug 25, 2018
1 parent 808a217 commit 56efbc6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,11 @@ parts:
- patches
- wxwidgets

source: git://github.com/vslavik/poedit.git
source: .git
source-type: git
source-depth: 80
override-pull: |
# There's no way we pull all the submodules down, we do this manually
git clone --depth=80 git://github.com/vslavik/poedit.git .
git clone ../../../.git .
git submodule init \
deps/json \
deps/pugixml
Expand Down

0 comments on commit 56efbc6

Please sign in to comment.