-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Modify update-apk script #1331
Conversation
Codecov Report
@@ Coverage Diff @@
## development #1331 +/- ##
==============================================
Coverage 24.53% 24.53%
Complexity 757 757
==============================================
Files 237 237
Lines 8629 8629
Branches 349 349
==============================================
Hits 2117 2117
Misses 6429 6429
Partials 83 83 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes in other place?
Only the dev-apk name had to be changed |
This is removing the files. Where is the changing code? |
8f04b53
to
121f750
Compare
I missed that. I have done the changes |
scripts/update-apk.sh
Outdated
@@ -18,7 +18,7 @@ cd apk | |||
if [ "$TRAVIS_BRANCH" == "$PUBLISH_BRANCH" ]; then | |||
/bin/rm -f * | |||
else | |||
/bin/rm -f app-playStore-debug.apk app-playStore-release.apk app-fdroid-debug.apk app-fdroid-release.apk | |||
/bin/rm -f eventyay-organizer-dev-app-playStore-debug.apk eventyay-organizer-dev-app-playStore-release.apk eventyay-organizer-dev-app-fdroid-debug.apk eventyay-organizer-dev-app-fdroid-release.apk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/bin/rm -f eventyay-organizer-dev-*.apk
121f750
to
66a7311
Compare
scripts/update-apk.sh
Outdated
@@ -43,6 +43,12 @@ if [ "$TRAVIS_BRANCH" == "$PUBLISH_BRANCH" ]; then | |||
done | |||
fi | |||
|
|||
if [ "$TRAVIS_BRANCH" == "$DEPLOY_BRANCH" ]; then | |||
for file in app*; do | |||
cp $file eventyay-organizer-dev-${file%%} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mv
66a7311
to
8abc21a
Compare
@iamareebjamal Done the changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last line will fail
The goal of GSoC is to get permanent addition to teams in Open Source projects. It's sad to see everyone leave after the party when there is time when we need people. Although GSoC is over and it is completely up to you guys if you want to continue contributing to the project, but I believe that it would be beneficial for both you and the project if you continue to add support to it at your own pace. This PR is open for days. Anyone up to finalize it @Masquerade0097 @sridharjajoo @MishuVS |
@iamareebjamal I will try to finalize it today. Can you tell me as to why would it fail so that I can make the required changes? |
The last line does not have the changed names |
8abc21a
to
dbf93a1
Compare
@iamareebjamal I have done some changes. Kindly review |
Fixes #1328
Checklist: