timm / crusty

Automatically exported from code.google.com/p/crusty
0 stars 0 forks source link

trunk/Makefile: missing update target #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
there is there are various console based tools that are currently bundled ,
or will one day be bundled, with CRUSTY (snownews, w3m, mc, etc) 

but why do that? it would be better to hook into,say, the debian package
management system and download/make the latest versions of these tools as
they are developed?

see, if that was done, the CRUSTY's makefile could contain an update target
that auto updates the everything.

Original issue reported on code.google.com by menzies....@gmail.com on 15 Jan 2007 at 6:18

GoogleCodeExporter commented 9 years ago
I'm not sure I understand what you mean by hook into the debian package 
management
system.  Do you intend to get the source packages and unpack them and build?  
Or do
you intend to use apt and assume that the person has root access through 
something
like sudo?

Original comment by scott.he...@gmail.com on 19 Jan 2007 at 4:17

GoogleCodeExporter commented 9 years ago
For this issue, it sounds like we should to generalize the crusty install 
script by
using apt-get, apt-install, apt-update which should be standard debian package 
tools.
This would ensure that we're getting the latest versions of the packages 
straight
from the source.

Original comment by dr.kerri...@gmail.com on 21 Jan 2007 at 9:23

GoogleCodeExporter commented 9 years ago
I believe you mean, "apt-get {update,install,remove,upgrade}"

Either way, I don't think that it will work.  On dream host I don't believe we 
have
root access, so apt and friends can't help us.  

Original comment by scott.he...@gmail.com on 22 Jan 2007 at 10:41