[01:45] It seems the chapter dupe issue is beyond my ability to fix. [01:45] Anyone pretty good with Python? [02:11] Muscovy: Do you know where the problem is? [03:03] Omega: nope. [03:03] I don't know why, but it happens whenever there's stuff in /usr/share/ubuntu-tour. [03:04] I'm 99% sure it doesn't scan any dir other than the one it sits in. [03:04] ...I's better check in case I'm going insane. [03:05] Oh! [03:05] I found the origins. [03:06] This has been REALLY puzzling me because searching for "/usr/share/ubuntu-tour" only shows up unrelated uses. [03:06] There's some weird glob.glob function that takes that path but without slashes. [03:06] dirs = glob.glob(os.path.join(os.getcwd(), "tours", "*")) + glob.glob(os.path.join("/", "usr","share","ubuntu-tour","tours","*")) + glob.glob(os.path.join(os.path.expanduser('~'), ".ubuntu-tour", "tours", "*")) [03:10] yes [03:10] that funtion checks three places [03:11] so, it can give you a maximum of three times the pages [03:14] Fixed. :D [03:15] I removed the /usr/share/ubuntu-tour check, since checking the current dir always does what we want. [03:16] Later it would be nice if someone smarter made it check against duplicate chapters in ~/.ubuntu-tour. [03:16] But at least we don't have any other embarrassing issues hanging around. I think. [03:17] \o/ [03:17] I'm uploading it to bzr and the PPAs. [03:18] :| [03:18] I fixed it too [03:19] Did you push that one? [03:19] I didn't do bzr yet. [03:19] Not yet [03:19] Mind if I do this one, since it's got the Debian changelog? [03:19] dirs = glob.glob(os.path.join(os.getcwd(), "tours", "*")) [03:19] elif os.path.exists(os.path.join("/", "usr","share","ubuntu-tour","tours")): [03:19] dirs = glob.glob(os.path.join("/", "usr","share","ubuntu-tour","tours","*")) [03:19] elif os.path.exists(os.path.join(os.path.expanduser('~'), ".ubuntu-tour", "tours")): [03:19] dirs = glob.glob(os.path.join(os.path.expanduser('~'), ".ubuntu-tour", "tours", "*")) [03:20] missed a line: if os.path.exists(os.path.join(os.getcwd(), "tours")): [03:21] Maybe I'm reading that wrong, but does it work? [03:21] ...wait, I think I see it. [03:21] It checks if the directories exist and if they do it makes dirs the directories [03:22] It's reading from /usr/share/ubuntu-tours if it can't find ./tours, right? [03:23] It tries the current directory first, then /usr/.... then ~/.ubuntu-tour/tours [03:25] Push that one to the branch. [03:25] k [03:29] Heh, it seems that my bzr is locked [03:30] :| [03:31] Let me try to fix this. [03:33] I never had this problem with git ): [03:33] What's the error? [03:34] Unable to obtain lock file:///home/omega/Projects/ubuntu-tour/.bzr/branch/lock [03:35] Hmm. [03:35] Maybe just branch revision 404 and copy the file over? [03:36] ...did it say who was holding the lock, Omega? [03:37] 'cause I had the bzr commit page open this whole time. [03:37] Yeah [03:37] nautilus has it [03:37] I have it [03:39] I think it's groundcontrol. [03:56] Okay, so I deleted my branch [03:56] and brached again [03:56] and it worked this time [03:56] Pushed [03:57] Muscovy: Anything else that needs hacking? [03:58] I don't think so. === Crisco is now known as zz_Crisco [16:21] I'm working on making http://ubuntutour.org/ a little more snazzy. [16:35] Oooh. :-) [16:46] Muscovy: I could do that! [16:47] Sure. [16:47] Muscovy: :D [16:47] Let me just push what I have to the branch. [16:47] Muscovy: Fellow people of the #webdevel community could help too [16:48] Muscovy: What branch? [16:49] Hang on, just pushing it... [16:52] LP seems awfully slow to display the branch. :| [16:58] MichealH: https://code.launchpad.net/~muscovy/+junk/ubuntu-tour-site [16:59] Sorry about the wait. [16:59] No Problem! [16:59] Muscovy: You migth like to join #webdevel :) [16:59] *migth [16:59] *might [17:00] I'm a bit amateur when it comes to html. :P [17:01] That channle WILL be of help :) [17:01] Need all of the work we can get ;) [17:02] Indeed. [17:02] I mean, only 1 person comes in every 3 days or so :P [17:14] I'm doing an update from karmic to maverick :| [17:14] ...oh dear. [17:14] This box is so old. [17:18] Muscovy: I have a nice, minimalistic design idea for the website :D [17:21] Oh? :D [17:44] Muscovy: I made a Launchpad Progect for it [17:44] *Project [17:44] https://translations.launchpad.net/ubuntu-tour-website [17:45] hh... [17:45] Oh well It takes you to translations :P [17:49] I'll import my bzr branch and set my syncbot to use the new team's bzr. [17:58] Okay :) [17:59] Syncbot? [17:59] Do you know how to import branches? I can't figure it out. [17:59] Muscovy: I will sort this out [18:00] :D [18:00] Do a merge? [18:00] I can login :L [18:01] *can't [18:01] O get an OOPS message [18:01] Generally the oops fixed themselves if you try again. [18:01] And yes, we want a merge. [18:02] Sorry, something just went wrong in Launchpad. [18:02] We’ve recorded what happened, and we’ll fix it as soon as possible. Apologies for the inconvenience. [18:02] (Error ID: OOPS-1792A1723) [18:04] Thats weird... [18:04] It let me logon from your page ONLY [18:04] :L [18:08] Muscovy: Can you change the Website Images to the Tour Icon? [18:09] Sure. [18:09] Maybe that with a globe in the corner? [18:10] That would look good [18:11] Muscovy: Out of Intrest, How Is the site running? A server, Host? [18:11] Shared host. [18:11] Ah [18:12] Muscovy: can I /msg you then? [18:12] Sure. === zz_Crisco is now known as Crisco [18:29] hi [18:29] :) [18:30] :D [18:32] Hello! === SuperHark is now known as MichealH === |Omega| is now known as Omega [20:08] Muscovy: PING [20:15] Hello. Where is the public Key for the Tour PPA [20:22] Do we have a Public Key? [20:23] I think we do. [20:23] The launchpad one, right? [20:23] Yes [20:24] Trying to add the PPA, but there is an error. [20:24] 1024R/925D4E1F is daily. [20:24] You can find the on the PPA pages, [20:25] Was unavailable whe nI went to the Launchpad. [20:25] When I [20:26] The keyserver goes down every now and then. [20:26] Oh [22:02] Muscovy: Here? [22:09] Omega: Avalible? [22:09] Here. [22:09] Omega: Can I quickly /msg you? [22:09] Yes. [22:28] I'm looking forward to making a web.ubuntutour.org or something for online reading of the tour. :D [22:33] :D