/srv/irclogs.ubuntu.com/2012/07/26/#launchpad.txt

=== spm is now known as stevemci
=== stevemci is now known as spm
=== spm is now known as stevemci
=== stevemci is now known as spm
=== spm is now known as stevemci
=== stevemci is now known as spm
=== zyga-afk is now known as zyga
olyhi, can anyone tell me how to resolve this issue i uploaded my changes file with dput and it was rejected which is fine so i made some changes and it was rejected because the file was already uploaded07:36
olywhats the correct way to remove / replace the files when uploading with dput07:37
olyi tried dput -f but that causes the rejection because the file exists07:37
mgzyou need to bump the version when you make a change07:39
mgzyou can't upload the same version twice.07:39
olyis that the only way, seems a bit strange when i dont want a broken version07:40
olywill end up with a huge changelog of fixed silly mistake while learning to build package07:40
mgzyou don't need to add the version in your changelog07:40
wgrantoly: You should be test building locally first.07:41
mgzand yeah, that helps too.07:41
wgrantoly: https://wiki.ubuntu.com/PbuilderHowto07:41
wgrantPPAs aren't a build test service07:41
wgrantThey're for publishing packages07:41
geserif the upload got rejected than you don't need to bump the version, only if the upload got accepted07:41
olyah i was testing i think it was my local testing that broke it this time,07:42
olynot using pbuilder though just clean vms07:42
olywhat do you mean by bump the revision anyway ? i thought that was done by adding a new change to the changelog07:46
geserexactly07:47
geserbut some people see that there packages has a failure, fix it and try to upload the same version again (without adding a new changelog entry), which fails07:48
olyie me :)07:48
olyi was just trying to avoid a changlog full of silly change message07:49
olybut if thats the only way guess it cant be avoided07:49
mgzyou just make the top entry the latest version07:50
mgzfor a pre-release package there's no need to have a long list of different changelog entries07:50
olyoh so i just change the existing entry instead of a new change message07:51
olythanks for the help anyway guys will see if i fair any better later :)07:56
=== czajkowski changed the topic of #launchpad to: Help contact: czajkowski| Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad Help contact: czajkowski| Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/
=== yofel_ is now known as yofel
=== matsubara is now known as matsubara-afk
crasscan anyone make sense of this build failure? https://launchpadlibrarian.net/111218005/buildlog.txt.gz15:59
crasswhy would those files be unversioned? and why would it matter?16:01
czajkowskijelmer: vila ?16:02
vilamost probably a so-called "parallel import" issue where you're trying to mix branches which have different file-ids for the same paths16:03
jelmercrass: does the base branch already have a debian/ directory?16:05
crassSo basically the recipes are not currently able to do this?16:11
jelmercrass: hi16:41
jelmercrass: you can't overwrite files in recipes; you could merge in a branch that renamed the existing 'debian' directory to 'debian.old' though, before the nest-part16:41
crassthere's an existing debian directory?16:42
crassjelmer: I don't think there is an existing debian directory. I wonder if https://launchpad.net/bzr-git-fileids isn't the problem I'm having16:43
jelmercrass: that would only be relevant if there is already a debian/ directory there17:01
=== czajkowski changed the topic of #launchpad to: Help contact: czajkowski| Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad Help contact:-| Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/
crassjelmer: then launchpad must be creating an undesired debian directory. You can see it not in the branch at http://bazaar.launchpad.net/~python-messaging/python-messaging/trunk/files for the build at https://launchpadlibrarian.net/111219157/buildlog.txt.gz, which has the recipe text right above the error17:04
jelmercrass: ah, there is a debian directory that exists in a different location17:05
jelmercrass: where does the recipe live?17:05
crassjelmer: is this what you're looking for https://code.launchpad.net/~crass/+recipe/python-messaging-daily?17:06
jelmercrass: yep17:06
jelmercrass: ah, I see the issue; you're trying to add files to the branch that already exist17:07
jelmercrass: you probably want to merge in a branch that simply renames packaging/debian/generic/debian to debian17:07
crassjelmer: do you mean "merge" instead of "add"?17:07
jelmercrass: no, you're adding files using that nest-part command17:07
crassthat was for two lines up17:08
jelmercrass: in other words:17:08
jelmer$ bzr branch lp:python-messaging python-messaging-rename-debian17:08
jelmer$ cd python-messaging-rename-debian && bzr mv packaging/debian/generic/debian debian && bzr ci -m 'Move in Debian directory'17:09
jelmer$ bzr push -d python-messaging-rename-debian lp:~crass/python-messaging/rename-debian17:09
jelmerand then change the recipe to have:17:09
jelmer# bzr-builder format 0.3 deb-version {debupstream}+svn{date}+r{revno}-0~r{revno:packaging}~crass17:09
jelmerlp:python-messaging17:09
jelmermerge packaging lp:~crass/python-messaging/rename-debian17:09
crassyeah that sounds like it should work, but I don't really see why nest-part should be anything more than a bzr export and mv to the desired location17:13
crassnow I'll have to do a checkout on a slow and unreliable link :(17:13
jelmercrass: nest-part actually does a (partial) merge, it can be used for more than just copying subtrees17:14
=== okay is now known as centrelink
YokoZarIs it possible to have a private project / series?21:44
YokoZarOr just private bugs and private PPAs21:44
stgraberprivate project is possible IIRC21:49
cjohnstonPrivate bugs and PPAs I thought22:06
cjohnstonIt is possible to delete all traces of a package in a PPA? I'm now getting an error saying that files already exist even though I deleted the package22:07
czajkowskicjohnston: no, if you need to upload the same you'll need t increase the number22:17
wgrantYokoZar: Private teams, private bugs, private branches, and private PPAs. Full private projects will be coming in a few months.22:22
YokoZarExcellent22:22

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