Skip to content

Commit

Permalink
Improved generating new realease versions
Browse files Browse the repository at this point in the history
  • Loading branch information
igrek51 committed Oct 7, 2016
1 parent 8c7fada commit bde7c69
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 25 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
.DS_Store
/build
/captures
release/GuitarDB/
1 change: 0 additions & 1 deletion app/src/main/java/igrek/songbook/logic/app/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ private void restoreScrollPosition(String path) {

private void showUIHelp() {
AlertDialog.Builder dlgAlert = new AlertDialog.Builder(activity);
//TODO tłumaczenie na angielski
dlgAlert.setMessage(userInfo.resString(R.string.ui_help_content));
dlgAlert.setTitle(userInfo.resString(R.string.ui_help));
dlgAlert.setPositiveButton(userInfo.resString(R.string.action_info_ok), new DialogInterface.OnClickListener() {
Expand Down
20 changes: 0 additions & 20 deletions git-merge-lang.py

This file was deleted.

3 changes: 1 addition & 2 deletions make-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ def readline(self):
# aktualizacja zmian z bazy źródłowej
print 'updating ' + guitarDBDir + '...'
os.chdir(guitarDBDir)
shellExec('git pull origin master')
shellExec('git merge master')
shellExec('git pull origin release-en')
os.chdir('..')

shellExec('cp ' + apkSrc + ' ' + apkOutputFile)
Expand Down
2 changes: 1 addition & 1 deletion release/guitarDB
Submodule guitarDB updated from a21a99 to 26c701

0 comments on commit bde7c69

Please sign in to comment.