Skip to content

Commit

Permalink
travis: disable debian build script
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Feb 10, 2020
1 parent aa32c3f commit 6acd4e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ variables:
- CFLAGS="-Wall -Werror=format-security"

before_scripts:
- if [ ${DISTRO_NAME} == "debian" ];then
- curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh
- bash ./debian.sh
- fi
# - if [ ${DISTRO_NAME} == "debian" ];then
# - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh
# - bash ./debian.sh
# - fi

after_scripts:
- if [ ${DISTRO_NAME} == "fedora" ];then
Expand Down

4 comments on commit 6acd4e4

@raveit65
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yetist @sc0w
I had to disable the script for fixing the 1.24 tag build.
For some reasons the script causes an error.
https://travis-ci.org/mate-desktop/mate-user-guide/builds/648384275?utm_source=github_status&utm_medium=notification
Without everything runs fine.
https://travis-ci.org/mate-desktop/mate-user-guide/builds/648424127?utm_source=github_status&utm_medium=notification
Looks like issue with inittool is fixed in debian and we don`t need the script any more?

@sc0w
Copy link
Member

@sc0w sc0w commented on 6acd4e4 Feb 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if the build is ok, for me that lines can be removed safely

@lukefromdc
Copy link
Member

@lukefromdc lukefromdc commented on 6acd4e4 Feb 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't get that error (unexpected end of file) but did get a bunch of build warnings in Debian Unstable last updated Feb 1:

#41

Warning: Could not merge pl translation for msgid:
<primary>mouse</primary> <secondary>pointers</secondary>
Warning: Could not merge pl translation for msgid:
<primary>pointers</primary> <see>mouse pointers</see>
Warning: Could not merge it translation for msgid:
<guilabel>Third level choosers</guilabel>
Warning: Could not merge it translation for msgid:
<primary>keyboard</primary> <secondary>configuring accessibility options</secondary>
Warning: Could not merge da translation for msgid:
<application>Preferred Applications</application> can be found by going to <menuchoice><guimenu>System</guimenu><guisubmenu>Preferences</guisubmenu><guisubmenu>Personal</guisubmenu><guimenuitem>Preferred Applications</guimenuitem></menuchoice>.
Warning: Could not merge it translation for msgid:
On most laptop keyboards, you can use the key combination <keycombo><keycap>Fn</keycap><keycap>F7</keycap></keycombo> to cycle between several typical monitor configurations without starting <application>Monitor Preferences</application>.
Warning: Could not merge it translation for msgid:
<guilabel>Run executable text files when they are opened</guilabel>
Warning: Could not merge it translation for msgid:
Click on the Minimize button in the titlebar, the leftmost of the group of three on the right. This removes the window from view. The window can be restored to its previous position and size on the screen from the <firstterm>window list</firstterm> on the <xref linkend="bottom-panel"/> or the <firstterm>window selector</firstterm> in the top panel.
Warning: Could not merge it translation for msgid:
<_:itemizedlist-1/><application>Yelp Help Browser</application> relies on <link xlink:href="help:mate-doc-xslt">MATE XSLT Stylesheets</link> to perform conversion from DocBook to HTML. <link xlink:href="help:mate-doc-make">MATE Documentation Build Utilities</link> are relied upon by application authors to install and register documentation within the help system.
make[1]: Leaving directory '/home/luke/Desktop/Development/MATE_Development_Work/mate-user-guide_1.24.0/mate-user-guide'
make[1]: Entering directory '/home/luke/Desktop/Development/MATE_Development_Work/mate-user-guide_1.24.0'

@raveit65
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting issue in translations, this needs to be fixed at transifex server.

Please sign in to comment.