[17:49] Hi there, I uploaded my source package a few hours ago but there's still no packages available in my repo. https://launchpad.net/~hboetes/+archive/ubuntu/samba-mit-kerberos/+packages [17:50] I didn't receive an error, the upload went fine. Is a few hours normal? [19:14] Han: iirc almost all errors are emailed, except for problems with signatures on packages; have you checked email recently? if there's no emails, then double-check that the package was properly signed by the key that's listed in your launchpad profile [19:19] sarnold, I received an initial email when I did dpkg-buildpackage, then I figured out I had to add the -S option, So build again with dpkg-buildpackage -S and dput the changes file, which asked me to sign the upload which I did and then uploaded the source packages. [19:20] And after that I received no Email. [19:21] I signed by simply entering the password when asked. [19:41] sarnold, I think I found the problem, I forgot to add the repo name to the dput command. [19:41] Let's see what happens. [19:44] Han: aha :) lets hope that's it [19:44] The first source package is already there. [19:46] sweeeeet [19:47] sarnold, one failed with the error: "Path format mismatch." No idea what that would refer to. [19:50] Ah, there was something before that: Launchpad failed to process the upload path '~hboetes': [19:54] hey folks i'm trying to sent out ballots to all the ubuntu members for the ubuntu community council election. through launchpad, i'm manually sending contacts to the few people that don't have public email addresses. i have 17 more to go but i've reached the quota for contacting users. any chance we could lift that temporarily? [19:56] Han: this *might* mean something in your ~/.dput.cf is incorrect, but I haven't got a clue what to suggest :( [19:57] sarnold, I don't have a .dput.cf... [20:00] so, there's some instructions on https://help.launchpad.net/Packaging/PPA/Uploading [20:01] my own ~/.dput.cf is probably more confusing than useful :( [20:01] :-) [20:04] thanks for that. Odd that it works with bionic, but fails with focal [20:05] Ah! Now it works. Go figure. [20:06] https://launchpad.net/~hboetes/+archive/ubuntu/samba-mit-kerberos/+packages [20:09] hah, mixed, now youv'e got a build error to track down :) cool though, it souds like you're up and working? [20:12] Yes, thanks a bunch [20:12] I bet I missed a dependency [20:14] if you've got enough local machinery, you might be able to find these faster, by doing something like https://wiki.ubuntu.com/SimpleSbuild [20:15] I should have remembered which packages I added, should be in the history. Currently they both complain krb5kdc isn't installed, but that's not installed on either host. [20:17] Ah krb5-kdc [20:32] Man, this proces is really pedantic. [20:33] well, the end results are used directly by millions of people to run half the public internet, cars, industrial robots, etc [20:34] I doubt that counts for my ppa :P [20:34] today :) [20:35] You are overly optimistic. :-) [20:35] I can't overwrite an existing package, now I have to increase the version number, which I don't want to do since it's identical to the existing release. [20:37] ah, I could change it from 1 to 1.1 instead of 2 [20:37] I suppose [20:38] Han: it's common to use ~test1, ~test2, etc for this kind of task -- when you're happy with the package, then you can strip off the ~testN version and be on your way [20:40] that sounds like a tight plan indeed. [21:11] sarnold, yay: https://launchpad.net/~hboetes/+archive/ubuntu/samba-mit-kerberos/+packages =) [21:12] Han: hooray! :D [21:41] sarnold, Now all I have to do is figure out why the key I uploaded is accepted but can't be found on the keyserver. [21:43] Oh, patience is the trick [22:21] especially with keyservers, I think the gossip bit has been turned off most places [22:35] I just rolled out the repo with puppet on quite a few machines, and had quite a few WTF!! moments. [22:36] the ubuntu keyserver probably has 2 or 3 mirrors behind a reverse proxy, and they are not in sync. [22:40] hah, yeah, that's bitten me before :(