Skip to content

Commit

Permalink
Merge pull request berty#2126 from berty/dev/moul/clean-reorganize
Browse files Browse the repository at this point in the history
  • Loading branch information
moul authored Jun 26, 2020
2 parents c139db8 + 5a87585 commit 64fcbeb
Show file tree
Hide file tree
Showing 77 changed files with 13 additions and 81 deletions.
76 changes: 0 additions & 76 deletions CODE_OF_CONDUCT.md

This file was deleted.

1 change: 0 additions & 1 deletion entrypoints/berty

This file was deleted.

6 changes: 3 additions & 3 deletions js/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ ios.run: deps packages/go-bridge/ios/Frameworks/Bertybridge.framework packages/b
.PHONY: ios.release
ios.release: deps packages/go-bridge/ios/Frameworks/Bertybridge.framework packages/berty-app/ios/Pods/Manifest.lock
cd packages/berty-app && bundle install
../build/shell/release-ios.sh
../tool/build/shell/release-ios.sh

.PHONY: ios.log
ios.log:
Expand All @@ -166,13 +166,13 @@ ios.storybook: deps packages/storybook-mobile/ios/Pods _storybook.mobile.start
android.run: deps packages/go-bridge/android/libs/gobridge.aar packages/berty-app/node_modules/react-native/react.gradle.orig $(HOME)/.android/debug.keystore
$(call check-program, adb)
$(eval ANDROID_DEVICE ?= `adb devices | tail +2 | head -1 | cut -f 1`)
../build/shell/check-java.sh 18
../tool/build/shell/check-java.sh 18
adb -s $(ANDROID_DEVICE) reverse tcp:$(BERTY_BRIDGE_PORT) tcp:$(BERTY_BRIDGE_PORT)
cd packages/berty-app && $(react-native) run-android --no-packager --variant=$(APP_TARGET) --deviceId="$(ANDROID_DEVICE)" $(if $(filter-out $(APP_TARGET), store), --appIdSuffix=$(APP_TARGET))

.PHONY: android.release
android.release: deps packages/go-bridge/android/libs/gobridge.aar packages/berty-app/node_modules/react-native/react.gradle.orig $(HOME)/.android/debug.keystore
../build/shell/release-android.sh
../tool/build/shell/release-android.sh

.PHONY: android.log
android.log:
Expand Down
2 changes: 1 addition & 1 deletion js/gen.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file removed test/testdata/.gitkeep
Empty file.
4 changes: 4 additions & 0 deletions tool/berty-mini-local-helper/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ log-stats:
@touch $(TMPDIR)/berty-mini-$(ID).log
cat $(TMPDIR)/berty-mini-$(ID).log | jq -r '.level + " " + .logger + " " + .msg + " " + .error' | sort | uniq -c

.PHONY: share-qr
share-qr:
berty --display-name=$(NAME) dev share-invite -d $(TMPDIR)/berty-mini-$(ID) --dev-channel

.PHONY: watch-log-stats
watch-log-stats:
watch -d make log-stats
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions tool/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 64fcbeb

Please sign in to comment.