[07:34:25] *** jocthbr <jocthbr!~androirc@2804:214:8294:55d8:fc53:a942:c17a:dc92> has joined #project-FiFo
[08:18:29] *** jocthbr <jocthbr!~androirc@2804:214:8294:55d8:fc53:a942:c17a:dc92> has quit IRC (Remote host closed the connection)
[08:40:43] *** jocthbr <jocthbr!~androirc@2804:214:8294:55d8:3a1c:4585:33d9:332> has joined #project-FiFo
[08:40:43] *** jocthbr <jocthbr!~androirc@2804:214:8294:55d8:3a1c:4585:33d9:332> has quit IRC (Client Quit)
[09:06:24] *** KermitTheFragger <KermitTheFragger!~KermitThe@gateway.serviceplanet.nl> has joined #project-FiFo
[09:42:43] *** phyre <phyre!~psarria@254.142.191.92.dynamic.jazztel.es> has joined #project-FiFo
[09:42:47] <phyre> hi !!
[10:04:12] *** KermitTheFragger <KermitTheFragger!~KermitThe@gateway.serviceplanet.nl> has quit IRC (Ping timeout: 240 seconds)
[10:16:05] *** KermitTheFragger <KermitTheFragger!~KermitThe@gateway.serviceplanet.nl> has joined #project-FiFo
[11:15:52] *** KermitTheFragger <KermitTheFragger!~KermitThe@gateway.serviceplanet.nl> has quit IRC (Ping timeout: 260 seconds)
[11:28:50] *** KermitTheFragger <KermitTheFragger!~KermitThe@gateway.serviceplanet.nl> has joined #project-FiFo
[12:09:57] *** shyu <shyu!~shyu@106.38.122.2> has joined #project-FiFo
[12:12:22] *** timewalker <timewalker!~timewalke@eth0.nu> has quit IRC (Ping timeout: 264 seconds)
[12:18:38] *** timewalker <timewalker!~timewalke@eth0.nu> has joined #project-FiFo
[13:58:02] *** shyu <shyu!~shyu@106.38.122.2> has quit IRC (Read error: Connection reset by peer)
[15:02:05] *** a5m0 <a5m0!~a5m0@unaffiliated/a5m0> has quit IRC (Ping timeout: 240 seconds)
[15:08:10] *** a5m0 <a5m0!~a5m0@unaffiliated/a5m0> has joined #project-FiFo
[16:25:36] *** torriz <torriz!~torriz@4.90-149-122.nextgentel.com> has joined #project-FiFo
[16:25:36] *** torriz <torriz!~torriz@4.90-149-122.nextgentel.com> has quit IRC (Changing host)
[16:25:36] *** torriz <torriz!~torriz@unaffiliated/torriz> has joined #project-FiFo
[17:12:21] *** KermitTheFragger <KermitTheFragger!~KermitThe@gateway.serviceplanet.nl> has quit IRC (Remote host closed the connection)
[17:51:10] <Schaeferhund> [Heinz (heinz)] hi
[18:04:07] *** fxhp <fxhp!~fox@66.212.201.23> has joined #project-FiFo
[22:52:05] *** bradende <bradende!~Braden@50-199-196-241-static.hfc.comcastbusiness.net> has joined #project-FiFo
[22:55:57] <bradende> fifo v0.9.1 : In Cerberus -> Machines -> (a zone) -> General : In the "Network" section, "DNS Domain" appears under the Hostname. How does one set this value?
[23:25:58] *** ipalreadytaken <ipalreadytaken!~ipalready@2602:306:ce81:aab0:90ec:65d5:7573:8671> has joined #project-FiFo
[23:25:58] *** ChanServ sets mode: +o ipalreadytaken
[23:26:21] <ipalreadytaken> @bradende not possible in current version of cerb
[23:26:35] <ipalreadytaken> but if you file a ticket we can add it in a future versoin
[23:26:42] <ipalreadytaken> the api is there, just not in the UI
[23:31:59] <bradende> Ok, thank you @ipalreadytaken !
[23:32:22] <ipalreadytaken> if you want to add it in yourself, i can walk you though it
[23:32:39] <ipalreadytaken> its probably 1 hour process the first time you work on cerb
[23:41:33] <bradende> Thank you, ipalreadytaken I'll use a private message, so as not to clutter the channel with my own brand of idiocy.
[23:42:18] <ipalreadytaken> no need, we can let others learn from the irc logs :p
[23:44:01] <ipalreadytaken> what os are you using?
[23:44:58] <bradende> My OS is Cygwin and Sublime text. Or I can admit to using Windows if I have to.
[23:47:53] <ipalreadytaken> hmm ok give me one minute to check how to do a couple things on windows
[23:48:03] <bradende> Okay, I have my github account all set up, and my git client and workspace handy:
[23:48:34] <ipalreadytaken> ok so first start by getting a copy of the code:
[23:48:50] <bradende> Ok, done.
[23:52:36] <ipalreadytaken> we expect all PRs to be made against the test branch so switch to that branch
[23:57:18] <bradende> That's [~/cerberus]$ 'git branch test', yes?
[23:57:28] <ipalreadytaken> git checkout test
[23:57:41] <ipalreadytaken> git fetch first
[23:59:24] <bradende> Ah, and I see now "git branch" has an output showing "test" is the active branch, marked by an asterisk.