/srv/irclogs.ubuntu.com/2011/01/24/#ubuntu-bugs.txt

jzacshmight someone take a look at this post? I've no where else to post it, now that launchpad.net/ubuntu has its bugs locked down to process via `apport-bug` -- http://ubuntuforums.org/showthread.php?p=10359461#post1035946103:00
micahgjzacsh: you might want to ask on #ubuntu-server, but it would probably be better to file a bug against php5 for the first issue, not sure for the second03:04
jzacshmicahg: there's already a bug (mentioned in my post) on php03:06
jzacshs/php/php.net/03:06
atrusjzacsh: why not just run 'ubuntu-bug <package-name'?03:06
atrusjzacsh: er, why not just run 'ubuntu-bug <package-name>'?03:06
atrusdo it with one of those packages, then label it as effecting the other ones too.03:06
jzacshatrus: which package?03:06
jzacshphp?03:06
micahgjzacsh: yes, but you said it's an ubuntu issue, therefore, we need a bug on launchpad for the server team to triage03:07
micahgjzacsh: php503:07
atrusthat's the best way to get the developers looking at it, and to allow the developers to ask you follow-up questions to investigate03:07
jzacshi'd _love_ to have something on launchpad -- i just felt it defeated the purpose of apport-bug if i just bypassed it and mad ea wild guess without digging03:08
jzacshbut, i'll go right ahead and do that.03:08
jzacsh(i say this, because i don't thin kit has anything to do with php)03:08
micahgjzacsh: you should either talk to the server team in #ubuntu-server or file a bug03:11
jzacshmicahg: thanks03:11
=== sre-su is now known as Janes147
=== Janes147 is now known as sre-su
hrwhi09:45
hrwcan someoe mark bug 706838 as triaged? I confirmed it, assigned to me and know what issue is09:45
ubot2Launchpad bug 706838 in gcc-4.4-armel-cross "Cant install gcc-4.4-arm-linux-gnueabi" [Undecided,Confirmed] https://launchpad.net/bugs/70683809:45
hrwnevermind, marked as in progress11:26
=== AbhiJit is now known as OptimusPrime
c2tarunI want to work on bug 512761. I made the required changes in the source code, now what should I do?14:32
ubot2Launchpad bug 512761 in empathy "“Subscription request” dialog is confusing" [Wishlist,Confirmed] https://launchpad.net/bugs/51276114:32
=== PaoloRotolo is now known as Pixel
=== Pixel is now known as PaoloRotolo
c2tarunI want to work on bug 512761. I made the required changes in the source code, now what should I do?15:13
ubot2Launchpad bug 512761 in empathy "“Subscription request” dialog is confusing" [Wishlist,Confirmed] https://launchpad.net/bugs/51276115:13
paultagc2tarun: send in a patch on the bug15:13
seb128c2tarun, hi, add your patch to the upstream bug15:13
paultagc2tarun: then add the have patch tag15:13
c2tarunhow to do that :(15:13
paultag+1 seb12815:13
paultagc2tarun: make a patch?15:14
paultagyeah, that's empathy15:14
paultagc2tarun: send it to bugs.gnome15:14
c2tarunpaultag: OK, is there any tutorial available on making patch?15:14
paultagc2tarun: man diff15:14
c2tarunok15:14
paultagyou can diff two directories, but i'd not do it that way c2tarun15:14
paultagmake the change in their vcs and send a patch back, if it's git, otherwise do something else smart15:15
paultaggit format-patch, or git diff15:15
paultagc2tarun: http://live.gnome.org/Empathy/Git15:15
paultagc2tarun: see bottom 3 points :)15:16
c2tarunpaultag: I am very sorry to say, its my first time. Is there any detailed tutorial on how to fix bugs :(15:16
paultagc2tarun: have you patched the sourc ecode?15:16
paultagsource code *15:16
paultagc2tarun: clone the repo, make your changes, run `git status', then `git add path/to/file', then `git commit', rebase the changes and send the patch to the bug tracker ;)15:17
c2tarunpaultag: i just downloaded the source code by 'apt-get source empathy' and then made the changes in the source code and nothing else15:17
paultagc2tarun: ah, use git clone in this case :)15:17
paultagc2tarun: since you're not patching the ubuntu code, but the upstream devel source15:17
c2tarunsorry but what is git?15:18
paultagc2tarun: a version control system15:18
paultag!git15:18
ubot2Git is a distributed revision control/software code management project created by Linus Torvalds. For more information, see http://en.wikipedia.org/wiki/Git_(software)15:18
c2tarunpaultag: i tried to get more info on git by 'man git' but i got the message 'No manual entry for git15:22
paultagc2tarun: sudo apt-get install git-core15:23
paultagc2tarun: man git will work after that15:23
c2tarunpaultag: git is a revision control system, what is the function of revision control system?15:27
paultagc2tarun: let's say you work on the code, who has the current version of the code?15:28
paultagc2tarun: if it's you, how can you show this? you can't. It's like keeping a directory of old versions in a folder, you can move around in them, and work on the code base without risking anything15:29
paultagc2tarun: it's to aid in collaboration and help avoid mistakes15:29
paultagc2tarun: you can learn more on wikipedia, want me to find the article?15:29
paultagnvmd, it's handy -- http://en.wikipedia.org/wiki/Revision_control15:30
paultagBBL15:31
c2tarunpaultag: Ok, now I am getting little bit what is git. Can you please help me in using it?15:40
JackyAlcinec2tarun: Have you ever used a CVS system before?15:42
c2tarunJackyAlcine: nope15:44
JackyAlcineHm, well, nonetheless I recommend you look at RabbitCVS.15:45
JackyAlcineIt's a GUI frontend for GUI that integrates itself into Nautilus (assuming Ubuntu's your distro) and makes your life a bit easier with Git.15:46
c2tarunok, let me try15:46
JackyAlcinec2tarun: You can find more information about it on http://webup8.org/15:50
JackyAlcine*http://www.webupd8.org/15:50
=== yofel_ is now known as yofel
=== Afwas_ is now known as Afwas

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!