[sysadmin/ci-tooling] /: Disable parts of the System Dependency building on Android CI until rsync can be made available.

Ben Cooksley bcooksley at kde.org
Sun Nov 4 01:52:21 GMT 2018


On Sun, 4 Nov 2018, 14:18 Aleix Pol <aleixpol at kde.org wrote:

> I'm confused, this adds rsync and comments rsync out.
>

I had to comment rsync out because we can't rebuild the image at the moment.

I added it to the image for later on, when we can rebuild the image again.

Once we can, then that part of this commit can be reverted.


On Sat, Nov 3, 2018 at 4:48 AM Ben Cooksley <null at kde.org> wrote:
> >
> > Git commit a01c4d1ba8fd31f1112c207b61542b14aab3e9e8 by Ben Cooksley.
> > Committed on 03/11/2018 at 03:48.
> > Pushed by bcooksley into branch 'master'.
> >
> > Disable parts of the System Dependency building on Android CI until
> rsync can be made available.
> > The Docker image for Android CI currently can't be built due to missing
> tags/branches in the Qt Git repositories which were previously present.
> > See
> https://build.kde.org/job/Administration/job/Docker%20Generate%20AndroidQt5.11%20SDK/
> for more information.
> >
> > CCMAIL: kde-frameworks-devel at kde.org
> > CCMAIL: aleixpol at kde.org
> >
> > M  +1    -1    pipeline-templates/AndroidQt5.11.template
> > M  +1    -0    system-images/android/sdk/Dockerfile
> >
> >
> https://commits.kde.org/sysadmin/ci-tooling/a01c4d1ba8fd31f1112c207b61542b14aab3e9e8
> >
> > diff --git a/pipeline-templates/AndroidQt5.11.template
> b/pipeline-templates/AndroidQt5.11.template
> > index 17d21da..1c5f1b1 100644
> > --- a/pipeline-templates/AndroidQt5.11.template
> > +++ b/pipeline-templates/AndroidQt5.11.template
> > @@ -68,7 +68,7 @@ timestamps {
> >
> >                                 \$systemDependencies
> >
> > -                               rsync -Ha
> '\$DESTDIR/\$APP_INSTALL_PREFIX/' '\$APP_INSTALL_PREFIX/'
> > +                               #rsync -Ha
> '\$DESTDIR/\$APP_INSTALL_PREFIX/' '\$APP_INSTALL_PREFIX/'
> >                         """
> >                 }
> >
> > diff --git a/system-images/android/sdk/Dockerfile
> b/system-images/android/sdk/Dockerfile
> > index 14deab2..14034ea 100644
> > --- a/system-images/android/sdk/Dockerfile
> > +++ b/system-images/android/sdk/Dockerfile
> > @@ -13,6 +13,7 @@ RUN apt-get -qq update && apt-get install -qq \
> >      build-essential \
> >      gperf gettext \
> >      python3 python3-paramiko python3-lxml python3-yaml \
> > +    rsync \
> >      bison flex \
> >      ruby wget \
> >      libxml2-utils \
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20181104/fe4bf117/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list