eve-seat / seat

SeAT 0x. [UNSUPPORTED]
https://github.com/eveseat/seat
MIT License
69 stars 38 forks source link

SeAT Updater Testing #306

Closed eve-seat closed 9 years ago

eve-seat commented 9 years ago

Quickly started a updater command by wipping up some code in 6ac58fc819. Its not complete, but can be tested.

smokie128 commented 9 years ago

Haven't run it, but from looking at the code and my experience so far I have a question: Wouldn't this download the "new" SDE package every time it updates SeAT? php artisan seat:update-sde doesn't seem to check the SDE version in the DB, it wants to download and import the current SDE every time. Considering this takes quite a while on lower end servers (e.g. Raspberry Pi takes some 10-20 minutes, depending on the size of the dump), one might want to skip that step.

eve-seat commented 9 years ago

@smokie128 I plan on adding a few options like --no-sde, --dev etc. :)

eve-seat commented 9 years ago

I have committed 8c573d560 which adds --dev and --no-sde.

eve-seat commented 9 years ago

Considering this done. Can reopen if there are issues.