On Dec 31, 2007 3:55 PM, Carl Karsten <[EMAIL PROTECTED]> wrote: > Ed Leafe wrote: > > On Dec 31, 2007, at 12:57 PM, Carl Karsten wrote: > > > >> What is the current process? > >> > >> Lets start with the > >> > >>> 20 seconds to update a web form. > >> What web form, where is the source, what does it do? > >> > >> Not expecting a full blown spec, just looking at the code should be > >> a good start. > > > > It's an internal web app that is directly tied to the Web Update > > process. Since you believe that this is the completely wrong way to > > go, it would not make sense to work from that form, would it? > > I think I need to know what is being replaced.
It is not part of the Dabo distribution. I think that he is just changing the revision number to the latest stable svn version and then the Web Update is updating based on that. I don't see the problem here...Web update is a great way to distribute updates to most users. > > > Since > > you want to go strictly with distutils, you should assume nothing > > more than that. > > > > OK, I'll write code, you tell me what is wrong with it, I'll adjust, repeat. > > cd <dabo dir that contains setup.py> > python setup.py sdist > scp dist/Dabo-0.8.2.tar.gz [EMAIL PROTECTED]:public_html Carl, if you want an update method that works on a cron job, do what I do and just update via subversion. Keeps my development version fresh without me having to remember to update constantly. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
