*** lcastell has quit IRC | 00:38 | |
*** haydemtzl has joined #starlingx | 01:19 | |
*** cfriesen has quit IRC | 02:07 | |
*** gkadam has joined #starlingx | 03:18 | |
*** gkadam_ has joined #starlingx | 03:28 | |
*** gkadam has quit IRC | 03:31 | |
*** hakhande_ has joined #starlingx | 05:53 | |
*** hakhande_ has quit IRC | 07:09 | |
*** hakhande_ has joined #starlingx | 07:21 | |
*** hakhande_ has quit IRC | 07:28 | |
*** hakhande_ has joined #starlingx | 07:49 | |
*** bwensley_ has joined #starlingx | 07:56 | |
*** bwensley has quit IRC | 07:59 | |
*** hakhande_ has quit IRC | 08:19 | |
*** hakhande_ has joined #starlingx | 08:20 | |
*** david-lyle has joined #starlingx | 09:54 | |
*** sgw has quit IRC | 09:56 | |
*** dklyle has quit IRC | 09:57 | |
*** sgw has joined #starlingx | 09:58 | |
*** bwensley_ has quit IRC | 12:53 | |
*** bwensley has joined #starlingx | 12:54 | |
*** ijolliffe has joined #starlingx | 13:37 | |
*** osinstom has joined #starlingx | 14:02 | |
*** cfriesen has joined #starlingx | 14:28 | |
*** hakhande_ has quit IRC | 14:30 | |
*** vmrod25 has joined #starlingx | 14:43 | |
*** memo_ has quit IRC | 14:47 | |
*** cristoph has joined #starlingx | 14:48 | |
*** vmrod25 has quit IRC | 14:50 | |
*** memo_ has joined #starlingx | 14:55 | |
*** ericbarrett has joined #starlingx | 15:08 | |
*** ericho has joined #starlingx | 15:37 | |
*** TxGirlGeek has joined #starlingx | 16:13 | |
*** osinstom has quit IRC | 16:56 | |
*** memo_ has quit IRC | 17:30 | |
*** gkadam_ has quit IRC | 17:32 | |
*** vmrod25 has joined #starlingx | 17:32 | |
*** memo_ has joined #starlingx | 17:37 | |
*** vmrod25 has quit IRC | 18:01 | |
*** vmrod25 has joined #starlingx | 19:41 | |
*** ijolliffe has quit IRC | 20:36 | |
*** cristoph has quit IRC | 20:42 | |
*** memo_ has left #starlingx | 20:54 | |
vmrod25 | hi team question | 21:34 |
---|---|---|
vmrod25 | we are traying to build this package in ubuntu | 21:34 |
vmrod25 | remote-clients | 21:34 |
vmrod25 | but I can not find where is the source0 | 21:34 |
vmrod25 | Source0: %{name}-%{version}.tar.gz | 21:34 |
vmrod25 | Name: remote-clients | 21:34 |
vmrod25 | Version: 2.0.6 | 21:34 |
vmrod25 | brent_rowsell: ^^ | 21:34 |
vmrod25 | any help is more than apreciated | 21:35 |
vmrod25 | inside my ubuntu dev | 21:37 |
vmrod25 | I got this | 21:37 |
vmrod25 | vmrod@vmrod-ubuntu-devel:~/stx-clients/remote-clients/remote-clients$ make | 21:37 |
vmrod25 | mv remote-clients wrs-remote-clients-2.0.6 | 21:37 |
vmrod25 | mv: cannot stat 'remote-clients': No such file or directory | 21:37 |
vmrod25 | Makefile:11: recipe for target 'all' failed | 21:37 |
vmrod25 | make: *** [all] Error 1 | 21:37 |
vmrod25 | uhm the makefile need improvements to detect if dir exist | 21:43 |
vmrod25 | --- a/remote-clients/remote-clients/Makefile | 21:44 |
vmrod25 | +++ b/remote-clients/remote-clients/Makefile | 21:44 |
vmrod25 | @@ -8,7 +8,11 @@ REMOTE_CLIENT_DIR ?= /usr/share/remote-clients | 21:44 |
vmrod25 | SDK_DEPLOY_DIR ?= /opt/deploy/cgcs_sdk | 21:44 |
vmrod25 | all: | 21:44 |
vmrod25 | - mv $(NAME) wrs-$(NAME)-$(VERSION) | 21:44 |
vmrod25 | + if [ -d wrs-$(NAME)-$(VERSION) ]; then \ | 21:44 |
vmrod25 | + echo "Dir exists";\ | 21:44 |
vmrod25 | + else\ | 21:44 |
vmrod25 | + mv $(NAME) wrs-$(NAME)-$(VERSION);\ | 21:44 |
vmrod25 | + fi | 21:44 |
*** ericbarrett has quit IRC | 22:01 | |
vmrod25 | https://review.openstack.org/635969 | 22:09 |
vmrod25 | any feedback more than welcome | 22:09 |
*** TxGirlGeek has quit IRC | 22:11 | |
*** vmrod25 has quit IRC | 22:31 | |
*** vmrod25 has joined #starlingx | 23:08 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!