diff --git a/Makefile b/Makefile index e460dbd..162b7d7 100644 --- a/Makefile +++ b/Makefile @@ -7,14 +7,14 @@ contain-base-extend = \ --volume $(PWD)/aosp-build/config:/opt/aosp-build/config \ --volume $(PWD)/aosp-build/config/manifests:/home/build/config/manifests-aosp -.PHONY: HashbangOS-setup -HashbangOS-setup: +.PHONY: HashbangMobile-setup +HashbangMobile-setup: cd aosp-build/ && ln -sf ../build -.PHONY: HashbangOS-release -HashbangOS-review: HashbangOS-setup +.PHONY: HashbangMobile-release +HashbangMobile-review: HashbangMobile-setup make -C aosp-build config ensure-git-status-clean make -C aosp-build manifest ensure-git-status-clean fetch make fetch review -HashbangOS-build: clean fetch build release +HashbangMobile-build: clean fetch build release diff --git a/README.md b/README.md index fda02b1..01d2b05 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,15 @@ SPDX-FileCopyrightText: 2020-2021 Robin Schneider SPDX-License-Identifier: MIT -Daniel Micay is listed here because HashbangOS is based on GrapheneOS so this +Daniel Micay is listed here because HashbangMobile is based on GrapheneOS so this documentation either links to https://grapheneos.org/ to avoid redundancy or parts are copied from the GrapheneOS docs and then adapted here. Daniel Micay did not contribute those parts himself and his copyright does not endorse -HashbangOS. +HashbangMobile. --> -# #!os # +# #!mobile (HashbangMobile) # @@ -49,7 +49,7 @@ Testers, builders, and hosting bandwidth needed. ## Support ## -Please join us on IRC: ircs://irc.hashbang.sh/#!os +Please join us on IRC: ircs://irc.hashbang.sh/#!mobile ## Features ## @@ -232,7 +232,7 @@ the following changes: #### Notes * Release process does not yet include OTA updates or binary hosting. -* Volunteers needed! Join #!os on irc.hashbang.sh/6697 to help. +* Volunteers needed! Join #!mobile on irc.hashbang.sh/6697 to help. ## Questions ## @@ -320,8 +320,8 @@ native app. | App | Alternative(s) | Notes | |:--------:|:---------------------:|:---------------------------------------| -| Chrome | Chromium, OrFox | Chromium is built-in to #!os | -| Play | F-Droid, Aurora Store | F-Droid is built-in to #!os | +| Chrome | Chromium, OrFox | Chromium is built-in to #!mobile | +| Play | F-Droid, Aurora Store | F-Droid is built-in to #!mobile | | GMail | K9Mail | | | Drive | Nextcloud | | | Music | D-Sub | Will need a Subsonic capable server | diff --git a/config/config.yml b/config/config.yml index eb4249a..12a3c69 100644 --- a/config/config.yml +++ b/config/config.yml @@ -1,5 +1,5 @@ version: '11' -name: HashbangOS +name: HashbangMobile type: release variant: user # variant: userdebug