lp:~zyga/snapcraft/fix-logging-setup

Created by Zygmunt Krynicki and last modified
Get this branch:
bzr branch lp:~zyga/snapcraft/fix-logging-setup
Only Zygmunt Krynicki can upload to this branch. If you are Zygmunt Krynicki please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Zygmunt Krynicki
Project:
Snapcraft
Status:
Development

Recent revisions

136. By Zygmunt Krynicki

Correct all the logging calls to pass arguments directly

This patch patches all of snapcraft to change code like this:

logging.info("bla bla %s" % 'arg')

Into:

logging.info("bla bla %s', 'arg')

This is actually the preferred way to work with logging arguments as it
allows the logging module to interpolate the arguments directly and only
if the actual message is emitted.

Signed-off-by: Zygmunt Krynicki <email address hidden>

135. By Zygmunt Krynicki

Correct logging setup by zyga approved by mvo

134. By Loïc Minier

Add initial and trivial mvn plugin; runs "mvn package" and copies resulting *.jar and *.war files. by lool approved by sergiusens

133. By Sergio Schvezov

go as build-deps instead of plugged by sergiusens approved by chipaca

132. By Michael Terry

Support the Go compiler on all arches, not just amd64.

This switches from using Google's pre-built binaries to using our archive builds of Google's compiler, thus giving us all platforms we support. And matching what we do for Python and Java.

Since this means we use whichever version of Go the host platform has, I've dropped the "1.4" from the plugin names.

I've tested this on wily and trusty. by mterry approved by sergiusens

131. By Simon Eisenmann

Fix symlinks for directories as well. by longsleep approved by elopio,mterry

130. By Sergio Schvezov

debian/control: adding devscripts as a dep as dget is needed by the ubuntu plugin by sergiusens approved by ogra

129. By Sergio Schvezov

Recommends defaulting to None when not part of options by sergiusens approved by elopio

128. By Sergio Schvezov

Adding support for mercurial sources (includes debian/control dependency change). by sergiusens approved by elopio

127. By Michael Terry

Tiny packaging fixes

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~snappy-dev/snapcraft/core
This branch contains Public information 
Everyone can see this information.

Subscribers