Hello Gilles,
I was wondering if that is possible to add an option to your digikam compilation script that would notify subscribed users of a new version app bundle available uppon finishing the compilation (or few minutes after that since it probably takes few minutes to upload the files to GDrive). Just an idea. -- Thanks, Andrey |
Hi, Well, the script stop when compilation bundle is done, but do not upload yet the file to GDrive automatically. I tried to automatize the job but Google API is complex or incomplete. So i do it myself through a web browser. Gilles 2017-10-28 21:45 GMT+02:00 Andrey Goreev <[hidden email]>: Hello Gilles, |
I just thought it would be great to know when a new app bundle is
available. Sometimes I do want to know that but don't want to bugging you On Saturday, October 28, 2017 1:48:16 PM MDT, Gilles Caulier wrote: > Hi, > > Well, the script stop when compilation bundle is done, but do > not upload yet the file to GDrive automatically. I tried to > automatize the job but Google API is complex or incomplete. So i > do it myself through a web browser. > > Gilles > > 2017-10-28 21:45 GMT+02:00 Andrey Goreev <[hidden email]>: > Hello Gilles, > > I was wondering if that is possible to add an option to your > digikam compilation script that would notify subscribed users of > a new version app bundle available uppon finishing the > compilation (or few minutes after that since it probably takes > few minutes to upload the files to GDrive). > Just an idea. -- Thanks, Andrey |
Actually never mind, I found the Activity tab in GDrive which tells me:
Today 5:32 AM digiKam Developer edited an item Unknown File digikam-5.8.0-01-x86-64.appimage --- Earlier this week Sun 10:00 AM digiKam Developer edited an item Unknown File digikam-5.8.0-01-x86-64.appi --- Earlier this month Oct 8 digiKam Developer edited an item Unknown File digikam-5.8.0-01-x86-64.appimage --- etc That is exactly what I was looking for. On Saturday, October 28, 2017 1:55:40 PM MDT, Andrey Goreev wrote: > I just thought it would be great to know when a new app bundle > is available. Sometimes I do want to know that but don't want to > bugging you > > On Saturday, October 28, 2017 1:48:16 PM MDT, Gilles Caulier wrote: >> Hi, >> >> Well, the script stop when compilation bundle is done, but do >> not upload yet the file to GDrive automatically. I tried to >> automatize the job but Google API is complex or incomplete. So >> i do it myself through a web browser. >> >> Gilles >> >> 2017-10-28 21:45 GMT+02:00 Andrey Goreev <[hidden email]>: >> Hello Gilles, ... > -- Thanks, Andrey |
One of the developers over at pixls.us has some appimages building automatically on git push using Travis ci and then he is storing the resulting appimage on github in the releases section.
If you're interested in this, we could have a look at setting it up for digikam. On October 28, 2017 12:58:09 PM PDT, Andrey Goreev <[hidden email]> wrote:
Actually never mind, I found the Activity tab in GDrive which tells me: |
In reply to this post by AndriusWild
I just had similar thoughts about posting them on github. Sent from my Samsung Galaxy smartphone. -------- Original message -------- From: Mica Semrick <[hidden email]> Date: 2017-10-28 2:38 PM (GMT-07:00) To: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]>, Andrey Goreev <[hidden email]>, [hidden email] Subject: Re: New app bundle compiled notification If you're interested in this, we could have a look at setting it up for digikam. On October 28, 2017 12:58:09 PM PDT, Andrey Goreev <[hidden email]> wrote:
Actually never mind, I found the Activity tab in GDrive which tells me: |
A work around to this problem, to automatize bundles upload to a remote server, is to use KDE download area through FTP. I know that a download zone exist on the server for this purpose. I used GDrive because it's easy and fast to be done. Using KDE download area require to contact admin, to ask for right access, to ask for zone creation, etc... Krita for ex store files here for windows : Excepted if somebody has shell scripts ready to use to upload automatically files to a Gdrive account, without any user interaction, the KDE server solution will be the way to do in the future to propose pre-version release bundles. Gilles Caulier 2017-10-29 1:11 GMT+02:00 Andrey Goreev <[hidden email]>:
|
Gilles, Maybe this is for you: https://github.com/odeke-em/drive On Mon, Oct 30, 2017 at 3:31 AM, Gilles Caulier <[hidden email]> wrote:
|
Yes, i know the drive CLI tool. I don't yet tested in-deep with my shell build scripts. In parallel i ask to KDE admin if a https://files.kde.org/ DK zone can be enabled for this purpose. If yes, FTP will be certainly more easy to use in this workflow. Wait and see... Gilles Caulier 2017-10-30 3:50 GMT+01:00 HaJo Schatz <[hidden email]>:
|
In reply to this post by AndriusWild
How about kio-gdrive? Sent from my Samsung Galaxy smartphone. -------- Original message -------- From: Gilles Caulier <[hidden email]> Date: 2017-10-30 1:55 AM (GMT-07:00) To: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]> Subject: Re: New app bundle compiled notification Yes, i know the drive CLI tool. I don't yet tested in-deep with my shell build scripts. In parallel i ask to KDE admin if a https://files.kde.org/ DK zone can be enabled for this purpose. If yes, FTP will be certainly more easy to use in this workflow. Wait and see... Gilles Caulier 2017-10-30 3:50 GMT+01:00 HaJo Schatz <[hidden email]>:
|
No way with KIO through bash script. Gilles 2017-10-30 21:04 GMT+01:00 Andrey Goreev <[hidden email]>:
|
Good new. I recieve a response from KDE admin team about to use KDE space from https://files.kde.org where we can put temporary files with SFTP. Some technical points still in discussion in private mail, but it's in the good way. Gilles Caulier 2017-10-30 22:59 GMT+01:00 Gilles Caulier <[hidden email]>:
|
Done. The KDE admin have created a digiKam area following this message from Phabricator : // ---------------------------------------
I've now created the space at https://files.kde.org/digikam/ You can access it by logging into the server via SSH as [hidden email]. TASK DETAIL To: bcooksley Cc: Digikam, bcooksley, cgilles, sysadmin, scarlettclark, blazquez // --------------------------------------- I will change the bundles script to use files.kde.org instead the GDrive repository. This will permit to upload bundle files automatically through SFTP. The bundle files naming will changes, as Ben Cooksley said in T7388 entry. I will probably use the timestamp to make unique files in the server, even if older ones are deleted at each upload. This is mandatory because the area is propagated to a lots of mirror on the web. Gilles 2017-10-31 10:39 GMT+01:00 Gilles Caulier <[hidden email]>:
|
Done. The download area in files.kde.org for digiKam pre-release bundles is now active and populated. The older place from GDrive repository is now purged and deprecated. Gilles Caulier 2017-11-02 11:36 GMT+01:00 Gilles Caulier <[hidden email]>:
|
Free forum by Nabble | Edit this page |