Skip to content

Commit eecf6b6

Browse files
graebmkarkhaz
andauthored
shorter submodule paths (awslabs#705)
Shorten file path, as well as "logical path" in .gitmodules file. This is to aid with pain on windows when paths exceed 260 characters. We do a lot of recursive submodules, and these things add up. Co-authored-by: Kareem Khazem <[email protected]>
1 parent 0576a18 commit eecf6b6

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.gitmodules

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "tests/cbmc/aws-templates-for-cbmc-proofs"]
2-
path = verification/cbmc/aws-templates-for-cbmc-proofs
1+
[submodule "cbmc-templates"]
2+
path = verification/cbmc/templates
33
url = https://github.com/awslabs/aws-templates-for-cbmc-proofs.git
This file was deleted.

verification/cbmc/include/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../aws-templates-for-cbmc-proofs/template-for-repository/include/README.md
1+
../templates/template-for-repository/include/README.md
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../aws-templates-for-cbmc-proofs/template-for-repository/proofs/Makefile.common
1+
../templates/template-for-repository/proofs/Makefile.common

verification/cbmc/proofs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../aws-templates-for-cbmc-proofs/template-for-repository/proofs/README.md
1+
../templates/template-for-repository/proofs/README.md

verification/cbmc/proofs/prepare.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../aws-templates-for-cbmc-proofs/template-for-repository/proofs/prepare.py
1+
../templates/template-for-repository/proofs/prepare.py

verification/cbmc/sources/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../aws-templates-for-cbmc-proofs/template-for-repository/sources/README.md
1+
../templates/template-for-repository/sources/README.md

verification/cbmc/stubs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../aws-templates-for-cbmc-proofs/template-for-repository/stubs/README.md
1+
../templates/template-for-repository/stubs/README.md

verification/cbmc/templates

Submodule templates added at f9dd8d7

0 commit comments

Comments
 (0)