You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(7) |
Nov
(167) |
Dec
(101) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(178) |
Feb
(82) |
Mar
(111) |
Apr
(119) |
May
(126) |
Jun
(27) |
Jul
(140) |
Aug
(65) |
Sep
(120) |
Oct
(88) |
Nov
(50) |
Dec
(6) |
| 2002 |
Jan
(44) |
Feb
(82) |
Mar
(47) |
Apr
(121) |
May
(65) |
Jun
(72) |
Jul
(47) |
Aug
(160) |
Sep
(149) |
Oct
(21) |
Nov
|
Dec
(26) |
| 2003 |
Jan
(81) |
Feb
(108) |
Mar
(13) |
Apr
(16) |
May
(5) |
Jun
(31) |
Jul
(10) |
Aug
(14) |
Sep
(16) |
Oct
(4) |
Nov
(2) |
Dec
(17) |
| 2004 |
Jan
(64) |
Feb
(7) |
Mar
(3) |
Apr
(30) |
May
(22) |
Jun
|
Jul
(20) |
Aug
(15) |
Sep
(5) |
Oct
(9) |
Nov
|
Dec
(2) |
| 2005 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
(3) |
Dec
(3) |
| 2006 |
Jan
(8) |
Feb
(5) |
Mar
(8) |
Apr
(4) |
May
(7) |
Jun
(6) |
Jul
(10) |
Aug
(6) |
Sep
(8) |
Oct
(28) |
Nov
(43) |
Dec
(19) |
| 2007 |
Jan
(23) |
Feb
(25) |
Mar
(9) |
Apr
(57) |
May
(59) |
Jun
(90) |
Jul
(112) |
Aug
(54) |
Sep
(22) |
Oct
(13) |
Nov
(23) |
Dec
(18) |
| 2008 |
Jan
(15) |
Feb
(13) |
Mar
(47) |
Apr
(133) |
May
(83) |
Jun
(112) |
Jul
(138) |
Aug
(77) |
Sep
(114) |
Oct
(27) |
Nov
(33) |
Dec
(109) |
| 2009 |
Jan
(64) |
Feb
(31) |
Mar
(35) |
Apr
(46) |
May
(144) |
Jun
(124) |
Jul
(85) |
Aug
(105) |
Sep
(217) |
Oct
(188) |
Nov
(143) |
Dec
(157) |
| 2010 |
Jan
(68) |
Feb
(11) |
Mar
(73) |
Apr
(87) |
May
(146) |
Jun
(183) |
Jul
(133) |
Aug
(113) |
Sep
(63) |
Oct
(36) |
Nov
(44) |
Dec
(45) |
| 2011 |
Jan
(38) |
Feb
(27) |
Mar
(21) |
Apr
(32) |
May
(24) |
Jun
(28) |
Jul
(28) |
Aug
(36) |
Sep
(43) |
Oct
(31) |
Nov
(30) |
Dec
(16) |
| 2012 |
Jan
(31) |
Feb
(39) |
Mar
(57) |
Apr
(36) |
May
(17) |
Jun
(27) |
Jul
(22) |
Aug
(34) |
Sep
(30) |
Oct
(26) |
Nov
(12) |
Dec
(14) |
| 2013 |
Jan
(10) |
Feb
(3) |
Mar
(3) |
Apr
(15) |
May
(10) |
Jun
(15) |
Jul
(9) |
Aug
(11) |
Sep
(15) |
Oct
(23) |
Nov
(29) |
Dec
(19) |
| 2014 |
Jan
(6) |
Feb
(11) |
Mar
(28) |
Apr
(16) |
May
(14) |
Jun
(31) |
Jul
(23) |
Aug
(19) |
Sep
(9) |
Oct
(6) |
Nov
(6) |
Dec
(4) |
| 2015 |
Jan
(78) |
Feb
(6) |
Mar
(1) |
Apr
(3) |
May
(1) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
(5) |
Apr
(2) |
May
|
Jun
|
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
1
|
2
|
3
|
4
|
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
|
12
|
13
|
14
(1) |
15
|
16
(1) |
17
(2) |
18
(1) |
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
|
26
|
27
|
28
|
29
|
30
|
|
|
|
From: Jan E. <ch...@in...> - 2004-09-18 08:21:42
|
On Fri, 17 Sep 2004, Marcus Alanen wrote:
>On Fri, 17 Sep 2004, Jan Ekholm wrote:
>
>> A package does not mean that it couldn't all be installed in, say,
>> /opt/civil/ or /usr/local/civil/... It would just mean that a package is
>> basically the tar.gz unpacked in some specified location (like /opt/).
>> Should be quite easy to actually do. Maybe optionally use convenience
>> shell scripts in /usr/bin/ or similar.
>
>Hm. Yeswell. I think your last line is important. Basically you say
>"maybe do something extra" which to me sounds like a build system, of
>some kind, and of some simplicity. So I don't have anything against
>works-out-of-the-box, but I do think we'll need
>makefiles/autoconf and whatnot for the "convenience shell scripts".
I'm not sure sure about that. A "convenience shell script" doesn't have to
be more than:
#! /bin/sh
cd /opt/civil/src && ./civil.py
Or why not do them in Python as well?
--
"Yes, bugger all that." said Nanny. "Let's curse somebody."
-- Terry Pratchett, Wyrd Sisters
|
|
From: Marcus A. <maa...@ab...> - 2004-09-17 11:52:39
|
On Fri, 17 Sep 2004, Jan Ekholm wrote: > A package does not mean that it couldn't all be installed in, say, > /opt/civil/ or /usr/local/civil/... It would just mean that a package is > basically the tar.gz unpacked in some specified location (like /opt/). > Should be quite easy to actually do. Maybe optionally use convenience > shell scripts in /usr/bin/ or similar. Hm. Yeswell. I think your last line is important. Basically you say "maybe do something extra" which to me sounds like a build system, of some kind, and of some simplicity. So I don't have anything against works-out-of-the-box, but I do think we'll need makefiles/autoconf and whatnot for the "convenience shell scripts". Marcus |
|
From: Jan E. <ch...@in...> - 2004-09-17 11:44:54
|
On Thu, 16 Sep 2004, Marcus Alanen wrote:
>Jan Ekholm wrote:
>> What are the opinions of the silent crowd when it comes to having an
>> installer or not having one? I think I actually prefer trying to live with
>> minimum fuss when it comes to installing stuff, ie only use distutils for
>> actually building the binary modules, but nothing else. The user should be
>> able to just unpack, setup.py and then run, all done without any extra
>> copying of files, admin privlieges etc. It would all just run from the
>> unpacked directory, just like it does now. Java does the same at least on
>
>That's nice to easily try it out, and we certainly have had a fair share
> of tar.gz downloaders compared with the prepackaged ones.
>
>However a fair share have also favoured the prepackaged ones, so it'd be
>a bit of shame if those were dropped. As you have no doubt seen by now,
>all decision by me are nondecisions...
>
>Now off to lart the rpm packager: me.
A package does not mean that it couldn't all be installed in, say,
/opt/civil/ or /usr/local/civil/... It would just mean that a package is
basically the tar.gz unpacked in some specified location (like /opt/).
Should be quite easy to actually do. Maybe optionally use convenience
shell scripts in /usr/bin/ or similar.
Or?
--
+++ Divide By Cucumber Error. Please Reinstall Universe And Reboot +++
-- Terry Pratchett, Hogfather
|
|
From: Marcus A. <maa...@ra...> - 2004-09-16 16:53:54
|
Jan Ekholm wrote: > What are the opinions of the silent crowd when it comes to having an > installer or not having one? I think I actually prefer trying to live with > minimum fuss when it comes to installing stuff, ie only use distutils for > actually building the binary modules, but nothing else. The user should be > able to just unpack, setup.py and then run, all done without any extra > copying of files, admin privlieges etc. It would all just run from the > unpacked directory, just like it does now. Java does the same at least on That's nice to easily try it out, and we certainly have had a fair share of tar.gz downloaders compared with the prepackaged ones. However a fair share have also favoured the prepackaged ones, so it'd be a bit of shame if those were dropped. As you have no doubt seen by now, all decision by me are nondecisions... Now off to lart the rpm packager: me. |
|
From: Jan E. <ch...@in...> - 2004-09-14 07:15:02
|
What are the opinions of the silent crowd when it comes to having an
installer or not having one? I think I actually prefer trying to live with
minimum fuss when it comes to installing stuff, ie only use distutils for
actually building the binary modules, but nothing else. The user should be
able to just unpack, setup.py and then run, all done without any extra
copying of files, admin privlieges etc. It would all just run from the
unpacked directory, just like it does now. Java does the same at least on
Linux, and most real games just unpack into a directory that can then be
relocated.
Going the distutils way all the way would have been nice, but it just
apparently isn't really meant for installing applications with data, so it
won't really work (unless we install everything in
/usr/lib/python/site-packages [or similar location on Win/Mac]).
Any comments?
--
He says gods like to see an atheist around. Gives them something to aim at.
-- Terry Pratchett, Small Gods
|