-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #666 from atsign-foundation/rename-repo
chore: rename the repo to "noports"
- Loading branch information
Showing
11 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,22 +35,22 @@ if you don't already have Dart (or Flutter) installed. | |
|
||
To prepare your dedicated GitHub repository: | ||
|
||
1. Fork in GitHub https://github.com/atsign-foundation/sshnoports | ||
2. Clone *your forked repository* (e.g., `git clone [email protected]:yourname/sshnoports`) | ||
1. Fork in GitHub https://github.com/atsign-foundation/noports | ||
2. Clone *your forked repository* (e.g., `git clone [email protected]:yourname/noports`) | ||
3. Set your remotes as follows: | ||
|
||
```sh | ||
cd sshnoports | ||
git remote add upstream [email protected]:atsign-foundation/sshnoports.git | ||
cd noports | ||
git remote add upstream [email protected]:atsign-foundation/noports.git | ||
git remote set-url upstream --push DISABLED | ||
``` | ||
|
||
Running `git remote -v` should give something similar to: | ||
|
||
```text | ||
origin [email protected]:yourname/sshnoports.git (fetch) | ||
origin [email protected]:yourname/sshnoports.git (push) | ||
upstream [email protected]:atsign-foundation/sshnoports.git (fetch) | ||
origin [email protected]:yourname/noports.git (fetch) | ||
origin [email protected]:yourname/noports.git (push) | ||
upstream [email protected]:atsign-foundation/noports.git (fetch) | ||
upstream DISABLED (push) | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ description = "Python implementation of SSH No Ports daemon" | |
authors = ["Xavier Lin <[email protected] >"] | ||
maintainers = ["Chris Swan <[email protected]>"] | ||
readme = "README.md" | ||
homepage = "https://github.com/atsign-foundation/sshnoports" | ||
homepage = "https://github.com/atsign-foundation/noports" | ||
|
||
[tool.poetry.scripts] | ||
sshnpd = 'sshnpd:main' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: sshnoports_workspace | ||
name: noports_workspace | ||
|
||
environment: | ||
sdk: ">=2.12.0 <4.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters