Discussion:
How can I contribute in development of a HP-UX agent?
Amir Pakdel
2010-05-05 09:05:48 UTC
Permalink
How can I contribute in development of a HP-UX agent?
In fact I have developed one and I want to know how can I submit it?

I have got the agent using the following command:
bzr branch
http://bazaar.launchpad.net/~ocsinventory-dev/ocsinventory-unix-agent/trunk/

I am told that I can also create a bazaar branch on launchpad and
propose my modifications.
I wold like to know how to do that?

Thanks
Guillaume PROTET
2010-05-05 09:24:24 UTC
Permalink
Hi,

Thank you for your help to increase HP-UX support in Unix agent.

To create your branch, it is better to use these commands:

bzr branch lp:ocsinventory-unix-agent

-Enter inside the new folder created ands create your branch:

bzr push lp:~yourlogin/ocsinventory-unix-agent/yourbranchname

-Now, to commit your code, just type:

bzr commit

-And push your commits in your branch repository:

bzr push lp:~yourlogin/ocsinventory-unix-agent/yourbranchname

-To keep your branch up to date with trunk, use this command:

bzr pull lp:ocsinventory-unix-agent


Good luck.

Kind reagrds,

--
Guillaume




----- Mail original -----
Post by Amir Pakdel
How can I contribute in development of a HP-UX agent?
In fact I have developed one and I want to know how can I submit it?
bzr branch
http://bazaar.launchpad.net/~ocsinventory-dev/ocsinventory-unix-agent/trunk/
I am told that I can also create a bazaar branch on launchpad and
propose my modifications.
I wold like to know how to do that?
Thanks
Amir Pakdel
2010-05-05 10:06:41 UTC
Permalink
Thanks, I am going to test it right away.

------------------------------------------------------------------------
*From:* Guillaume PROTET <guillaume.protet-Q/0Kkk6T+***@public.gmane.org>
*Sent:* Wed 05/05/2010 1:54:24 PM +0450
*To:* developers en <developers.en-XRi04JE7P7s3GMRc9dnpK0B+***@public.gmane.org>
*Subject:* How can I contribute in development of a HP-UX agent?
Post by Guillaume PROTET
Hi,
Thank you for your help to increase HP-UX support in Unix agent.
bzr branch lp:ocsinventory-unix-agent
bzr push lp:~yourlogin/ocsinventory-unix-agent/yourbranchname
bzr commit
bzr push lp:~yourlogin/ocsinventory-unix-agent/yourbranchname
bzr pull lp:ocsinventory-unix-agent
Good luck.
Kind reagrds,
--
Guillaume
----- Mail original -----
Post by Amir Pakdel
How can I contribute in development of a HP-UX agent?
In fact I have developed one and I want to know how can I submit it?
bzr branch
http://bazaar.launchpad.net/~ocsinventory-dev/ocsinventory-unix-agent/trunk/
I am told that I can also create a bazaar branch on launchpad and
propose my modifications.
I wold like to know how to do that?
Thanks
Amir Pakdel
2010-05-05 11:12:14 UTC
Permalink
I am behind a firewall and I could not get the bazaar to work with the
proxy!
How may I do "bzr push" through a proxy?

------------------------------------------------------------------------
*From:* Amir Pakdel <a.pakdel-***@public.gmane.org>
*Sent:* Wed 05/05/2010 2:36:41 PM +0450
*To:* "developers.en-XRi04JE7P7s3GMRc9dnpK0B+***@public.gmane.org"
<developers.en-XRi04JE7P7s3GMRc9dnpK0B+***@public.gmane.org>
*Subject:* How can I contribute in development of a HP-UX agent?
Post by Amir Pakdel
Thanks, I am going to test it right away.
------------------------------------------------------------------------
*Sent:* Wed 05/05/2010 1:54:24 PM +0450
*Subject:* How can I contribute in development of a HP-UX agent?
Post by Guillaume PROTET
Hi,
Thank you for your help to increase HP-UX support in Unix agent.
bzr branch lp:ocsinventory-unix-agent
bzr push lp:~yourlogin/ocsinventory-unix-agent/yourbranchname
bzr commit
bzr push lp:~yourlogin/ocsinventory-unix-agent/yourbranchname
bzr pull lp:ocsinventory-unix-agent
Good luck.
Kind reagrds,
--
Guillaume
----- Mail original -----
Post by Amir Pakdel
How can I contribute in development of a HP-UX agent?
In fact I have developed one and I want to know how can I submit it?
bzr branch
http://bazaar.launchpad.net/~ocsinventory-dev/ocsinventory-unix-agent/trunk/
I am told that I can also create a bazaar branch on launchpad and
propose my modifications.
I wold like to know how to do that?
Thanks
Amir Pakdel
2010-05-05 11:55:02 UTC
Permalink
Hurraay....
I user tor to create a SOCKS proxy, then used Polipo on top of it and
finally by Corkscrew connected via SSH:
bzr push
bzr+ssh://bazaar.launchpad.net/~pakdel-gmail/ocsinventory-unix-agent/hpux

Now I have "https://code.launchpad.net/~pakdel-gmail" in my "Bazaar
branches owned by Amir Pakdel" and I think it had worked.
Now I am going to start coding and committing...


------------------------------------------------------------------------
*From:* Amir Pakdel <a.pakdel-***@public.gmane.org>
*Sent:* Wed 05/05/2010 3:42:14 PM +0450
*To:* "developers.en-XRi04JE7P7s3GMRc9dnpK0B+***@public.gmane.org"
<developers.en-XRi04JE7P7s3GMRc9dnpK0B+***@public.gmane.org>
*Subject:* How can I contribute in development of a HP-UX agent?
Post by Amir Pakdel
I am behind a firewall and I could not get the bazaar to work with the
proxy!
How may I do "bzr push" through a proxy?
------------------------------------------------------------------------
*Sent:* Wed 05/05/2010 2:36:41 PM +0450
*Subject:* How can I contribute in development of a HP-UX agent?
Post by Amir Pakdel
Thanks, I am going to test it right away.
------------------------------------------------------------------------
*Sent:* Wed 05/05/2010 1:54:24 PM +0450
*Subject:* How can I contribute in development of a HP-UX agent?
Post by Guillaume PROTET
Hi,
Thank you for your help to increase HP-UX support in Unix agent.
bzr branch lp:ocsinventory-unix-agent
bzr push lp:~yourlogin/ocsinventory-unix-agent/yourbranchname
bzr commit
bzr push lp:~yourlogin/ocsinventory-unix-agent/yourbranchname
bzr pull lp:ocsinventory-unix-agent
Good luck.
Kind reagrds,
--
Guillaume
----- Mail original -----
Post by Amir Pakdel
How can I contribute in development of a HP-UX agent?
In fact I have developed one and I want to know how can I submit it?
bzr branch
http://bazaar.launchpad.net/~ocsinventory-dev/ocsinventory-unix-agent/trunk/
I am told that I can also create a bazaar branch on launchpad and
propose my modifications.
I wold like to know how to do that?
Thanks
Amir Pakdel
2010-05-11 05:49:10 UTC
Permalink
Dear François and Guillaume,


I have made some modifications and committed and then pushed my commits
in my branch repository.
Would you please review them?
Moreover, how can I ask for a merge into the main repository?


Thanks in advance :)

Amir


------------------------------------------------------------------------
*From:* Francois Mermet <dwizz.donowin-***@public.gmane.org>
*Sent:* Thu 06/05/2010 12:03:44 AM +0450
*To:* Pakdel Amir <a.pakdel-***@public.gmane.org>
*Subject:* Re : How can I contribute in development of a HP-UX agent?
Hello,
I am glad to see that my dev can evoluate for other HPUX versions and
systems.
If you have a problem, a question on the original version, ask me
I can also test on my systems your evolutions.
François
------------------------------------------------------------------------
*Envoyé le :* Mer 5 mai 2010, 13 h 55 min 02 s
*Objet :* Re: How can I contribute in development of a HP-UX agent?
Hurraay....
I user tor to create a SOCKS proxy, then used Polipo on top of it and
bzr push
bzr+ssh://bazaar.launchpad.net/~pakdel-gmail/ocsinventory-unix-agent/hpux
Now I have "https://code.launchpad.net/~pakdel-gmail" in my "Bazaar
branches owned by Amir Pakdel" and I think it had worked.
Now I am going to start coding and committing...
------------------------------------------------------------------------
*Sent:* Wed 05/05/2010 3:42:14 PM +0450
*Subject:* How can I contribute in development of a HP-UX agent?
Post by Amir Pakdel
I am behind a firewall and I could not get the bazaar to work with
the proxy!
How may I do "bzr push" through a proxy?
------------------------------------------------------------------------
*Sent:* Wed 05/05/2010 2:36:41 PM +0450
*Subject:* How can I contribute in development of a HP-UX agent?
Post by Amir Pakdel
Thanks, I am going to test it right away.
------------------------------------------------------------------------
*Sent:* Wed 05/05/2010 1:54:24 PM +0450
*Subject:* How can I contribute in development of a HP-UX agent?
Post by Guillaume PROTET
Hi,
Thank you for your help to increase HP-UX support in Unix agent.
bzr branch lp:ocsinventory-unix-agent
bzr push lp:~yourlogin/ocsinventory-unix-agent/yourbranchname
bzr commit
bzr push lp:~yourlogin/ocsinventory-unix-agent/yourbranchname
bzr pull lp:ocsinventory-unix-agent
Good luck.
Kind reagrds,
--
Guillaume
----- Mail original -----
Post by Amir Pakdel
How can I contribute in development of a HP-UX agent?
In fact I have developed one and I want to know how can I submit it?
bzr branch
http://bazaar.launchpad.net/~ocsinventory-dev/ocsinventory-unix-agent/trunk/
I am told that I can also create a bazaar branch on launchpad and
propose my modifications.
I wold like to know how to do that?
Thanks
Guillaume PROTET
2010-05-11 09:59:46 UTC
Permalink
Hi Amir,

Thanks a lot for your commits for HP UX support. To do a merge proposal, just go to your branch page on launchpad.net (https://code.launchpad.net/~pakdel-gmail/ocsinventory-unix-agent/hpux for your page) and click on the "Propose for merging" link.

François, can you test the modifications made by Amir because I don't have a HPUX computer to test it? After that, I will merge the modifications in the trunk branch :) :).

Kind regards,

--
Guillaume



----- Mail original -----
Post by Amir Pakdel
Dear François and Guillaume,
I have made some modifications and committed and then pushed my
commits in my branch repository.
Would you please review them?
Moreover, how can I ask for a merge into the main repository?
Thanks in advance :)
Amir
Sent: Thu 06/05/2010 12:03:44 AM +0450
Subject: Re : How can I contribute in development of a HP-UX agent?
Hello,
I am glad to see that my dev can evoluate for other HPUX versions and
systems. If you have a problem, a question on the original version,
ask me
I can also test on my systems your evolutions.
François
55 min 02 s
Objet : Re: How can I contribute in development of a HP-UX agent?
Hurraay....
I user tor to create a SOCKS proxy, then used Polipo on top of it and
bzr push
bzr+ssh://bazaar.launchpad.net/~pakdel-gmail/ocsinventory-unix-agent/hpux
Now I have "https://code.launchpad.net/~pakdel-gmail" in my "Bazaar
branches owned by Amir Pakdel" and I think it had worked.
Now I am going to start coding and committing...
Sent: Wed 05/05/2010 3:42:14 PM +0450
Subject: How can I contribute in development of a HP-UX agent?
I am behind a firewall and I could not get the bazaar to work with the
proxy! How may I do "bzr push" through a proxy?
Sent: Wed 05/05/2010 2:36:41 PM +0450
Subject: How can I contribute in development of a HP-UX agent?
Thanks, I am going to test it right away.
Sent: Wed 05/05/2010 1:54:24 PM +0450
Subject: How can I contribute in development of a HP-UX agent?
Hi,
Thank you for your help to increase HP-UX support in Unix agent.
bzr branch lp:ocsinventory-unix-agent
bzr push lp:~yourlogin/ocsinventory-unix-agent/yourbranchname
bzr commit
bzr push lp:~yourlogin/ocsinventory-unix-agent/yourbranchname
bzr pull lp:ocsinventory-unix-agent
Good luck.
Kind reagrds,
-- Guillaume
----- Mail original -----
How can I contribute in development of a HP-UX agent?
In fact I have developed one and I want to know how can I submit it?
bzr branch
http://bazaar.launchpad.net/~ocsinventory-dev/ocsinventory-unix-agent/trunk/
I am told that I can also create a bazaar branch on launchpad and
propose my modifications.
I wold like to know how to do that?
Thanks
Loading...