[00:12] so one thing i'm seeing smoser on cent6 [00:12] https://gist.github.com/harlowja/9ee63a2e66f62c91128c31d18fad74ea [00:12] seems like it doesn't know about tar.gz, lol [00:14] https://gist.github.com/harlowja/bf96bb96cd1d59aeeff5ae3e3df99859 is from cent7 [00:19] so perhaps thats still missing some things [00:23] * harlowja thought one of larsks commits fixed that [00:41] ok, fixed that, had to explicitly install cheetah [00:41] gotta get that spec template to jinja [04:30] hm.. harlowja did i miss something. [04:30] oh. ok. [04:30] we can for sure fix that. === rangerpbzzzz is now known as rangerpb === contrapumpkin is now known as copumpkin === mfisch` is now known as mfisch === mfisch is now known as Guest10256 === Guest10256 is now known as mfisch === smoser changed the topic of #cloud-init to: cloud-init 0.7.7 due today . reviews: https://code.launchpad.net/~cloud-init-dev/cloud-init/+git/cloud-init/+ref/master/+activereviews === smoser changed the topic of #cloud-init to: cloud-init 0.7.7 due 20160809 . reviews: https://code.launchpad.net/~cloud-init-dev/cloud-init/+git/cloud-init/+ref/master/+activereviews [17:08] smoser cool, i'll get it up and fixed [17:08] so that cent6 builds [17:08] and maybe so that without cheetah brpm dies, lol [17:58] smoser: updated and rebased add-ntp === gfidente is now known as gfidente|afk [18:09] smoser have u seen [18:09] $ ./tools/make-tarball HEAD [18:09] fatal: No annotated tags can describe 'b56d7a191fc695be364430f8428a17591c523403'. [18:09] However, there were unannotated tags: try --tags. [18:09] is that script supposed to work? [18:09] $ ./tools/make-tarball 0.7.6 [18:09] fatal: No annotated tags can describe '797de394e5395f39b7f17403999e25cbe7f7a126'. [18:09] However, there were unannotated tags: try --tags. [18:09] :-/ [18:11] (thats on git version 1.7.1 in cent6) [18:42] same happens on mac === shardy is now known as shardy_afk [20:02] harlowja, you have to get the tags [20:02] git pull --tags ? [20:02] errr. fetch [20:02] there are annotated tags though. [20:03] ah [20:03] ok [20:03] that would make sense [20:03] error was useless :-P [20:09] harlowja, i'm going to do release of 0.7.7 today [20:10] do yout ihnk anything there is neecessary from your perspective ? [20:10] that is not in now [20:13] ummmmm [20:13] ya [20:14] smoser https://gist.github.com/harlowja/d8797ed6c8db9e119020c64a160118f4 [20:14] the git on cent6 has tar mode, lol [20:14] just not tar.gz mode :-/ [20:15] want to pull that in, it should be harmeless [20:17] cause git on those systems is stupid, ha [20:19] yeah. [20:35] though @smoser the following is still weird, ha [20:35] $ ./tools/make-tarball [20:35] fatal: Not a valid object name make-tarball [20:36] is that supposed to happen :-P [20:36] argument parsing fail/ [20:36] ? [20:36] (when no args) [20:37] $ ./tools/make-tarball HEAD [20:37] fatal: Not a valid object name make-tarball [20:38] maybe its just a mac thing, ha === shardy_afk is now known as shardy === rangerpb is now known as rangerpbzzzz [21:12] harlowja, [21:12] $ ./tools/make-tarball HEAD [21:12] cloud-init-0.7.6+1027.gd0b2863.tar.gz [21:12] $ ./tools/make-tarball [21:12] cloud-init-0.7.6+1027.gd0b2863.tar.gz [21:12] hmmm, ya, must be a mac thing [21:13] can you run that with sh -x [21:13] and pastebinit ? [21:13] k [21:13] https://gist.github.com/harlowja/5704eb5dff529416240577aff3abb5ab [21:40] harlowja, that is really weird [21:40] can you just add this at top: [21:41] # Don't use this on a mac [21:41] lol [21:42] i=0; for arg in "$0" "$@"; do echo "$i: '$arg'"; done [22:51] @smoser https://gist.github.com/harlowja/cf39b846f72cc5ff08b78a7783ffd865 [23:11] harlowja, getopt is busted i think on your platform [23:11] damn apple, lol [23:16] harlowja, what does this show [23:16] getopt --name "arg0" --options="h" --long="help," -- 1 2 [23:17] $ getopt --name "arg0" --options="h" --long="help," -- 1 2 [23:17] -- arg0 --options=h --long=help, -- 1 2 [23:17] wth [23:17] $ getopt --name "arg0" --options="h" --long="help," -- 1 2 [23:17] -- '1' '2' [23:17] xlol [23:17] macs [23:17] maybe this is a bsd thing, ha [23:18] what ives you your getopt? [23:18] $ dpkg -S `which getopt` [23:18] util-linux: /usr/bin/getopt [23:22] probably whatever mac built [23:22] lol [23:22] mr.steve built [23:22] ha [23:27] which i'm going to guess came from the bsd getopt from sometime ago? [23:27] i really dont know what to do there. [23:28] its ok [23:28] just won't run that on a mac :-P [23:30] harlowja, :-(. [23:30] i will pull your tarball creation thing tonight and release [23:30] and then we can get other things, possibly fixing this in some other way. [23:31] maybe dropping sh there and using python [23:32] fine with me