Skip to content

Commit 88d4d32

Browse files
committed
Move SV-COMP scripts to scripts/
1 parent b0299eb commit 88d4d32

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

docs/developer-guide/releasing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
This is required such that the created archive would have everything in a single directory called `goblint`.
7272

73-
4. Update SV-COMP year in `sv-comp/archive.sh`.
73+
4. Update SV-COMP year in `scripts/sv-comp/archive.sh`.
7474

7575
This includes: git tag name, git tag message and zipped conf file.
7676

@@ -83,9 +83,9 @@
8383

8484
2. Make sure you have nothing valuable that would be deleted by `make clean`.
8585
3. Delete git tag from previous prerun: `git tag -d svcompXY`.
86-
4. Create archive: `./sv-comp/archive.sh`.
86+
4. Create archive: `./scripts/sv-comp/archive.sh`.
8787

88-
The resulting archive is `sv-comp/goblint.zip`.
88+
The resulting archive is `scripts/sv-comp/goblint.zip`.
8989

9090
5. Check unextracted archive in latest SV-COMP container image: <https://gitlab.com/sosy-lab/benchmarking/competition-scripts/#container-image>.
9191

sv-comp/archive.sh renamed to scripts/sv-comp/archive.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ wget -O lib/LICENSE.APRON https://raw.githubusercontent.com/antoinemine/apron/ma
2323
# done outside to ensure archive contains goblint/ directory
2424
cd ..
2525

26-
rm goblint/sv-comp/goblint.zip
26+
rm goblint/scripts/sv-comp/goblint.zip
2727

28-
zip goblint/sv-comp/goblint.zip \
28+
zip goblint/scripts/sv-comp/goblint.zip \
2929
goblint/goblint \
3030
goblint/lib/libapron.so \
3131
goblint/lib/liboctD.so \
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)