Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
Data
Data
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 106
    • Issues 106
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 73
    • Merge Requests 73
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • External Wiki
    • External Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • F-Droid
  • DataData
  • Merge Requests
  • !3936

Merged
Opened Nov 14, 2018 by Hans-Christoph Steiner@eighthave
  • Report abuse
Report abuse

use LibScout to output app libraries via gitlab CI

Using the new full buildserver gitlab runner, this runs LibScout on the APKs produced by the full APK build jobs. LibScout then outputs the libraries that it detects. That log is also included in a downloadable artifact that is attached to each GitLab CI Job. That artifact is deleted after a week to keep things clean.

@relan @est @uniqx @Bubu @NicoAlt @Matrixcoffee @Rudloff @licaon-kter @IzzySoft

Edited Nov 15, 2018 by Hans-Christoph Steiner

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch https://gitlab.com/eighthave/fdroiddata.git master
git checkout -b eighthave/fdroiddata-master FETCH_HEAD

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout origin/master
git merge --no-ff eighthave/fdroiddata-master

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 4
  • Commits 2
  • Pipelines 6
  • Changes 1
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
6
Labels
antifeatures buildserver ci non-free non-free-builddeps play-services
Assign labels
  • View project labels
Reference: fdroid/fdroiddata!3936

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.