Thanks for explanation, I completely understand it now.On Wed, Apr 12, 2017 at 10:17 PM, Greg Sheremeta <gshereme@redhat.com> wrote:For pretty much any open source project, you can install previous versions by checking out "tags". That's one very important reason why we tag things.greg@greg-x1:~/projects/ovirt-engine(master|✔) $ git checkout ovirt-engine-4.0.7 Note: checking out 'ovirt-engine-4.0.7'.You are in 'detached HEAD' state. You can look around, make experimentalchanges and commit them, and you can discard any commits you make in thisstate without impacting any branches by performing another checkout.If you want to create a new branch to retain commits you create, you maydo so (now or later) by using -b with the checkout command again. Example:git checkout -b <new-branch-name>HEAD is now at e00e36d... build: ovirt-engine-4.0.7greg@greg-x1:~/projects/ovirt-engine(:e00e36d|✔) $ make clean install-dev PREFIX=$HOME/ovirt-engine --On Wed, Apr 12, 2017 at 12:40 PM, shubham dubey <sdubey504@gmail.com> wrote:ShubhamThanks,through source or I can install previous versions also?But one thing I want to clarify is that can I only install ovirt 4.2I just delete the ovirt-engine folder and .m2/repository folder andrecompile it and it just work.:)On Wed, Apr 12, 2017 at 5:22 PM, Tomas Jelinek <tjelinek@redhat.com> wrote:On Wed, Apr 12, 2017 at 1:51 PM, shubham dubey <sdubey504@gmail.com> wrote:that doesn't work.what does it do? Please paste the outputOn Wed, Apr 12, 2017 at 4:13 PM, Tomas Jelinek <tjelinek@redhat.com> wrote:On Wed, Apr 12, 2017 at 11:34 AM, shubham dubey <sdubey504@gmail.com> wrote:3) delete $HOME/ovirt-engine and $HOME/git/ovirt-engine2) yum install ovirt-release41.noarch1) yum remove ovirt-release-master.noarchSo I have decided to installed ovirt engine with ovirt-engine41 repository. The steps I follow are :-showing that ovirt node support cluster version 3.9,4.0 and 4.1 but 4.2 is available.Now I have installed vdsm in ovirt host with ovirt-release41, so when I am trying to add the host it isis ovirt-release-master.Hello,Recently I have installed ovirt-engine development environment. The snapshot repository I have used4) git clone ovirt-engine again5) make install-dev PREFIX=$HOME/ovirt-engineThe compiling ends successfully but the $HOME/ovirt-engine directory is coming out empty.Maybe some permission or similar issues on the $HOME/ovirt-engine dir. You can try to redeploy again using:
make install-dev PREFIX=$HOME/ovirt-engine DEV_REBUILD=0to see if it passes or if it complainsSo $HOME/ovirt-engine/bin/engine-setup is giving error that NO file or directory found. So can anyone tell me what I am doing wrong?Note:One more thing I have noticed is that even after changing repo to ovirt 4.1 the make is still compiling ovirt 4.2 snapshot.Thanks,Shubham
_______________________________________________
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel
_______________________________________________
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel Greg Sheremeta, MBA
Sr. Software Engineer
_______________________________________________
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel