ciabot/libreoffice-bugzilla2.py | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit b122dcd8db04783314cb150fd2706ed6666b31a1 Author: 22shubh22 <[email protected]> AuthorDate: Sat Feb 16 19:53:07 2019 +0530 Commit: Thorsten Behrens <[email protected]> CommitDate: Mon Feb 18 09:39:12 2019 +0100 Documentation: - Working of script Change-Id: I2486c59fb956b7bc706fc859b1b6be7baa0bffdb Reviewed-on: https://gerrit.libreoffice.org/67905 Reviewed-by: Thorsten Behrens <[email protected]> Tested-by: Thorsten Behrens <[email protected]> diff --git a/ciabot/libreoffice-bugzilla2.py b/ciabot/libreoffice-bugzilla2.py index 3913d7d..f08e42b 100644 --- a/ciabot/libreoffice-bugzilla2.py +++ b/ciabot/libreoffice-bugzilla2.py @@ -13,6 +13,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +# +# When a commit referencing a report is merged, this script +# - adds a comment to the report +# - updates the whiteboard field with target information from __future__ import print_function _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
