]> rtime.felk.cvut.cz Git - frescor/demo.git/commitdiff
Update URL of frsh_forb submodule and rename it to frsh
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 1 Apr 2011 16:23:39 +0000 (18:23 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 1 Apr 2011 16:23:39 +0000 (18:23 +0200)
The frsh_forb repository was renamed to frsh in the mainline version of
FRSH/FORB so we must update the URL to match the mainline.

.gitmodules
build/frsh [new symlink]
build/frsh_forb [deleted symlink]
src/frsh [moved from src/frsh_forb with 100% similarity]

index 22d0964209bb63bb5a66dfc825b836e747ad4a98..b0bc9ce293c711cdaf1da7d95ae09707696de13a 100644 (file)
@@ -1,9 +1,9 @@
 [submodule "src/forb"]
        path = src/forb
        url = ../forb.git
-[submodule "src/frsh_forb"]
-       path = src/frsh_forb
-       url = ../frsh_forb.git
+[submodule "src/frsh"]
+       path = src/frsh
+       url = ../frsh.git
 [submodule "src/fwp"]
        path = src/fwp
        url = ../fwp.git
diff --git a/build/frsh b/build/frsh
new file mode 120000 (symlink)
index 0000000..a0f3b91
--- /dev/null
@@ -0,0 +1 @@
+../src/frsh
\ No newline at end of file
diff --git a/build/frsh_forb b/build/frsh_forb
deleted file mode 120000 (symlink)
index 2e76579..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../src/frsh_forb
\ No newline at end of file
similarity index 100%
rename from src/frsh_forb
rename to src/frsh