Skip to content

Commit

Permalink
dumpyara: Ignore Megvii libs
Browse files Browse the repository at this point in the history
Change-Id: I19d488d862b7b4d95a8374aeb787ff919b6e70b4
  • Loading branch information
Jiovanni-bot committed Jun 16, 2023
1 parent 9787f9a commit 3754745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dumpyara.sh
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ if [[ -n $GIT_OAUTH_TOKEN ]]; then
curl -s -X PUT -H "Authorization: token ${GIT_OAUTH_TOKEN}" -H "Accept: application/vnd.github.mercy-preview+json" -d '{ "names": ["'"$manufacturer"'","'"$platform"'","'"$top_codename"'"]}' "https://api.github.com/repos/${ORG}/${repo}/topics"
git remote add origin https://github.com/$ORG/"${repo,,}".git
git checkout -b "$branch"
find . -size +97M -printf '%P\n' -o -name "*sensetime*" -printf '%P\n' -o -name "*.lic" -printf '%P\n' >| .gitignore
find . -size +97M -printf '%P\n' -o -name "*sensetime*" -printf '%P\n' -o -name "*.lic" -printf '%P\n' -o -name "*egvii*" -printf '%P\n' >| .gitignore
# Compress specific files to bypass git lfs ## TODO: To be done
allowlist=(
## START GENERIC ##
Expand Down

0 comments on commit 3754745

Please sign in to comment.