Skip to content

Commit

Permalink
Rename from HashbangOS to HashbangMobile. Closes: #48
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Feb 9, 2021
1 parent 98e619c commit e659182
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ SPDX-FileCopyrightText: 2020-2021 Robin Schneider <[email protected]>
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) #

<http://github.com/hashbang/os>

Expand Down Expand Up @@ -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 ##

Expand Down Expand Up @@ -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 ##
Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion config/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: '11'
name: HashbangOS
name: HashbangMobile
type: release
variant: user
# variant: userdebug
Expand Down

0 comments on commit e659182

Please sign in to comment.