Gentoo Archives: gentoo-soc

From: Mykyta Holubakha <hilobakho@×××××.com>
To: gentoo-soc@l.g.o
Subject: [gentoo-soc] pomu weekly report for week #7
Date: Mon, 17 Jul 2017 05:17:15
Message-Id: CAJ3DYCHMPckLg6JPb9xA5hMxqsVx9xw4jr7gLvBEmBtSWDoemw@mail.gmail.com
1 This is the weekly report for the week of 10-16.07.
2
3 During the week, I've built a new library: pbraw, designed to fetch
4 plaintexts from arbitrary pastebin services, and added a URL package
5 source module to pomu (disable until pbraw gets properly released). In
6 addition, I've implemented integrating user changes in the repository:
7 changing patch order, adding patches, changing the files themselves.
8
9 I had a meeting and another talk with my mentor this week.
10
11 Plans for the coming week:
12 1) A new backend: bugzilla tickets.
13 2) Continue work on changes integration and syncing.
14
15 This weeks commits:
16 pomu:
17 - Implemented user changes integration
18 minor refactoring
19
20 - Fixed a logic error in Dispatcher
21
22 - Added a module to fetch ebuilds via URLs
23 it is still disabled though
24
25 pbraw:
26 - Avoid shadowing
27
28 - Setup grab function
29
30 - Improved rfc 6266, 5987 support in plain handler
31
32 - Added special ubuntu handler for paste.ubuntu.com
33
34 - Added url handler
35 it tries to rewrite the URL in various ways in attempt to get the
36 plaintext
37
38 - Several fixes for links handler
39
40 - Added get_url helper
41 memoize get response
42 fixed logic errors in links handler
43
44 - Use links handler as well
45
46 - Initial commit