Advertisement
Guest User

Untitled

a guest
Feb 8th, 2022
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. ERROR
  2. These files have lint issues:
  3. 2022-02-08 16:57:22,008 INFO: Using /opt/android-sdk/build-tools/27.0.3/apksigner
  4. 2022-02-08 16:57:22,079 INFO: Rewriting 'com.blazecode.tsviewer'
  5. metadata/com.blazecode.tsviewer.yml
  6. These are the formatting issues:
  7. 2022-02-08 16:57:22,468 INFO: Using /opt/android-sdk/build-tools/27.0.3/apksigner
  8. 2022-02-08 16:57:22,539 INFO: Rewriting 'com.blazecode.tsviewer'
  9. diff --git a/metadata/com.blazecode.tsviewer.yml b/metadata/com.blazecode.tsviewer.yml
  10. index a2d02cdaa7..f87e0235d8 100644
  11. --- a/metadata/com.blazecode.tsviewer.yml
  12. +++ b/metadata/com.blazecode.tsviewer.yml
  13. @@ -8,24 +8,24 @@ AuthorWebSite: https://blazecodeapps.com/
  14. WebSite: https://blazecodeapps.com/
  15. SourceCode: https://blazecodeapps.com
  16. IssueTracker: https://github.com/BlazeCodeDev/TSViewer/issues
  17. -
  18. +
  19. AutoName: TSViewer
  20. -
  21. +
  22. RepoType: git
  23. Repo: https://github.com/BlazeCodeDev/TSViewer
  24. -
  25. +
  26. Builds:
  27. - versionName: '1.1'
  28. versionCode: 2
  29. commit: 1ee132490b609dd72cf62b025ab62bc893d0671b
  30. subdir: app
  31. sudo:
  32. - - apt-get update || apt-get update
  33. - - apt-get install -y openjdk-11-jdk-headless
  34. - - update-alternatives --auto java
  35. + - apt-get update || apt-get update
  36. + - apt-get install -y openjdk-11-jdk-headless
  37. + - update-alternatives --auto java
  38. gradle:
  39. - yes
  40. -
  41. +
  42. AutoUpdateMode: Version v%v
  43. UpdateCheckMode: Tags
  44. CurrentVersion: '1.1'
  45. $ apt-get -qy update
  46. $ apt-get -qy install --no-install-recommends exiftool
  47. debconf: delaying package configuration, since apt-utils is not installed
  48. Selecting previously unselected package libimage-exiftool-perl.
  49. (Reading database ... 25233 files and directories currently installed.)
  50. Preparing to unpack .../libimage-exiftool-perl_10.40-1+deb9u1_all.deb ...
  51. Unpacking libimage-exiftool-perl (10.40-1+deb9u1) ...
  52. Setting up libimage-exiftool-perl (10.40-1+deb9u1) ...
  53. $ find metadata/ -name '*.jp*g' -o -name '*.png' | xargs exiftool -all=
  54. 0 image files updated
  55. 78 image files unchanged
  56. $ echo "these images have EXIF that must be stripped:"
  57. these images have EXIF that must be stripped:
  58. $ git --no-pager diff --stat
  59. metadata/com.blazecode.tsviewer.yml | 14 +++++++-------
  60. 1 file changed, 7 insertions(+), 7 deletions(-)
  61. $ git --no-pager diff --name-only --exit-code || set_error
  62. metadata/com.blazecode.tsviewer.yml
  63. ERROR
  64. $ ./tools/check-localized-metadata.py || set_error
  65. $ ./tools/check-keyalias-collision.py || set_error
  66. $ ./tools/check-metadata-summary-whitespace.py || set_error
  67. $ ./tools/check-for-unattached-signatures.py || set_error
  68. $ exit $EXITVALUE
  69. Cleaning up project directory and file based variables
  70. 00:01
  71. ERROR: Job failed: exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement