-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev install instructions #149
Comments
So far I have worked out this. package manager -> add repository package manager -> install or upgrade package, depending on what you are doing This might not be always needed, but it fixes stuff when i have a catastrophic failure |
yes, that is the easiest and fastest way to use the develop branch. Same instructions are posted in: https://github.com/gepd/Deviot/wiki/Setup#developer |
So what is the difference between upgrade package and upgrade/overwrite packages. I thought the later just did all packages |
If for example; I push a change and you update to get that last change, it will do normally. But if I push a new change 5 or 10 minutes later, and you try with the upgrade option, it will not download that changes, in that case upgrade/overwrite do works. At least in my case, as I work with multiples virtual machines, I got that behavior when I try to update too often |
interesting, i have noticed in sublime logs "skipping upgrade until blah" |
According to the package control setting file, there is an option: // The minimum frequency in hours in which to check for automatic upgrades,
// setting this to 0 will always check for automatic upgrades
"auto_upgrade_frequency": 1 |
I just went through installing the dev version and thought it worked to add the repo and then upgrade, but some various behavior made me less sure. I ended up just removing/re-installing and think that it would be awesome to change the description in the I can infer that
So that message doesn't differentiate the version at all, and is the same as the released version. |
Yeah I mentioned that above, package control does not reflect a custom repository in the select. Deviot console shows version |
@tablatronix I'm guessing I get two items because Deviot is submitted to some sort of Package Control repository. Note that the install isntructions don't require anything special for the release version. Just install Package Control and then install Deviot from it. Since I've added the I think between the lines, it is showing a custom repo based on the version. One is release nomenclature ( That said, I think they could be clearer for sure. |
oh did you install dev manually? |
I just followed the instructions.
Do you only see one option when you do that? Keep in mind that I'd uninstalled first, so I think it's showing that I can install either the release or developer version. |
I add repo as in my post, package control -> add repository -> paste develop repo url, then install, not sure if this does something other than adding it to the file just the same, or of it registers it in cache so you only get the one. |
Seems to do the same. My way produced this user config:
I just deleted the entire
No idea, but that's what I get! I'm still not following what you're confused about. You haven't posted any screenshots to compare what's listed, whether you're looking at the install list with the Edit: I did a little digging about how Package Control works and to add a package, you edit some |
I've check that, and yes, when you install deviot and let the I'm trying to fix this little problem. I know it started when I update the name of the package in the file |
now what is going on ? Is it gonna stay like that, ill wipe and reinstall and see if that ges it working again, edit:yup seems to work now |
@tablatronix Interesting. I got some notice about a failure to load a file (something like Maybe due to how versions were updated this caused a momentary blip for everyone? Reinstalling worked for me as well, even though I think it complained on startup after the change, after removal, and after restarting). After re-install/reboot, it did not complain again. |
Yeah my menu was all greyed out aside from a few things ill have to turn off auto updates for now before dev becomes unstable with so much activity |
I've updated the instructions: https://github.com/gepd/Deviot/wiki/Setup#developer I think now it's easier and it solves the problem with the duplicate entries in the Package Control list |
Can you post a full version of what hierarchy this should have in the full config? I'm having a bunch of errors, but likely due to assuming I'd pass this as a completely separate top level I can't seem to get
Is that correct? When I try to install, I see only one listing for |
When you go to There is no need to manually edit the config file |
Whoops. I missed that it was I must have goofed something as I don't have a |
Try using |
I blew away a bunch of stuff in I just reinstalled and things appear to be working. Did you ditch the idea of |
I've just released the version |
Does anyone have any reliable dev install instructions ?
I was getting errors, then in noticed by package repo was pointing to deviot_2, which seems to now be develop branch. So i changed that now when in install deviot I get
and my scripts folder is empty...
I seem to always have problems, is it more reliable to just use git ?
The text was updated successfully, but these errors were encountered: