Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Remove windows tray and installer #8778

Merged
merged 5 commits into from Jun 6, 2018
Merged

Conversation

ascjones
Copy link
Contributor

@ascjones ascjones commented Jun 4, 2018

Part of #8649. Maybe more to remove, creating this PR for now to test the gitlab CI build.

@ascjones ascjones added the A3-inprogress ⏳ Pull request is in progress. No review needed at this stage. label Jun 4, 2018
@parity-cla-bot
Copy link

It looks like @ascjones signed our Contributor License Agreement. 👍

Many thanks,

Parity Technologies CLA Bot

.gitlab-ci.yml Outdated
@@ -173,7 +173,7 @@ windows:
- stable
- triggers
script:
- sh scripts/gitlab-build.sh x86_64-pc-windows-msvc x86_64-pc-windows-msvc installer "" "" windows
- sh scripts/gitlab-build.sh x86_64-pc-windows-msvc x86_64-pc-windows-msvc "" "" "" windows
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what (if anything) should be for the $ARC param instead of installer

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$ARC is just a string that goes into the binary name. I'm pretty sure it's unused after this PR, however, for consistency reasons, could you change it to amd64?

./sign.cmd $keyfile $certpass "parity_"$VER"_"$IDENT"_"$ARC"."$EXT
$MD5_BIN "parity_"$VER"_"$IDENT"_"$ARC"."$EXT -p %h > "parity_"$VER"_"$IDENT"_"$ARC"."$EXT".md5"
$SHA256_BIN "parity_"$VER"_"$IDENT"_"$ARC"."$EXT -p %h > "parity_"$VER"_"$IDENT"_"$ARC"."$EXT".sha256"
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAICT this is just installer/tray stuff so can be removed entirely.

@ascjones
Copy link
Contributor Author

ascjones commented Jun 4, 2018

@5chdn @General-Beck am I on the right track here?

@5chdn 5chdn added this to the 1.12 milestone Jun 4, 2018
@5chdn 5chdn added M2-installer 📲 Installers for MacOS and Windows. B7-releasenotes 📜 Changes should be mentioned in the release notes of the next minor version release. labels Jun 4, 2018
@5chdn 5chdn mentioned this pull request Jun 4, 2018
5 tasks
Copy link
Contributor

@5chdn 5chdn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

untested ACK, the changes look good.

However, I will create a test release based on this branch to see how the pipelines deal with this change.

* [new tag]             v1.12.0-ci0 -> v1.12.0-ci0

https://gitlab.parity.io/parity/parity/pipelines/20516

@5chdn 5chdn added the A4-awaitingci 🤖 Pull request is waiting for changes on the CI to complete tests before review/merge can begin. label Jun 4, 2018
@5chdn
Copy link
Contributor

5chdn commented Jun 4, 2018

Uhm, the fails seem to be unrelated?

https://gitlab.parity.io/parity/parity/-/jobs/89153

@ascjones
Copy link
Contributor Author

ascjones commented Jun 4, 2018

Hm not sure why, no rust stuff modified or anything before the build step

@5chdn
Copy link
Contributor

5chdn commented Jun 4, 2018

OK

* [new tag]             v1.12.0-ci2 -> v1.12.0-ci2

https://gitlab.parity.io/parity/parity/pipelines/20532

@5chdn
Copy link
Contributor

5chdn commented Jun 5, 2018

* [new tag]             v1.12.0-ci3 -> v1.12.0-ci3

https://gitlab.parity.io/parity/parity/pipelines/20560

@ascjones
Copy link
Contributor Author

ascjones commented Jun 5, 2018

Test fails now:

test v1::tests::mocked::signing::should_check_status_of_request_when_its_resolved ... FAILED

Works when running locally... @5chdn can you trigger this again?

@5chdn
Copy link
Contributor

5chdn commented Jun 5, 2018

@5chdn 5chdn added A8-looksgood 🦄 Pull request is reviewed well. and removed A3-inprogress ⏳ Pull request is in progress. No review needed at this stage. A4-awaitingci 🤖 Pull request is waiting for changes on the CI to complete tests before review/merge can begin. labels Jun 5, 2018
@5chdn
Copy link
Contributor

5chdn commented Jun 5, 2018

Looks good!

@5chdn 5chdn added the P2-asap 🌊 No need to stop dead in your tracks, however issue should be addressed as soon as possible. label Jun 5, 2018
@debris debris merged commit 114d443 into master Jun 6, 2018
@debris debris deleted the aj-remove-windows-installer branch June 6, 2018 08:02
ordian added a commit to ordian/parity that referenced this pull request Jun 6, 2018
…rp_sync_on_light_client

* 'master' of https://github.com/paritytech/parity:
  Remove UI related settings from CLI (openethereum#8783)
  Remove windows tray and installer (openethereum#8778)
  docs: add changelogs for 1.10.6 and 1.11.3 (openethereum#8810)
  Fix ancient blocks queue deadlock (openethereum#8751)
  Disallow unsigned transactions in case EIP-86 is disabled (openethereum#8802)
  Fix evmbin compilation (openethereum#8795)
  Have space between feature cfg flag (openethereum#8791)
  rpc: fix address formatting in TransactionRequest Display (openethereum#8786)
dvdplm added a commit that referenced this pull request Jun 7, 2018
…eric

* origin/master:
  ethcore: fix ancient block error msg handling (#8832)
  CI: Fix docker tags (#8822)
  parity: fix indentation in sync logging (#8794)
  Removed obsolete IpcMode enum (#8819)
  Remove UI related settings from CLI (#8783)
  Remove windows tray and installer (#8778)
  docs: add changelogs for 1.10.6 and 1.11.3 (#8810)
  Fix ancient blocks queue deadlock (#8751)
  Disallow unsigned transactions in case EIP-86 is disabled (#8802)
  Fix evmbin compilation (#8795)
  Have space between feature cfg flag (#8791)
  rpc: fix address formatting in TransactionRequest Display (#8786)
  Conditionally compile ethcore public test helpers (#8743)
  Remove Result wrapper from AccountProvider in RPC impls (#8763)
  Update `license header` and `scripts` (#8666)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well. B7-releasenotes 📜 Changes should be mentioned in the release notes of the next minor version release. M2-installer 📲 Installers for MacOS and Windows. P2-asap 🌊 No need to stop dead in your tracks, however issue should be addressed as soon as possible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants