[yast-devel] Check running yast auth server version
Hi there, I recently made some changes to https://github.com/yast/yast-auth-server I'd like to check what version of yast these changes appear in: How can I check where/how my changes are in tumbleweed/leap/sle? Thanks! — Sincerely, William Brown Senior Software Engineer, 389 Directory Server SUSE Labs -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
On Thu, 13 Jun 2019 14:40:37 +0200 William Brown <wbrown@suse.de> wrote:
Hi there,
I recently made some changes to https://github.com/yast/yast-auth-server
I'd like to check what version of yast these changes appear in: How can I check where/how my changes are in tumbleweed/leap/sle? Thanks!
Hi, I am not sure if I get completely your question, but you can get version by looking at given system and its `rpm -q yast2-auth-server`. We have this info also in logs when you call save_y2logs, it is stored there .root.packages ( insts-sys versions ) and rpm-qa file ( running system versions ). If you want to check what will be on medium, check respective project on build.suse.de or build.opensuse.org. If you are interested where versions are auto-submitted, then only master is auto submitted and target is now TW and soon SLE15 SP2. If I get your question wrong, please specify what exactly you are interested in. Josef
— Sincerely,
William Brown
Senior Software Engineer, 389 Directory Server SUSE Labs
-- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
Hello, Dne 13. 06. 19 v 14:40 William Brown napsal(a):
Hi there,
I recently made some changes to https://github.com/yast/yast-auth-server
I'd like to check what version of yast these changes appear in: How can I check where/how my changes are in tumbleweed/leap/sle? Thanks!
It depends on the Git branch, the master currently goes to Tumbleweed and SLE15-SP2/Leap15.2. For the released products there are separate branches, see https://yastgithubio.readthedocs.io/en/latest/maintenance-branches/#maintena... for the details. The master is automatically submitted to TW by Jenkins just after merging the change (see e.g. https://github.com/yast/yast-auth-server/pull/51#issuecomment-498293530), the older maintenance branches need to be submitted manually. -- Best Regards Ladislav Slezák Yast Developer ------------------------------------------------------------------------ SUSE LINUX, s.r.o. e-mail: lslezak@suse.cz Lihovarská 1060/12 tel: +420 284 028 960 190 00 Prague 9 fax: +420 284 028 951 Czech Republic http://www.suse.cz/ -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
On 6/13/19 4:13 PM, Ladislav Slezak wrote:
The master is automatically submitted to TW by Jenkins just after merging the change
If the package version for the merged change is bigger than the version in TW. If you don't increase the version number as part of your changes, then the package is not auto-submitted to TW (it's only committed to the yast:devel project). Cheers. -- Ancor González Sosa YaST Team at SUSE Linux GmbH -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
On 6/13/19 2:40 PM, William Brown wrote:
Hi there,
I recently made some changes to https://github.com/yast/yast-auth-server
I'd like to check what version of yast these changes appear in: How can I check where/how my changes are in tumbleweed/leap/sle? Thanks!
I guess you are talking about this https://github.com/yast/yast-auth-server/pull/49 You didn't update the version as part of the change, which means those changes were likely not submitted to SLE or Tumbleweed at that point in time. Recently the version of the package was increased as a result of different changes, which implies the package was auto-submitted to Tumbleweed including your changes. So I would say your changes will appear for the first time in yast2-auth-server-4.2.0 which should be in its way to Tumbleweed (if not already there). In principle, that package will not be submitted to SLE or Leap until the next release (15.2). Cheers. -- Ancor González Sosa YaST Team at SUSE Linux GmbH -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
On 13 Jun 2019, at 16:35, Ancor Gonzalez Sosa <ancor@suse.de> wrote:
On 6/13/19 2:40 PM, William Brown wrote:
Hi there,
I recently made some changes to https://github.com/yast/yast-auth-server
I'd like to check what version of yast these changes appear in: How can I check where/how my changes are in tumbleweed/leap/sle? Thanks!
I guess you are talking about this https://github.com/yast/yast-auth-server/pull/49
You didn't update the version as part of the change, which means those changes were likely not submitted to SLE or Tumbleweed at that point in time.
Ahhh, I did not know that I needed to update the version also.
Recently the version of the package was increased as a result of different changes, which implies the package was auto-submitted to Tumbleweed including your changes. So I would say your changes will appear for the first time in yast2-auth-server-4.2.0 which should be in its way to Tumbleweed (if not already there).
In principle, that package will not be submitted to SLE or Leap until the next release (15.2).
Great, that's perfect. Thank you!
Cheers. -- Ancor González Sosa YaST Team at SUSE Linux GmbH -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
— Sincerely, William Brown Senior Software Engineer, 389 Directory Server SUSE Labs -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
participants (4)
-
Ancor Gonzalez Sosa
-
Josef Reidinger
-
Ladislav Slezak
-
William Brown