threefoldtecharchive / jumpscaleX_builders

Apache License 2.0
1 stars 0 forks source link

create a builder for codeserver [unstable] #55

Closed xmonader closed 4 years ago

xmonader commented 4 years ago

Create a builder for https://github.com/cdr/code-server

Note:

m-motawea commented 4 years ago

commit :https://github.com/threefoldtech/jumpscaleX_builders/commit/3773154250883683e07abcf09e140ae26b89e96c

Changelog

 self.RELEASE_VERSION = "2.1698"
 self.TAR_VERSION = "2.1698-vsc1.41.1"
hossnys commented 4 years ago

branch unstable : steps:

j.builders.apps.codeserver.build()  
j.builders.apps.codeserver.install() 
j.builders.apps.codeserver.start() 

Screenshot from 2020-02-18 10-57-49

but when uninstall it just clean the binary and packages of code-server without stopping the service itself , so the server is still running .

Screenshot from 2020-02-18 11-31-07

so need to call stop() in the uninstall method .

m-motawea commented 4 years ago

commit https://github.com/threefoldtech/jumpscaleX_builders/commit/c83515280de8b27e230b32a3899bc607c65e53b5

Summary:

hossnys commented 4 years ago

verified on branch unstable

Screenshot from 2020-02-18 16-54-10