diff options
author | Slávek Banko <[email protected]> | 2019-03-30 12:50:41 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-03-30 12:50:41 +0100 |
commit | a8b34699dd28403e5152de84eddd59004c5ab79f (patch) | |
tree | 21ac13f93bfdb2c4365906e3c3d7f5a5e01e56d7 | |
parent | 04a693bbd5d47b9184d7a12e97ad40751d822a8c (diff) | |
download | tde-a8b34699dd28403e5152de84eddd59004c5ab79f.tar.gz tde-a8b34699dd28403e5152de84eddd59004c5ab79f.zip |
Add tde-packaging as submodule
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | Readme.md | 1 | ||||
m--------- | packaging | 0 | ||||
-rw-r--r-- | submodules | 2 |
4 files changed, 5 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 939b56bc8..c42849365 100644 --- a/.gitmodules +++ b/.gitmodules @@ -373,3 +373,6 @@ [submodule "main/thirdparty"] path = main/thirdparty url = http://[email protected]/scm/git/thirdparty +[submodule "packaging"] + path = packaging + url = https://[email protected]/scm/git/tde-packaging @@ -19,7 +19,6 @@ you can use the following procedure: ``` git clone https://mirror.git.trinitydesktop.org/gitea/TDE/tde -git clone https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging cd tde git submodule init -- scripts git submodule update -- scripts diff --git a/packaging b/packaging new file mode 160000 +Subproject e43172a6e74706afc06ff8d11cbfa769bc949cc diff --git a/submodules b/submodules index b35ec8d85..178b1dd59 100644 --- a/submodules +++ b/submodules @@ -366,3 +366,5 @@ main/tdewebdev main/tdewebdev/admin main/tdewebdev/cmake main/thirdparty + +packaging |