Skip to content

Commit 7d3a4df

Browse files
committed
Use vzic-merge.pl from the vzic project rather than maintaining a local copy and include as submodule.
1 parent c3b11b8 commit 7d3a4df

6 files changed

Lines changed: 6 additions & 310 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v3
14-
1513
- uses: actions/checkout@v3
1614
with:
17-
repository: libical/vzic
18-
ref: a4e030343e015d268fc26fad4365b6061a17791d
19-
path: build/vzic
15+
submodules: true
2016

2117
- name: Install dependencies
2218
run: sudo apt-get update && sudo apt-get install -y libglib2.0-dev

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "vzic"]
2+
path = vzic
3+
url = https://github.com/libical/vzic

Makefile

Lines changed: 0 additions & 106 deletions
This file was deleted.

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [[ -d zoneinfo ]]; then
5050
export VZIC_ZONEINFO_MASTER=`pwd`/zoneinfo
5151

5252
echo "Merging..."
53-
./vzic-merge.pl
53+
./build/vzic/vzic-merge.pl
5454

5555
# copy updated zones
5656
cp -r $VZIC_ZONEINFO_NEW/zones.* $VZIC_ZONEINFO_MASTER

vzic

Submodule vzic added at 02a942d

vzic-merge.pl

Lines changed: 0 additions & 198 deletions
This file was deleted.

0 commit comments

Comments
 (0)