Hi Mike, Yes it'd be great if you could update the homepage to be 'precise' instead of 'lucid'.
Thanks. On Friday, 3 January 2014 05:53:19 UTC+13, [email protected] wrote: > What exactly do we need to update in the homepage? Is it that it should be > 'precise' instead of 'lucid' in the line: > > sudo apt-add-repository 'deb http://ppa.launchpad.net/anatol/tup/ubuntulucid > main' > > ? > > Thanks! > -Mike > > On Mon, Dec 30, 2013 at 9:50 PM, thegreendroid > <[email protected]<javascript:> > > wrote: > >> Thanks for the quick reply, that did the trick! >> >> The documentation on the Tup home page should be updated to reflect this. >> >> On Tuesday, 31 December 2013 15:42:22 UTC+13, David Yu wrote: >> >>> >>> >>> >>> On Tue, Dec 31, 2013 at 10:03 AM, thegreendroid <[email protected]>wrote: >>> >>>> Here's the output of an apt-get install on Ubuntu Linux 13.10 - >>>> >>>> sudo apt-get install tup >>>> Reading package lists... Done >>>> Building dependency tree >>>> Reading state information... Done >>>> The following NEW packages will be installed: >>>> tup >>>> 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. >>>> Need to get 1,120 kB of archives. >>>> After this operation, 2,974 kB of additional disk space will be used. >>>> Get:1 http://ppa.launchpad.net/anatol/tup/ubuntu/ lucid/main tup amd64 >>>> 0.6.5.2+g8375363 [1,120 kB] >>>> Fetched 1,120 kB in 6s (164 kB/s) >>>> >>>> >>>> >>>> >>>> Selecting previously unselected package tup. >>>> (Reading database ... 252510 files and directories currently installed.) >>>> Unpacking tup (from .../tup_0.6.5.2+g8375363_amd64.deb) ... >>>> Processing triggers for man-db ... >>>> Setting up tup (0.6.5.2+g8375363) ... >>>> >>>> Shouldn't it be installing v0.7.1 (the latest release)? >>>> >>> Create this file: >>> /etc/apt/sources.list.d/anatol-tup-saucy.list >>> >>> The file content: >>> deb http://ppa.launchpad.net/anatol/tup/ubuntu precise main >>> deb-src http://ppa.launchpad.net/anatol/tup/ubuntu precise main >>> >>> Remove the old tup entry from /etc/apt/sources.list and run: >>> apt-get update && apt-get install tup >>> >>> >>>> I attempting to compile and install manually via Git and it installed >>>> the same version (0.6.5.2). >>>> >>>> I am attempting to write a cross-platform Tupfile that will work on >>>> Windows and Linux. I have been doing most of my development on Windows >>>> where the Tup version is the latest (0.7.1). However, when I test my >>>> Tupfile on Linux it does not work (it fails to create an output directory). >>>> >>>> -- >>>> -- >>>> tup-users mailing list >>>> email: [email protected] >>>> unsubscribe: [email protected] >>>> >>>> options: http://groups.google.com/group/tup-users?hl=en >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "tup-users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>> >>> >>> >>> -- >>> When the cat is away, the mouse is alone. >>> - David Yu >>> >> -- >> -- >> tup-users mailing list >> email: [email protected] <javascript:> >> unsubscribe: [email protected] <javascript:> >> options: http://groups.google.com/group/tup-users?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "tup-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
