Skip to content

Commit

Permalink
Rollback Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fdidron authored Sep 3, 2019
1 parent d7d633b commit f9f5a3f
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ Found a bug? Open an [issue here](https://github.com/zsa/wally/issues).

Wally is built using [Go](https://golang.org/) at its core and [Preact](https://preactjs.com/) for the UI. The binding between core and ui happens using a [fork](https://github.com/fdidron/webview) of the [webview package](https://github.com/zserge/webview). This guide assumes you have a proper Go and NodeJS development environment running.

Commit messages should follow the [conventional commits](https://www.conventionalcommits.org/) notation. A git hook is setup to check proper messages right before commiting.

### Installing dev dependencies

Wally is compatible with Windows, Linux, and macOS. Develping using each plateform requires some extra setup:
Expand Down Expand Up @@ -78,38 +76,3 @@ Run `build.linux.sh`
#### Mac OS

Run `build.osx.sh`

#### Release on github

Update the version on `wally/state.go` for the platform you are updating, build a binary using one of the release build command above and upload the binary to a new release page on Github.

#### Release on brew cask

Update this [file](https://github.com/Homebrew/homebrew-cask-drivers/blob/master/Casks/zsa-wally.rb) and make a PR against the [brew cask driver repo](https://github.com/Homebrew/homebrew-cask-drivers) following [these instructions](https://github.com/Homebrew/homebrew-cask/blob/master/CONTRIBUTING.md#updating-a-cask)

#### Publish to zsa's launchpad
Note: you need to have a launchpad account and be added to the [zsa's teaml](https://launchpad.net/~zsa)

In the `dist/ppa/wally` directory, copy the `template` directory and give it a name matching this pattern: `wally-MAJOR.MINOR.PATCH`. For example for version 1.1.1, the directory should be `wally-1.1.1`.

Inside the new directory run the following command:

`debuild -k"YOUR_PGP_PUBLIC_KEY" -S`

Note that the `YOUR_PGP_PUBLIC_KEY` var should match the gpg key of your launchpad account.

Go back to the `dist/ppa/wally` folder. From there you can run
`dput wally wally_1.1.1_source.changes` assuming you have correctly setup dput

For example: `~/.dput.cf`
```
[wally]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~zsa/wally/ubuntu/
login = <Your launchpad email>
allow_unsigned_uploads = 0
```



0 comments on commit f9f5a3f

Please sign in to comment.