CoredevApplication

Differences between revisions 48 and 49
Revision 48 as of 2018-08-14 18:27:14
Size: 16806
Editor: ahasenack
Comment:
Revision 49 as of 2018-08-14 18:31:13
Size: 16910
Editor: ahasenack
Comment:
Deletions are marked like this. Additions are marked like this.
Line 32: Line 32:
 * samba ([[https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1696823|#1696823]]):
 
* [[https://code.launchpad.net/~ahasenack/ubuntu/+source/samba/+git/samba/+ref/samba-extra-dep8-1696823|samba-extra-dep8-1696823]]
  * upstreamed to debian: https://salsa.debian.org/andreas-guest/samba/tree/more-dep8-tests
 * autofs: https://code.launchpad.net/~ahasenack/ubuntu/+source/autofs/+git/autofs/+ref/cosmic-autofs-dep8-1677751
 * krb5 (debian first): https://salsa.debian.org/debian/krb5
/merge_requests/2
Samba:
* [[https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1696823|Bug #1696823]]
* Branch: [[https://code.launchpad.net/~ahasenack/ubuntu/+source/samba/+git/samba/+ref/samba-extra-dep8-1696823|samba-extra-dep8-1696823]]
 * upstreamed to debian: https://salsa.debian.org/andreas-guest/samba/tree/more-dep8-tests

Autofs:
* Merge proposal: https://code.launchpad.net/~ahasenack/ubuntu/+source/autofs/+git/autofs/+merge/347853
 * Pushed to Debian via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901554

krb5:
 * Pushed to Debian first: https://sa
lsa.debian.org/debian/krb5/merge_requests/2

WORK IN PROGRESS

I, Andreas Hasenack, apply for Ubuntu Core Developer

Name

Andreas Hasenack

Launchpad Page

http://launchpad.net/~ahasenack

Wiki Page

https://wiki.ubuntu.com/AndreasHasenack

Who I am

I graduated in Electrical Engineering. Worked for a few years in a company in the aerospace industry, but in the civilian area, in a project about installing "black boxes" in trucks and buses to monitor several driving and engine parameters. I then came in contact with a customer who had a nice "intranet" (that's what it was called back then), with internal web sites and a big database backend (oracle). We had to do some development for them, but didn't have access to Oracle, and someone told me that I should try this thing called "linux", "postgresql" and "apache". I did, then installed it at home, and never looked back.

In 1998 I took a post-grad specialization course in the University (a degree higher than graduation, but below masters) in computer networks and went to work for Conectiva, the Brazilian Linux distribution, later renamed to Mandriva, where I stayed until 2008 doing lots of packaging work (RPM) and consulting for enterprise customers in the server area. My main area of expertise was email, authentication (kerberos, pam) and LDAP, and I also spent about half the time working in Conectiva's security team and doing security updates for the distro.

My Ubuntu story

Tell us how and when you got involved, what you liked working on and what you could probably do better.

My involvement

In 2008 I applied for a job in the Landscape team (https://landscape.canonical.com), and got hired as a QA engineer. I had never done any Debian packaging before, just had some ideas about how it worked, had grabbed a few packages here and there to inspect them, looked at patches, etc. apt-get wasn't a stranger, since Conectiva developed apt-rpm back in the day, and the concept of dependency resolution is the same everywhere.

Landscape has a client component, and that means a Debian package that gets installed on machines. It obviously needs to be QA'ed. So that's how I got exposed to Debian packaging "for real" that time.

In April 2017 I started working in the Ubuntu Server Team. That got me back in touch with my "Linux roots" (no pun intended) and immediately I started looking into my old friends kerberos, ldap, samba, etc and searching for bugs to fix. It is in the Ubuntu Server Team that I got introduced to the Debian Merge process, and how this team is looking into improving that process via the Git Ubuntu tooling.

Examples of my work / Things I'm proud of

DEP8 tests I added

Samba:

Autofs:

krb5:

FTBFS fixes I uploaded

=== Cooperation with debian and/or upstream===

Misc

bind-dyndb-ldap 11.1-3ubuntu1build1~ppa1 (Newer version available)  Andreas Hasenack (2018-07-31)
bind9   1:9.11.4+dfsg-3ubuntu1~ppa2 (Newer version available)   Andreas Hasenack (2018-07-30)
debian-installer    20101020ubuntu548~ppa1 (Newer version available)    Andreas Hasenack (2018-08-01)
isc-dhcp    4.3.5-3ubuntu8build1~ppa1 (Newer version available) Andreas Hasenack (2018-07-31)
- missed bind-dyndb-ldap in the rdepends output, thinking it was part of bind9, but it's a separate source. Got it sponsored.
- thought isc-dhcp wasn't needed, because the old bind package with the old soname would still be around. Even tested that scenario:
  jul 31 15:44:10 <ahasenack>     and upgrading just bind, leaving isc-dhcp without a rebuild, also works: https://pastebin.ubuntu.com/p/zkw8nzryYV/
  Got it sponsored.
- found out about debian-installer's rdepends via update_output.txt, and asked for a rebuild/sponsorship:
  ago 01 14:37:54 <ahasenack>     hi, my bind9 upload, which bumped the soname, also needs a debian-installer rebuild (ppa at https://launchpad.net/~ahasenack/+archive/ubuntu/bind-merge-9.11.4/+packages). Would someone sponsor this for me? https://pastebin.ubuntu.com/p/HPVtSzkPK7/
  Got it sponsored.

TL;DR rebuilds:
https://launchpad.net/ubuntu/+source/bind-dyndb-ldap/11.1-3ubuntu2
https://launchpad.net/ubuntu/+source/isc-dhcp/4.3.5-3ubuntu9
https://launchpad.net/ubuntu/+source/debian-installer/20101020ubuntu548

Areas of work

Let us know what you worked on, with which development teams / developers with whom you cooperated and how it worked out.

Things I could do better

  • When doing reviews, I find it hard to ask for changes when they could be seen as "nit picking". I cave in too quickly. Sometimes they are indeed "nit picking", but other times I feel like my request would improve the quality of a package or code. But then I think to myself "nah, I can do that myself later, let's unblock this MP".
  • I need a better grasp of config file handling in maintainer scripts
  • debconf is a mystery to me
  • I'm still not 100% comfortable with the git workflow for merges. I get the idea, and I have done my own merges, but I find myself staring at merges done by others and there are things I just can't grasp yet why they were done that way. I need to do more merges of my own and get *different* people to review each.

Plans for the future

General

  • Add DEP8 tests to the packages I'm familiar with
  • Help make 18.04 an awesome LTS
  • Make sure LTSs get bug fixes

What I like least in Ubuntu

Please describe what you like least in Ubuntu and what thoughts do you have about fixing it.

  • LTS bugs really pile up Sad :( I like doing SRUs, specially for LTSs, as that tells our users that we do care and we don't need them to keep updating to the latest and greatest version all the time.

  • Some packages have 3 "initscripts": sysv, upstart and systemd. Which one is used can be complicated to find out. For example, see #170312 c9 where just the "reload" action from /etc/init.d (SysV) was taken and all other actions came from systemd. That's because the systemd service file didn't define a reload method. This needs cleanup.

  • Sometimes we refrain from fixing a bug in Ubuntu because Debian also has the bug, and we rather have them fix it first and then sync than introduce or increase the delta we have with them. I think we should not be so afraid of the delta as long as we:

    • document it properly: DEP3 headers
    • have an expectation that it can be dropped soon
    • use the git workflow
    • file a bug with Debian including the patch, and upstream when that is the case
    • determine that the fix is important for our users and that further delays are not desired
  • Many SRU bugs I see being accepted lack proper test cases. In many cases they are way too generic, or do not fulfill this requirement from the SRU template: these should allow someone who is not familiar with the affected package to reproduce the bug and verify that the updated package fixes the problem.


Comments

If you'd like to comment, but are not the applicant or a sponsor, do it here. Don't forget to sign with @SIG@.


Endorsements

As a sponsor, just copy the template below, fill it out and add it to this section.

TEMPLATE

== <SPONSORS NAME> ==
=== General feedback ===
## Please fill us in on your shared experience. (How many packages did you sponsor? How would you judge the quality? How would you describe the improvements? Do you trust the applicant?)

=== Specific Experiences of working together ===
''Please add good examples of your work together, but also cases that could have handled better.''
## Full list of sponsored packages can be generated here:
## http://ubuntu-dev.alioth.debian.org/cgi-bin/ubuntu-sponsorships.cgi?
=== Areas of Improvement ===


AndreasHasenack/CoredevApplication (last edited 2018-09-23 10:08:31 by ahasenack)