_julian_ (~quassel@hmbg-4d06a043.pool.mediaWays.net) joined #fai.
pav5088_ (~Mark@ppp118-208-102-235.lns20.bne4.internode.on.net) joined #fai.
pav5088 (~Mark@ppp118-208-12-216.lns20.bne1.internode.on.net) left irc: Ping timeout: 480 seconds
_julian (~quassel@hmbg-5f765fab.pool.mediaWays.net) left irc: Ping timeout: 480 seconds
ErKa (keryell@173-228-88-149.dsl.dynamic.sonic.net) left irc: Ping timeout: 480 seconds
jonas (~jonas@117.211.88.149) joined #fai.
Nick change: jonas -> Guest14543
Nick change: Guest14543 -> jonas
shod (~shod@p5DDA95CB.dip.t-dialin.net) joined #fai.
jonas (~jonas@117.211.88.149) left irc: Ping timeout: 480 seconds
sneumann (~sneumann@pD9FEBD27.dip.t-dialin.net) joined #fai.
jonas (~jonas@117.211.88.149) joined #fai.
sneumann (~sneumann@pD9FEBD27.dip.t-dialin.net) left irc: Ping timeout: 480 seconds
jonas (~jonas@117.211.88.149) left irc: Ping timeout: 480 seconds
shod (~shod@p5DDA95CB.dip.t-dialin.net) left irc: Quit: Leaving.
ErKa (keryell@50-0-151-80.dsl.dynamic.sonic.net) joined #fai.
sneumann (~sneumann@router-sub.ipb-halle.de) joined #fai.
and1bm (~andi@HSI-KBW-109-193-080-154.hsi7.kabel-badenwuerttemberg.de) joined #fai.
and1bm (~andi@HSI-KBW-109-193-080-154.hsi7.kabel-badenwuerttemberg.de) left irc: Quit: Konversation terminated!
deekthesqueak (~deek@173-160-180-49-Washington.hfc.comcastbusiness.net) joined #fai.
deekthesqueak (~deek@173-160-180-49-Washington.hfc.comcastbusiness.net) left irc: Ping timeout: 480 seconds
shod (~shod@ip-109-47-246-9.web.vodafone.de) joined #fai.
ErKa (keryell@50-0-151-80.dsl.dynamic.sonic.net) left irc: Ping timeout: 480 seconds
tront (473f5d6b@ircip1.mibbit.com) left irc: Quit: http://www.mibbit.com ajax IRC Client
msantana (msantana@SDF.ORG) joined #fai.
Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) joined #fai.
sep (~sep@40.211.jostedal.no) left irc: Remote host closed the connection
sep (~sep@40.211.jostedal.no) joined #fai.
\sh (~sadig@nat.de.netviewer.com) joined #fai.
thilo (~Adium@e181007070.adsl.alicedsl.de) joined #fai.
sep (~sep@40.211.jostedal.no) left irc: Remote host closed the connection
12:22 mikaphi guys :) everyone back from devmeeting? :)
sep (~sep@40.211.jostedal.no) joined #fai.
12:24 mikapMrfai: i found the regression in make-nfs-root \o/
12:25 \shyou people spammed my inbox during the weekend ;-)
12:36 FBIfai: 3 mika committed revision 6770 to 7 fai:  make-fai-nfsroot: do not error out if getent hosts fails
12:36 FBIfai: Since we're running under set -e the command might file
12:36 FBIfai: and errors out without indicating what went wrong.
12:36 FBIfai: So instead do not error out silently but instead warn the user about
12:36 FBIfai: 3 mika committed revision 6771 to 7 fai:  make-fai-nfsroot: do not error out if grep on mount output fails in umount_dirs()
12:36 FBIfai: Since we're running under 'set -e' the "mount | grep ..." will
12:36 FBIfai: cause the script to fail if grep doesn't match. It will error out
12:36 FBIfai: without noticing the user about it. So instead make sure the
12:36 FBIfai: 'mkramdisk -u' is executed whenever the "mount | grep" matches,
12:36 FBIfai: 3 mika committed revision 6772 to 7 fai:  make-fai-nfsroot: provide proper return code in fdivert()
12:37 FBIfai: The 'return' command uses the exit status of the last executed
12:37 FBIfai: command if no status is given. Since we're running under 'set -e'
12:37 FBIfai: this causes fdivert() to error out the main make-fai-nfsroot
12:37 FBIfai: script whenever $NFSROOT_HOOKS doesn't exist. So instead return
12:39 mikap^^ Mrfai, those three patches fix the return code issue of make-fai-nfsroot
jonas (~jonas@14.139.82.7) joined #fai.
Nick change: jonas -> Guest14582
Nick change: Guest14582 -> jonas
sneumann (~sneumann@router-sub.ipb-halle.de) left irc: Ping timeout: 480 seconds
ErKa (keryell@173-228-88-149.dsl.dynamic.sonic.net) joined #fai.
shod (~shod@ip-109-47-246-9.web.vodafone.de) left irc: Quit: Leaving.
\sh (~sadig@nat.de.netviewer.com) left irc: Quit: Ex-Chat
14:45 stockholmmikap: what is the git clone line to get the fai project?
Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) left irc: Quit: leaving
14:46 stockholmah, you still work on svn
14:46 mikapyes
14:46 mikapimporting the branches/tag/trunk didn't work, so i've to convert it on my own
14:46 stockholmmikap: i would hate to start hacking on svn, having tons of changes up in the air and then you switch to git under my feet
14:47 mikapstockholm: you can use git anyway, i don't use svn on my own since ages
14:47 stockholmah, ok
14:47 stockholmmikap: how do i clone the github project?
14:48 mikapstockholm: you shouldn't ;)
14:48 stockholmno?
14:48 stockholmhow is it done then?
14:48 mikapbut it's listed on the website (ssh/http/git-read-only), use ssh as a commiter
14:48 mikapstockholm: git-svn
14:50 mikapgit svn clone [-s] svn+ssh://svn.debian.org/svn/fai as a developer, svn://... as a non-dev
14:50 stockholmi never used git svn... ok
14:52 mikapsadly the author information gets lost when i'm pushing my git-svn tree to github (as expected), just tried it - so the existing svn authors mapping doesn't work once you're using git
14:56 stockholmhow can this not be properly fixed by now?
14:56 stockholmok, now i am pulling from the svn repository.
14:57 stockholmand once we switched i will be able to push my branch to github?
14:58 mikapwhat do you mean by "how can this not be properly fixed by now"?
14:59 mikapif you're pushing your branch to github the author information will get lost again (that's our current problem before we're finally converting), but you can just export your branch as a patchset and plug in on the official github repos then of course and everything will be fine
15:02 mikapyou can compare https://github.com/faiproject/fai/commits/master with https://github.com/faiproject/fai/commits/mika/github (my git-svn remote push to github) if you don't know what i mean with "author information"
15:02 stockholmi mean the svn->git migration without loss of information. i would have expected that lots of people did that by now and it would work smoothly now
15:03 mikap(mika and tautschnig are mapped to our user accounts, in case of question)
15:03 mikapstockholm: we have that! but we can't keep git and svn both up and running at the same time without losing author information when pushing the git-svn stuff to git
15:04 stockholmok
15:04 mikaponce we're shutting the svn repos down we won't have any problem, but as of now we can't have it both up and running without any losses (or additional work which nobody of us will do ;))
15:06 stockholmbut i cant just use github because stuff is still in transit and the point where i branch off now migh dangle in the air later if you switch again?
15:07 mikapthat's why you should either use git-svn on the svn repos or wait until we finished the official switch
15:09 stockholmwhat is the ETA?
15:10 mikapno idea, depends on if Mrfai gives me the OK those days and how long the svn2git takes
ErKa (keryell@173-228-88-149.dsl.dynamic.sonic.net) left irc: Ping timeout: 480 seconds
15:10 mikapbut i wish we could finish it this weeks
15:10 mikapweek*
15:12 stockholmok
jonas (~jonas@14.139.82.7) left irc: Ping timeout: 480 seconds
jonas (~jonas@14.139.82.7) joined #fai.
jonas (~jonas@14.139.82.7) left irc: Ping timeout: 480 seconds
jonas (~jonas@14.139.82.7) joined #fai.
Nick change: jonas -> Guest14597
Nick change: Guest14597 -> jonas
simNIX (~simNIX@156-60.bbned.dsl.internl.net) joined #fai.
ErKa (~keryell@216.239.45.20) joined #fai.
deekthesqueak (~deek@64.14.143.130) joined #fai.
simNIX (~simNIX@156-60.bbned.dsl.internl.net) left irc:
simNIX (~simNIX@156-60.bbned.dsl.internl.net) joined #fai.
sneumann (~sneumann@pD9FEBD27.dip.t-dialin.net) joined #fai.
sneumann (~sneumann@pD9FEBD27.dip.t-dialin.net) left irc: Ping timeout: 480 seconds
jonas (~jonas@14.139.82.7) left irc: Ping timeout: 480 seconds
deekthesqueak (deek@64.14.143.130) left #fai.
sneumann (~sneumann@pD9FEBD27.dip.t-dialin.net) joined #fai.
sneumann (~sneumann@pD9FEBD27.dip.t-dialin.net) left irc: Ping timeout: 480 seconds
22:32 stockholmyay, ich komme voran mit dem setup-storage refactoring.
22:34 stockholmjetzt komme ich an die erste stelle wo ich anfangen muss code umzuschreiben.
22:34 stockholmum globale variablen zu vermeiden.
22:34 stockholmobwohl, vielleicht sollte ich die da erst mal lassen?
22:35 stockholmes wären ja nur noch zwei globale variablen statt dutzenden.
--- Tue Oct 25 2011

Generated by irclog2html.pl 2.1_h01ger1 by Jeff Waugh - find it at freshmeat.net! Customized by Holger 'h01ger' Levsen