Will the version in the Ubuntu repo get updated to 2.0.2?
169 views
Skip to first unread message
David R. Smith
unread,
Apr 23, 2014, 1:57:24 PM4/23/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to git-...@googlegroups.com
I recently updated to 14.04, and the version of git-cola in the official Ubuntu repo doesn't allow me to push or pull. This is bad. Thankfully, the version I pulled from github works nicely. I could edit the launcher so I can just launch that version from there instead of always having to cd to my git folder and execute ./git-cola/bin/git-cola/, but I'm lazy and would just like to be able to update to a working version.
David Aguilar
unread,
Apr 24, 2014, 10:45:13 PM4/24/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to David R. Smith, git-cola
14.04 is brand new so if you report this bug to ubuntu they may be
able to update.
--
David
V字龍(Vdragon)
unread,
Oct 10, 2014, 12:07:20 AM10/10/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to git-...@googlegroups.com
Hi, since currently git-cola doesn't provide official APT software sources there are two proper way to do that:
Request Ubuntu Backporters team to backport new version of git-cola to Ubuntu 14.04.
Help git-cola on maintaining one official APT software source, using Launchpad Personal Package Archivesservice.
there's always a lazy way ;), don't install the git-cola provided by Ubuntu software sources, instead:
Remove the Ubuntu provided version using APT package management system's front-ends(if it's still installed)
Install it directly using recipes provided by git-cola's makefile(use the second command if you need git-cola to be system-wide accessible)
(git-cola source root dir) $ make install install-doc install-html install-man