From 52323ed805172c7c8e68f91ff911f0a4dbbfbc4b Mon Sep 17 00:00:00 2001 From: Marco Vermeulen Date: Mon, 10 Dec 2012 15:47:18 +0000 Subject: [PATCH] Tweaks to broadcast script. --- db/0900_release.js | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/db/0900_release.js b/db/0900_release.js index 116dbd69..e95cdcfc 100644 --- a/db/0900_release.js +++ b/db/0900_release.js @@ -1,12 +1,11 @@ db.broadcast.remove(); -db.broadcast.insert({ "_id": 1, "text": "GVM version 0.9.0 " }); -db.broadcast.insert({ "_id": 2, "text": "In this release: " }); -db.broadcast.insert({ "_id": 3, "text": " * Per-shell Versions feature, " }); -db.broadcast.insert({ "_id": 4, "text": " documented in issue 52 & 82 on GitHub: " }); -db.broadcast.insert({ "_id": 5, "text": " http://bit.ly/UcxBVb " }); -db.broadcast.insert({ "_id": 5, "text": " http://bit.ly/12fAZRx " }); -db.broadcast.insert({ "_id": 6, "text": " " }); -db.broadcast.insert({ "_id": 7, "text": " Thanks to @pledbrook for this contribution." }); -db.broadcast.insert({ "_id": 8, "text": " " }); -db.broadcast.insert({ "_id": 9, "text": "As always, please report any issues at: " }); -db.broadcast.insert({ "_id": 10,"text": " https://github.com/gvmtool/gvm/issues " }); +db.broadcast.insert({ "_id": 1, "text": "GVM version 0.9.0 " }); +db.broadcast.insert({ "_id": 2, "text": "In this release: " }); +db.broadcast.insert({ "_id": 3, "text": " Per-shell Versions feature " }); +db.broadcast.insert({ "_id": 4, "text": " documented in issue 52 & 82 on GitHub: " }); +db.broadcast.insert({ "_id": 5, "text": " http://bit.ly/UcxBVb http://bit.ly/12fAZRx" }); +db.broadcast.insert({ "_id": 6, "text": " " }); +db.broadcast.insert({ "_id": 7, "text": " Thanks to @pledbrook for this contribution." }); +db.broadcast.insert({ "_id": 8, "text": " " }); +db.broadcast.insert({ "_id": 9, "text": "As always, please report any issues at: " }); +db.broadcast.insert({ "_id": 10,"text": " https://github.com/gvmtool/gvm/issues " });