← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
| Time | Nick | Message |
|---|---|---|
| 00:05 | Genji | doesn't resetting, purge the newer commits from my repo? what if i chose the wrong commit level, and need to get a more recent commit? |
| 00:09 | chris_n | Genji: make a topic branch off of the one you want to make the changes to; test on the topic branch; if you bust the topic branch you can always delete it and start over; alternately, tar up your repo before going further so you can get back if you need to |
| 00:23 | rickw joined #koha | |
| 00:57 | mason | yeah, from my *branch* , not repo |
| 00:58 | so make a 'foo' branch, muck-about, break it | |
| 00:59 | get errors, decide to start again | |
| 01:00 | git reset --hard ^HEAD | |
| 01:00 | git checkout old-branch | |
| 01:01 | takes you back to the same commit on your old branch, again... | |
| 01:01 | oops, HEAD^ not ^HEAD | |
| 01:03 | Genji sounds like you want to do a git rebase -i, and squash together some commits.. | |
| 01:16 | wizzyrea_laptop joined #koha | |
| 01:20 | wizzyrea_laptop left #koha | |
| 02:03 | aindilis left #koha | |
| 02:03 | chris_n | a new method of reducing the bug count: leave the porch light off :) |
| 04:12 | chrisdroid joined #koha | |
| 04:13 | chrisdroid left #koha | |
| 04:34 | Genji left #koha | |
| 04:49 | CGI606 joined #koha | |
| 04:50 | CGI606 left #koha | |
| 06:32 | fredericd | Is koha-patches lists.koha.org still working? |
| 06:46 | chris | i presume so |
| 06:46 | biblibre run the lists | |
| 06:47 | dns looks fine, we'll have to ask one of them | |
| 06:47 | hasnt been any @lists.koha.org mail all day eh? | |
| 07:31 | nicomo joined #koha | |
| 07:32 | nicomo left #koha | |
| 07:45 | fredericd | I sent a patch one hour ago and don't see it on the list |
| 07:45 | but get the cc of course | |
| 07:49 | chris | yep, i think something must be up |
| 08:52 | kmkale joined #koha | |
| 08:53 | kmkale | good afternoon all |
| 08:53 | just coming back from a live demo of Koha to an upcoming school's management | |
| 09:02 | chris | cool |
| 09:02 | go well? | |
| 09:03 | kmkale | sorry was on a call |
| 09:03 | yes it went very well | |
| 09:03 | was up against a entrenched local vendior s/w called libsuite | |
| 09:04 | chris | ah ok |
| 09:04 | kmkale | that made it easier actually :) |
| 09:04 | chris | :) |
| 09:04 | sometimes it works out that way | |
| 09:04 | kmkale | yes |
| 09:05 | brb | |
| 09:05 | kmkale left #koha | |
| 09:16 | kmkale joined #koha | |
| 09:34 | kmkale | @weather Mumbai |
| 09:34 | munin | kmkale: The current temperature in Mumbai, India is 33.0�C (2:40 PM IST on May 08, 2010). Conditions: Smoke. Humidity: 71%. Dew Point: 27.0�C. Pressure: 29.68 in 1005 hPa (Falling). |
| 09:36 | CGI686 joined #koha | |
| 09:36 | CGI686 | hi there |
| 09:43 | i install koha 3.0.2 on fedora 8 | |
| 09:44 | i install it without error ( make install ) | |
| 09:45 | about the last step i have problem | |
| 09:46 | the INSTALL document about install on DEBIAN and not fedora | |
| 09:47 | ln -s /etc/koha/koha-httpd.conf /etc/apache2/sites-available/koha | |
| 09:48 | i have http webserver | |
| 09:49 | and it's path is /etc/http/conf | |
| 09:49 | a2enmod rewrite | |
| 09:49 | a2ensite koha && /etc/init.d/apache2 reload | |
| 09:51 | i need some help about synonym of above command on FEDORA | |
| 09:51 | that can i run koha and get next step | |
| 09:52 | kmkale_ joined #koha | |
| 09:56 | kmkale left #koha | |
| 10:06 | CGI686 | anyone can help |
| 10:10 | hey men | |
| 10:11 | i need some help about them | |
| 10:30 | CGI686 left #koha | |
| 11:08 | braedon left #koha | |
| 11:12 | kmkale_ | @seen owen |
| 11:12 | munin | kmkale_: owen was last seen in #koha 15 hours, 56 minutes, and 56 seconds ago: <owen> Have a good weekend all |
| 11:26 | braedon|home joined #koha | |
| 11:32 | CGI742 joined #koha | |
| 13:00 | CGI604 joined #koha | |
| 13:00 | CGI604 | hey men |
| 13:00 | anyone here | |
| 13:01 | i install koha 3 | |
| 13:01 | when i connect to with brwoser , display some error | |
| 13:02 | Can't locate feature.pm in @INC (@INC contains: /usr/share/koha/lib /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_pe | |
| 13:03 | my perl version is 5.008008 | |
| 13:08 | anyone can help me ? | |
| 13:15 | kmkale_ | CGI604: which OS? |
| 13:16 | CGI604 | fedora |
| 13:16 | 8 | |
| 13:16 | fedora 8 | |
| 13:19 | kmkale_ | try yum whatprovides feature.pm maybe? |
| 13:19 | CGI604 | ok |
| 13:20 | i try it | |
| 13:20 | now | |
| 13:21 | kmkale_ | i dont think fedora has it. at least my centos 5.2 server does not |
| 13:22 | CGI604 | what can i install it ? |
| 13:23 | kmkale_ | frankly dont know |
| 13:23 | try cpan | |
| 13:24 | search for the module that provides feature.pm and then try to install it is the best I can tell you | |
| 13:27 | CGI604 | tank you kmkale |
| 13:31 | kmkale_ left #koha | |
| 13:36 | CGI604 left #koha | |
| 13:40 | CGI742 left #koha | |
| 15:48 | brendan left #koha | |
| 16:05 | gmcharlt | @quote random |
| 16:05 | munin | gmcharlt: Quote #8: "< wizzyrea> in my experience the transition to koha is much harder for libraries that are already automated" (added by pianohacker at 01:57 PM, June 19, 2009) |
| 16:06 | brendan joined #koha | |
| 16:18 | brendan | morning |
| 18:20 | chris_n | @quote random |
| 18:20 | munin | chris_n: Quote #30: "< pianohacker> Dealing with me can indeed be painful" (added by chris at 05:34 PM, September 02, 2009) |
| 18:20 | chris_n | heh, g'morning brendan |
| 18:21 | brendan | heya chris_n |
| 18:39 | @seen pianohacker | |
| 18:39 | munin | brendan: pianohacker was last seen in #koha 7 weeks, 2 days, 23 hours, 28 minutes, and 19 seconds ago: <pianohacker> that's all :) |
| 18:46 | aindilis joined #koha | |
| 19:10 | chris_n | @wunder 28334 |
| 19:10 | munin | chris_n: The current temperature in Dunn, North Carolina is 33.1�C (3:07 PM EDT on May 08, 2010). Conditions: Scattered Clouds. Humidity: 7%. Dew Point: -7.0�C. Pressure: 29.32 in 992.8 hPa (Falling). |
| 19:10 | brendan | wow hot |
| 19:10 | chris_n | scorching |
| 19:10 | brendan | @wunder 93117 |
| 19:10 | munin | brendan: The current temperature in ASOS_HFM SANTA BARBARA, CA, Santa Barbara, California is 17.2�C (11:50 AM PDT on May 08, 2010). Conditions: Clear. Humidity: 63%. Dew Point: 10.0�C. Pressure: 29.95 in 1014.1 hPa (Steady). |
| 19:10 | chris_n | trade? |
| 19:10 | brendan | ah that's nice |
| 19:10 | how about you come visit | |
| 19:10 | * chris_n | heads out the door :) |
| 19:11 | brendan | nice see you 4 days |
| 19:11 | chris_n | actually 7% humidity is not bad |
| 19:11 | it will get up around 90% before summer is over here | |
| 19:11 | and be 33-35C | |
| 19:11 | brendan | yeah the humidity is what kills me |
| 19:14 | * brendan | heads home :) |
| 19:19 | chris_n | ttyl |
| 19:25 | brendan left #koha | |
| 20:01 | brendan joined #koha | |
| 23:37 | wajasu joined #koha | |
| 23:42 | wajasu left #koha |
← Previous day | Today | Next day → | Search | Index