ubuntu-snappy:
- team subscriber is added
- dep8> excellent point, I look into this now
- group_linux_test.go:72 failure. that is interessting, I would love to get the 
exact error output and maybe the output of:
```
diff --git a/osutil/group_linux_test.go b/osutil/group_linux_test.go
index a5dc736..9e9d331 100644
--- a/osutil/group_linux_test.go
+++ b/osutil/group_linux_test.go
@@ -71,7 +71,8 @@ func (s *groupTestSuite) TestGetgrnam(c *C) {
 
 func (s *groupTestSuite) TestGetgrnamNoSuchGroup(c *C) {
        needle := "no-such-group-really-no-no"
-       _, err := Getgrnam(needle)
+       group, err := Getgrnam(needle)
+       fmt.Println(group)
        c.Assert(err, ErrorMatches, fmt.Sprintf("group \"%s\" not found", 
needle))
 }
```
- oauth> the story here is that we move away from oauth RSN and use macaroons 
for the store communication instead. this change is planed to happen within the 
next 2 weeks. the other part of the store is that the oauth libs in go were not 
very satisfying  when I looked and the protocol is simple enough to have this 
tiny implementation (especially since we knew we would move away from it before 
16.04). we can't use the oauth2 go library because AIUI our server only do 
oauth1
- I can fix the xgettext-go issue. the background is that this was supposed to 
go upstream but upstream was not responding to mail for some month so we 
bundled it and use it for our own xgettext extraction (the gnu xgettext does 
not handle the  ` style strings of go). Upstream for gosexy/gettext is back 
again and he accepted the xgettext branch so we can now use upstreams version 
of xgettext. I will work on this next.
- no other bundled software, we used debian packages right from the beginning 
everywhere
- I raise the missing man-pages in our team (and added cards to trello), 
excellent point
- the powerpc build is fixed in the PPA, I upload the fixed version into the 
archive now

I have as the following open items on my list now:
- enable dep8 tests
- unbundle xgettext now that xgettext is part of gosexy/gettext (may require a 
FFe for golang-gettext-dev)
- add missing man-pages
- work with debian to update package names to match convention

and will work on them right away. Please let me know if there is
anything else I may have missed.

Thanks,
 Michael

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1548887

Title:
  [MIR] ubuntu-snappy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-peterh-liner/+bug/1548887/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to