Comment 6 for bug 240670

Revision history for this message
Markus Korn (thekorn) wrote :

This happens when I run 5-a-day for the first time:

$ ./5-a-day --add 123456
Please type in:
        echo <Your Launchpad ID> > ~/.5-a-day
markus@thekorn:~/devel/5-a-day/ubuntu$ echo thekorn > ~/.5-a-day
markus@thekorn:~/devel/5-a-day/ubuntu$ ./5-a-day --add 123456
bzr: ERROR: Not a branch: "http://bazaar.launchpad.net/~thekorn/5-a-day-data/main/".
Committing to: /home/markus/.5-a-day-thekorn/
bzr: ERROR: no changes to commit. use --unchanged to commit anyhow
Created new branch.
bzr: ERROR: No pull location known or specified.
Committing to: /home/markus/.5-a-day-thekorn/
bzr: ERROR: no changes to commit. use --unchanged to commit anyhow
bzr: ERROR: No location specified or remembered
bzr failed with error code 768
bzr failed with error code 768
markus@thekorn:~/devel/5-a-day/ubuntu$ ./5-a-day --add 123456
Bug '123456' has already been added today. Aborting.
markus@thekorn:~/devel/5-a-day/ubuntu$ ls /home/markus/.5-a-day-thekorn/
data
markus@thekorn:~/devel/5-a-day/ubuntu$ cat /home/markus/.5-a-day-thekorn/data
1213871107 123456
markus@thekorn:~/devel/5-a-day/ubuntu$

So maybe the initial creation of the data branch for the user on launchpad.net has do be done.
I'm not sure if the other bzr errors are related to the fact that there is n branch already created for me.

Markus