diff options
author | Colin Guthrie <colin@mageia.org> | 2013-08-19 23:25:28 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-08-19 23:25:28 +0100 |
commit | da837ee087acb6a0f6185e8f76da359bc4100141 (patch) | |
tree | 6051a46d15805685f9f014f952c7c0f399cf57cc | |
parent | 98742b941b1f13269d25736fada932d829fb6a19 (diff) | |
download | software-da837ee087acb6a0f6185e8f76da359bc4100141.tar software-da837ee087acb6a0f6185e8f76da359bc4100141.tar.gz software-da837ee087acb6a0f6185e8f76da359bc4100141.tar.bz2 software-da837ee087acb6a0f6185e8f76da359bc4100141.tar.xz software-da837ee087acb6a0f6185e8f76da359bc4100141.zip |
Fix some syntax to try and work out why the repos are not updating
-rw-r--r-- | build-system/bcd.repo | 2 | ||||
-rw-r--r-- | build-system/iurt.repo | 1 | ||||
-rw-r--r-- | build-system/mga-youri-core.repo | 3 | ||||
-rw-r--r-- | build-system/mga-youri-submit.repo | 3 | ||||
-rw-r--r-- | build-system/mgarepo.repo | 1 |
5 files changed, 7 insertions, 3 deletions
diff --git a/build-system/bcd.repo b/build-system/bcd.repo index aea79e3..10a625a 100644 --- a/build-system/bcd.repo +++ b/build-system/bcd.repo @@ -1,3 +1,3 @@ description: ISO Building Tool -maintainer: ennal +maintainer: ennael noemail: true diff --git a/build-system/iurt.repo b/build-system/iurt.repo index 8822413..c2cf20b 100644 --- a/build-system/iurt.repo +++ b/build-system/iurt.repo @@ -1,2 +1,3 @@ description: Chroot-based Build System +maintainer: nobody noemail: true diff --git a/build-system/mga-youri-core.repo b/build-system/mga-youri-core.repo index a65d9b6..475c3b8 100644 --- a/build-system/mga-youri-core.repo +++ b/build-system/mga-youri-core.repo @@ -1,2 +1,3 @@ -description: YOURI: Youri Offers an Upload & Repository Infrastucture (Core) +description: YOURI Youri Offers an Upload and Repository Infrastucture (Core) +maintainer: nobody noemail: true diff --git a/build-system/mga-youri-submit.repo b/build-system/mga-youri-submit.repo index 3a33f5f..9c674d6 100644 --- a/build-system/mga-youri-submit.repo +++ b/build-system/mga-youri-submit.repo @@ -1,2 +1,3 @@ -description: YOURI: Youri Offers an Upload & Repository Infrastucture (Submit) +description: YOURI Youri Offers an Upload and Repository Infrastucture (Submit) +maintainer: nobody noemail: true diff --git a/build-system/mgarepo.repo b/build-system/mgarepo.repo index 0df8a74..5e474ca 100644 --- a/build-system/mgarepo.repo +++ b/build-system/mgarepo.repo @@ -1,2 +1,3 @@ description: Package Management Tool +maintainer: nobody noemail: true |