mainly because of the Hungarian translation.
thanks @szlajozs !
Hi József and all,
I'm afraid the mistake was from my side, I will review what I precisely did... as described in the docs (which is a reminder to me and in general to the responsible for releasing versions), one publishes a new release making sure the set of commits contains a version bump. I'm sure I didn't check, I suspect the version bump commit isn't included. I will review it next week, or you can check yourself too.
I don't think we should add a timestamp in text, I'm afraid the
text would become too long and users don't read long texts, we
just click them away.
we could have a version publishing script, which could check if the version bumping commit is in place and warn the user if it is not there.
or we need be more careful than I was in my last version
publication. but this warning will not prevent similar errors in
the future. something that has a non-zero probability of happening
will eventually happen.
as said, I will have time next week, maybe some of you have wants
to write a nice version publishing script in the meanwhile?
ciao,
Mario
--
You received this message because you are subscribed to the Google Groups "ghini/bauble" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bauble+un...@googlegroups.com.
To post to this group, send email to bau...@googlegroups.com.
Visit this group at https://groups.google.com/group/bauble.
For more options, visit https://groups.google.com/d/optout.
Hi József,
thanks for the quite complete description of your particular case. it makes a very good issue, and it's really very little work, implementing it. do you want to open it on github? the only trouble with it is updating all corresponding translation strings.
I generally think of myself as quite paranoid too, which I think
is a good thing to have: some healthy paranoia, but I had not
considered this case. (you star the project, receive a "new
release" notification by email, you don't see it when starting up
the software.)
so... please open the issue on github, and even better propose a pull request that (partially) implements the solution to the issue.
I will have time next week.
ciao,
Mario
apparently we already have a 'publish' script, and I don't dare check, but I'm afraid it was me who wrote it.
yes, it was me, last year August.
and in the commit comment I also added that the script was "in perspective the place to put all the next steps, like publishing to pip and updating the Windows NSIS installer."
if I understand what Ross has been doing, this last part has to happen —necessarily— in Windows, so we can't put it here, but we can put here a kind reminder. publishing to pip, however, can be automated. we could have a look...
cheers, M


forgot to include the list in the cc.
| Subject: | Re: How to install new version? |
|---|---|
| Date: | Sun, 11 Mar 2018 20:13:12 -0500 |
| From: | Mario Frasca <ma...@anche.no> |
| To: | Szlamka József <szla...@gmail.com> |
Hi Jószef,
looks like update was not successful after all,
can you confirm by invoking again `~/bin/ghini -u`, and checking the log?
maybe you want to do it this way:
~/bin/ghini -u 2>&1 | tee /tmp/logfile.txt
let me know,
ciao,
Mario
this sounds so weird, I don't know what to think,
you could...
- check in `/home/szlajozs/.virtualenvs`, and see how many virtualenvs you have, that can be related to ghini-1.0
- confirm you only have one ghini.desktop package installed, it should be this one: /home/szlajozs/.virtualenvs/ghide/lib/python2.7/site-packages/ghini.desktop-1.0.80-py2.7.egg
- open `/home/szlajozs/.virtualenvs/ghide/bin/ghini` and verify that it mentions 1.0.80
but how do you get in this situation, and how can we detect, avoid, correct, I still do not know...
I'm afraid we need more logging, could you open an issue and
request that the log (~/.bauble/bauble.log) should start with
stating the version and the location of the ghini installation?
that would only help in future cases.
ciao,
M
Hi Mario,
Many, many thanks, it is working now!!!!
As you suggested, I removed the subfolder "bauble-1.0.75-py2.7.egg", and