Backed out changeset 32c3c20fd489 (bug 1443419) for shell failure on shell failure on /firefox-snap/runme.sh:53 on CLOSED TREE

--HG--
extra : amend_source : cbc8b1f406e34c98ebb5e1ba570859a9b2d90988
This commit is contained in:
Tiberius Oros 2018-03-06 15:25:37 +02:00
parent 6afc5d44f8
commit 9a5db673a8
2 changed files with 1 additions and 9 deletions

View File

@ -47,12 +47,6 @@ for locale in $locales; do
"$CANDIDATES_DIR/${VERSION}-candidates/build${BUILD_NUMBER}/linux-x86_64/xpi/${locale}.xpi"
done
# Extract gtk30.mo from Ubuntu language packs
apt download language-pack-gnome-*-base
for i in *.deb; do
dpkg-deb --fsys-tarfile $i |tar xv -C "$SOURCE_DEST" --wildcards "./usr/share/locale-langpack/*/LC_MESSAGES/gtk30.mo" || true
done
# Generate snapcraft manifest
sed -e "s/@VERSION@/${VERSION}/g" -e "s/@BUILD_NUMBER@/${BUILD_NUMBER}/g" snapcraft.yaml.in > "${WORKSPACE}/snapcraft.yaml"
cp -v "$SCRIPT_DIRECTORY/mime"{-handler.xml,apps.list} "$WORKSPACE"

View File

@ -52,10 +52,8 @@ parts:
- libgl1-mesa-glx
- libmirclient9
- desktop-file-utils
- ffmpeg
- xdg-utils
- libc-bin
- locales-all
- ffmpeg
after: [desktop-gtk3]
xdg-open: