]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blobdiff - student/janovji3/index.mdwn
(no commit message)
[edu/osp-wiki.git] / student / janovji3 / index.mdwn
index bdc83f91a3a50d2278abfaac650fa2b3a200f348..20ae7f996e89dfa5761a905e65350fbb2614ad89 100644 (file)
@@ -1,35 +1,39 @@
 [[!meta title="Janovec Jiří"]]
 
 
-**Project name and homepage:** [Example project](http://www.example.com)
-**Busybox bug 8626 ** [busybox.net](http://busybox.net)
+**Project name and homepage:** [Busybox](http://busybox.net)
 
 Assignment
 ======
 
-Add support -i option to command logger in busybox to log PID.
-This can be done using [syslog](http://linux.die.net/man/3/syslog) man pages. 
+  [Bug #8626](https://bugs.busybox.net/show_bug.cgi?id=8626):
+ Add support -i option to command logger in busybox to log PID.
 
- [BUG link](https://bugs.busybox.net/show_bug.cgi?id=8626)
+(This can be done using [syslog man pages](http://linux.die.net/man/3/syslog). )
 
- 1. Get source code
- 2. Create patch
- 3. ???send to developers
- 4. create presentation
+
+Links documenting the results of my work
+======
+
+* [My communication with developers in a public mailing list archive](http://lists.busybox.net/pipermail/busybox/2016-March/083956.html)
+* [Bugzilla attachment 1](https://bugs.busybox.net/attachment.cgi?id=6391&action=diff)
+* [Bugzilla attachment 2](https://bugs.busybox.net/attachment.cgi?id=6396&action=diff)
+
+
+Presentation
+==========
+
+* [[Presentation of the aim of my work in PDF |OSPprvni.pdf]]
 
 
 ----------
 
- not completed yet
 
+<!---
 
-Links documenting the results of my work
-======
+ not completed yet
 
-Here, I'll add links similar to the examples below and describe what
-is being linked.
 
-* [[Example] My communication with developers in a public mailing list archive](http://groups.google.com/group/comp.os.minix/browse_thread/thread/e3df794a2bce97da/2194d253268b0a1b?#2194d253268b0a1b)
 * [[Example] Version control repository with the actual state of my work](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary)
 * [[Example] My commit in the project repository](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ea90002b0fa7bdee86ec22eba1d951f30bf043a6)
 * [[Example] Additional supporting material](http://lwn.net/Articles/385586/)
@@ -52,11 +56,21 @@ For example:
 
 [w]:https://www.openhub.net/accounts/janovji3/widgets
 
+--->
 
-Poznámky 
+Notes
 ========
+  -   8.3. 2016, 10.h , busybox found, browsing bugzilla
+  -   8.3. 2016, 12-15.h, making patch
+  - 10.3. 2016, 10:34:00 consultations on RM35OSP
+  - 10.3. 2016, 12:52:29 CET , mailto:busybox@busybox.net, Subject: [PATCH] - Bugfix #8626, adds "option -i" to "lo... 
+    (I don't know where to find link yet.)
+  - waiting to response 
+  - 19.3. 2016 17:53:09 Patch upload to bugzilla (automatic send email to some emails)
+
+  - proč se sakra na bugzille zobrazuje diff proti minulému attachmentu a ne proti hlavní větvi ???
 
-Malá verze:
+Small version:
    <pre>
 diff --git a/sysklogd/logger.c b/sysklogd/logger.c
 index b3ca857..58f9374 100644
@@ -78,7 +92,7 @@ index b3ca857..58f9374 100644
        i = LOG_USER | LOG_NOTICE;
    </pre>
 
-Pořádná verze:
+Full version:
    <pre>
 diff --git a/sysklogd/logger.c b/sysklogd/logger.c
 index b3ca857..25b82cc 100644