Saturday, 2018-08-25

*** dave-mccowan has quit IRC03:47
*** Bhujay has joined #openstack-telemetry03:56
*** Bhujay has quit IRC05:08
*** Bhujay has joined #openstack-telemetry05:10
*** psachin has joined #openstack-telemetry05:22
*** aagate has quit IRC05:44
*** gkadam has joined #openstack-telemetry06:29
*** swamireddy has quit IRC07:27
*** psachin has quit IRC08:57
*** rcernin has joined #openstack-telemetry09:06
*** rcernin has quit IRC10:35
*** psachin has joined #openstack-telemetry13:06
*** andymccr has quit IRC13:13
*** psachin has quit IRC13:15
zigojd_: Hey, why did you decide to use such a shitty thing as setuptools-scm ?13:30
zigoAnd better, what to do when building package and it tells:13:30
zigoLookupError: setuptools-scm was unable to detect version for '/<<PKGBUILDDIR>>'.13:30
zigoMake sure you're either building from a fully intact git repository or PyPI tarballs. Most other sources (such as GitHub's tarballs, a git checkout without the .git folder) don't contain the necessary metadata and will not work.13:30
zigoFor example, if you're using pip, instead of https://github.com/user/proj/archive/master.zip use git+https://github.com/user/proj.git#egg=proj13:30
zigo:(13:30
zigoOh...13:32
zigoexport SETUPTOOLS_SCM_PRETEND_VERSION=13:32
zigo:)13:32
zigoAnd more exactly:13:33
zigoexport SETUPTOOLS_SCM_PRETEND_VERSION=$(shell dpkg-parsechangelog -SVersion | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/' -e 's/+dfsg1//' | head -n 1)13:33
zigo:P13:33
*** gkadam has quit IRC16:08
*** Bhujay has quit IRC19:01
*** nijaba has quit IRC19:39
*** nijaba has joined #openstack-telemetry19:52

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!