Re: hints and tips and help for Git and GitHub for mainframers

2024-05-24 Thread Mike Schwab
DogeCICS is a live git project you can use. (Linux on iOS or Android, Mocha 3270 lite), Hercules, TK 4- or 5, KicksForTSO, 3270 emulator. On Fri, May 24, 2024 at 8:05 AM Rick Troth <058ff5c2d0a7-dmarc-requ...@listserv.ua.edu> wrote: > > howdy folks ... > > I was asked

Re: hints and tips and help for Git and GitHub for mainframers

2024-05-24 Thread Lionel B. Dyck
I might be able to help you with some that focus on using Git using ZIGI. DM me on discord or direct email. Lionel B. Dyck <>< Github: https://github.com/lbdyck System Z Enthusiasts Discord: https://discord.gg/sze “Worry more about your character than your reputation. Character is

hints and tips and help for Git and GitHub for mainframers

2024-05-24 Thread Rick Troth
howdy folks ... I was asked this week for help with Git. The target audience is mainframe people. (But I don't expect to be presenting.) I had previously helped this particular group get on-board using Git and GitHub, but that was several months ago. They're again looking at it, so

Re: Query - do you have access to GitHub from your z/OS system? And do you have git on your z/OS system?

2024-02-15 Thread Paul Gilmartin
On Thu, 15 Feb 2024 09:09:04 +, Rob Scott wrote: >We use git on z/OS extensively throughout the company and it is one of those >tools where you end up thinking "how on earth did I function effectively >without it?". &g

Re: Query - do you have access to GitHub from your z/OS system? And do you have git on your z/OS system?

2024-02-15 Thread Matt Hogstrom
Currently Rocket has a good document on the installation and setup for the git client. You mention GitHub. What we’re referring to is the client to access a git installation. Last I checked, the git client on z/OS only allows interaction with an external git instance and doesn’t provide

Re: Query - do you have access to GitHub from your z/OS system? And do you have git on your z/OS system?

2024-02-15 Thread Lionel B. Dyck
GitHub does not offer a self-hosting option. There is GitLab which does have self-hosting but not on z/OS. Only the git client runs on z/OS under OMVS and there are two options for that - Rocket Software or z/OS Open Tools. Lionel B. Dyck <>< Github: https://github.com/lbdyck

Re: Query - do you have access to GitHub from your z/OS system? And do you have git on your z/OS system?

2024-02-15 Thread Colin Paice
Is there a guide to installing and using github on z/OS? Or perhaps any gotchas? On Thu, 15 Feb 2024 at 09:09, Rob Scott wrote: > We use git on z/OS extensively throughout the company and it is one of > those tools where you end up thinking "how on earth did I function > effec

Re: Query - do you have access to GitHub from your z/OS system? And do you have git on your z/OS system?

2024-02-15 Thread Rob Scott
We use git on z/OS extensively throughout the company and it is one of those tools where you end up thinking "how on earth did I function effectively without it?". We also use BitBucket for our remote repos as it interfaces very nicely with Jira. Rob Scott Rocket Software ---

Re: Query - do you have access to GitHub from your z/OS system? And do you have git on your z/OS system?

2024-02-14 Thread Rick Troth
I previously used CVS and then Subversion. About ten years ago I was introduced to Git and have come to prefer it. Q:    1. Do you have access to GitHub from your z/OS system? A: yes* In two recent roles, my team used an internal GitHub server. Personally I use GitHub.com (heavily

Re: Query - do you have access to GitHub from your z/OS system? And do you have git on your z/OS system?

2024-02-14 Thread Matt Hogstrom
- do you have access to GitHub from your z/OS system? And do > you have git on your z/OS system? > > As part of the z/OS Open Tools project I'm asking if your z/OS system has > access to GitHub. The reason for this question is that IBM, ISVs, and > open-source developers are increasi

Re: EXTERNAL EMAIL: Query - do you have access to GitHub from your z/OS system? And do you have git on your z/OS system?

2024-02-14 Thread Jerry Whitteridge
uery - do you have access to GitHub from your z/OS system? And do you have git on your z/OS system? As part of the z/OS Open Tools project I'm asking if your z/OS system has access to GitHub. The reason for this question is that IBM, ISVs, and open-source developers are increasingly using Gi

Re: Query - do you have access to GitHub from your z/OS system? And do you have git on your z/OS system?

2024-02-14 Thread Frank Swarbrick
I have git installed, but we don't make any real use of it at this point. I don't have access to github because our mainframe has no internet access. Do other shops mainframes have internet access? From: IBM Mainframe Discussion List on behalf of Lionel B. Dyck

Re: Query - do you have access to GitHub from your z/OS system? And do you have git on your z/OS system?

2024-02-14 Thread Pew, Curtis G
On Feb 14, 2024, at 8:20 AM, Lionel B. Dyck <057b0ee5a853-dmarc-requ...@listserv.ua.edu> wrote: Questions: 1. Do you have access to GitHub from your z/OS system? Yes 2. Do you have git installed on your z/OS system? Yes Thank you I spent much of the past two days helping one

Query - do you have access to GitHub from your z/OS system? And do you have git on your z/OS system?

2024-02-14 Thread Lionel B. Dyck
git installed on your z/OS system? Thank you Lionel B. Dyck <>< Github: https://github.com/lbdyck System Z Enthusiasts Discord: https://discord.gg/system-z-enthusiasts-880322471608344597 “Worry more about your character than your reputation. Character is what you are, reputation me

Re: Git, and other Open Tools, Alternative for z/OS

2023-03-17 Thread David Crayford
candidates would be: bash zsh git gzip python (along with common packages) virtualenv I'm excited about the zsh shell. I use zsh with oh-my-zsh and Powerline10K on all my Linux systems. There is also a port of rsync which is awesome. Have a package manager that would allow users to “install

Re: Git, and other Open Tools, Alternative for z/OS

2023-03-17 Thread Dave Jousma
iece meal >these important tools. My candidates would be: > >bash >zsh >git >gzip >python (along with common packages) >virtualenv > They already do, but disguised. If you are licensed for ADF/z (application development foundation), it comes with Rocket GIT SMPE packag

Re: Git, and other Open Tools, Alternative for z/OS

2023-03-17 Thread Seymour J Metz
[01a0403c5dc1-dmarc-requ...@listserv.ua.edu] Sent: Friday, March 17, 2023 9:35 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Git, and other Open Tools, Alternative for z/OS On Tue, 14 Mar 2023 09:09:11 -0500, Lionel B. Dyck wrote: >You no longer need to get the open tools for z/OS from Rocket Softw

Re: Git, and other Open Tools, Alternative for z/OS

2023-03-17 Thread Matt Hogstrom
Thanks for the information Lionel. It’s good to share the efforts and let folks know. Ideally, from my perspective, IBM should seriously consider adding an OpenTools offering in z/OS so customers do not have to piece meal these important tools. My candidates would be: bash zsh git gzip

Re: Git, and other Open Tools, Alternative for z/OS

2023-03-17 Thread Lionel B. Dyck
r is what you are, reputation merely what others think you are.” - - - John Wooden -Original Message- From: IBM Mainframe Discussion List On Behalf Of Dave Jousma Sent: Friday, March 17, 2023 8:35 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Git, and other Open Tools, Alternative

Re: Git, and other Open Tools, Alternative for z/OS

2023-03-17 Thread Dave Jousma
>> > >Lionel, As others have pointed out, the backend support is really the issue, >not the quality of what this project is doing. As a real life example, we >have Rocket GIT client for our DEVOPS pipelines on the mainframe. We get our >support through IBM for it. GIT V2.

Re: Git, and other Open Tools, Alternative for z/OS

2023-03-17 Thread Dave Jousma
not the quality of what this project is doing. As a real life example, we have Rocket GIT client for our DEVOPS pipelines on the mainframe. We get our support through IBM for it. GIT V2.26.78 is working fine, but the 2 subsequent ports, 2.26.84 and 2.26.87 have problems with code-p

Re: Git, and other Open Tools, Alternative for z/OS

2023-03-16 Thread Kirk Wolf
Well, if you're vendors use open source then you could have a commercial license that offers warranties and indemnities that cover it. We have offered that to our Co:Z customers for many years. Kirk Wolf Dovetailed Technologies http://coztoolkit.com On Thu, Mar 16, 2023, at 5:23 AM, ITschak

Re: Git, and other Open Tools, Alternative for z/OS

2023-03-16 Thread ITschak Mugzach
If so, ask your vendors not to use open source anymore... ITschak Mugzach *|** IronSphere Platform* *|* *Information Security Continuous Monitoring for z/OS, x/Linux & IBM I **| z/VM coming soon * On Wed, Mar 15, 2023 at 9:06 PM Matt Hogstrom wrote: > +1 … that is one of the biggest

Re: Git, and other Open Tools, Alternative for z/OS

2023-03-15 Thread Matt Hogstrom
+1 … that is one of the biggest challenges for any tools. Mainframe customers (and even distributed) want provenance of code and a throat to choke. Matt Hogstrom m...@hogstrom.org How many legs does a dog have if you call the tail a leg? Four. Calling a tail a leg doesn't make it a leg. -

Re: Git, and other Open Tools, Alternative for z/OS

2023-03-15 Thread David Crayford
GitHub repository Discussions option - see https://github.com/ZOSOpenTools/meta/discussions. On their guild/project call last month one of the contributors mentioned the ability to request formal support (that was the extent of that discussion) in case your site requires it. For Git

Git, and other Open Tools, Alternative for z/OS

2023-03-14 Thread Lionel B. Dyck
to request formal support (that was the extent of that discussion) in case your site requires it. For Git they are more current than Rocket (2.26.2-78) with version 2.39.2 recently posted. I have tested Git 2.39.1 and now 2.39.2 with ZIGI (see https://github.com/zigi) with no problems

Re: z/OS ISPF Git Interface (ZIGI) Version 3.15 Released

2022-09-24 Thread Wayne Bickerdike
rl, gzip etc. On the Rocket download site I can't find the .tar > > files. > > > > Can someone point me to the correct location? Thanks. > > > > On Tue, Sep 13, 2022 at 12:28 AM Lionel B. Dyck > wrote: > > > >> We have released version 3.1

Re: z/OS ISPF Git Interface (ZIGI) Version 3.15 Released

2022-09-24 Thread David Crayford
. On Tue, Sep 13, 2022 at 12:28 AM Lionel B. Dyck wrote: We have released version 3.15 of ZIGI - the z/OS ISPF Git Interface. You can find it at - https://zigi.rocks or - https://cbttape.org/ftp/updates/CBT997.zip Enjoy Lionel B. Dyck <>< Website: https://www.lbdsoftware.com Gith

Re: z/OS ISPF Git Interface (ZIGI) Version 3.15 Released

2022-09-24 Thread Wayne Bickerdike
.15 of ZIGI - the z/OS ISPF Git Interface. > > You can find it at > - https://zigi.rocks > or > - https://cbttape.org/ftp/updates/CBT997.zip > > Enjoy > > Lionel B. Dyck <>< > Website: https://www.lbdsoftware.com > Github: https://github.com/lbdyck &

Re: SDSF Presentations now available on IBM Git Hub

2022-09-21 Thread Lionel B. Dyck
think you are.”   - - - John Wooden -Original Message- From: IBM Mainframe Discussion List On Behalf Of Rob Scott Sent: Wednesday, September 21, 2022 6:47 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: SDSF Presentations now available on IBM Git Hub Just a quick FYI, we have now published

SDSF Presentations now available on IBM Git Hub

2022-09-21 Thread Rob Scott
Just a quick FYI, we have now published past SDSF presentations from GSE and Share conferences on the IBM Git Hub. Link for git hub : https://github.com/IBM/IBM-Z-zOS The presentations can be found in the "zOS-Education" folder. For the 2.5 release we have : (o) SDSF Security

z/OS ISPF Git Interface (ZIGI) Version 3.15 Released

2022-09-12 Thread Lionel B. Dyck
We have released version 3.15 of ZIGI - the z/OS ISPF Git Interface. You can find it at - https://zigi.rocks or - https://cbttape.org/ftp/updates/CBT997.zip Enjoy Lionel B. Dyck <>< Website: https://www.lbdsoftware.com Github: https://github.com/lbdyck “Worry more about your chara

Re: Rocket's Git and GitHub Enterprise

2021-08-09 Thread Mike Hochee
that can dumped into a source DB and queried. Mike -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of David Crayford Sent: Monday, August 9, 2021 11:58 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Rocket's Git and GitHub Enterprise

Re: Rocket's Git and GitHub Enterprise

2021-08-09 Thread David Crayford
  00560004 Line numbering and Jira ticket annotations are not good. Source code is not the right place for history. It was a heavy lift to convince our seasoned devs of the benefits of Git but they are mostly on board now. On 9/08/2021 10:47 am, Mike Hochee wrote: Hi David, Interesting post. I

Re: Rocket's Git and GitHub Enterprise

2021-08-08 Thread Mike Hochee
interesting and worth looking into. Mike -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of David Crayford Sent: Sunday, August 8, 2021 7:36 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Rocket's Git and GitHub Enterprise Caution

Re: Rocket's Git and GitHub Enterprise

2021-08-08 Thread David Crayford
that are now resident in the z/OS UNIX file system and source controlled by Git. We do code reviews in Bitbucket and when we merge into master Jenkins kicks in to run regression tests, scan code for vulnerabilities, build ESCROW artifacts etc. If anything fails the merge is rejected. This is DevOps. It's

Re: Rocket's Git and GitHub Enterprise

2021-08-06 Thread Mike Schwab
frame software folks are > capable of far more. > > - KB > > ‐‐‐ Original Message ‐‐‐ > > On Friday, August 6th, 2021 at 7:18 PM, Lionel B. Dyck > wrote: > > > If you check out ZIGI (the z/OS ISPF Git Interface) it has an option to > > support a 'Read On

Re: Rocket's Git and GitHub Enterprise

2021-08-06 Thread Denis
equ...@listserv.ua.edu> To: IBM-MAIN@LISTSERV.UA.EDU Sent: Fri, Aug 6, 2021 4:51 pm Subject: Re: Rocket's Git and GitHub Enterprise So z/OS datasets are still the source of truth, and just a copy is being made into GitHub for visibility from the outside. I'm thinking of implementations that work the

Re: Rocket's Git and GitHub Enterprise

2021-08-06 Thread kekronbekron
So z/OS datasets are still the source of truth, and just a copy is being made into GitHub for visibility from the outside. I'm thinking of implementations that work the other way. Running Git server on Z**, hooking it to GitHub UI / web service, use GitHub Actions or other release mechanisms

Re: Rocket's Git and GitHub Enterprise

2021-08-06 Thread kekronbekron
> Sorry, I don't mean to talk ill about people's work; it's just that it's hard > to see this happen knowing that IBM and the mainframe software folks are > capable of far more. > > - KB > > ‐‐‐ Original Message ‐‐‐ > > On Friday, August 6th, 2021 at 7:18 P

Re: Rocket's Git and GitHub Enterprise

2021-08-06 Thread kekronbekron
‐‐‐ Original Message ‐‐‐ On Friday, August 6th, 2021 at 7:18 PM, Lionel B. Dyck wrote: > If you check out ZIGI (the z/OS ISPF Git Interface) it has an option to > support a 'Read Only' z/OS repository. This is a repository that is designed > to manage z/OS datasets (PS, PDS, PDS

Re: Rocket's Git and GitHub Enterprise

2021-08-06 Thread Lionel B. Dyck
If you check out ZIGI (the z/OS ISPF Git Interface) it has an option to support a 'Read Only' z/OS repository. This is a repository that is designed to manage z/OS datasets (PS, PDS, PDSE) in Git but with the restriction that updates to the z/OS datasets is prevented. It will identify updates

Re: Rocket's Git and GitHub Enterprise

2021-08-06 Thread Pew, Curtis G
t; >> It’s not perfect, but I can get some idea of when a change was made or find >> an older version of a member that isn’t working right. > Why is it not perfect, what would you want to work better? “Perfect” would be if git could manage the actual PDS(E)s, but tha

Re: Rocket's Git and GitHub Enterprise

2021-08-05 Thread Timothy Sipples
David Frenzel wrote: >What you can do is host a Git server instance e.g. on Linux for Z. And/or via the z/OS Container Extensions (zCX). The Java-oriented projects Gitblit and GitBucket are other possibilities. http://gitblit.github.io/gitblit/ https://github.com/gitbucket/gitbucket I

Re: Rocket's Git and GitHub Enterprise

2021-08-05 Thread kekronbekron
outhernlife.com wrote: > > > Git client on z/OS could be used to "build" PARMLIB. It would just depend > > upon how PARMLIB is allocated, cataloged and used. For example, if PARMLIB > > was cataloged used indirect cataloging, and created on something like the >

Re: Rocket's Git and GitHub Enterprise

2021-08-05 Thread Pew, Curtis G
On Aug 5, 2021, at 11:30 AM, Edgington, Jerry wrote: > > Git client on z/OS could be used to "build" PARMLIB. It would just depend > upon how PARMLIB is allocated, cataloged and used. For example, if PARMLIB > was cataloged used indirect cataloging, and cre

Re: AW: Rocket's Git and GitHub Enterprise

2021-08-05 Thread Edgington, Jerry
Git client on z/OS could be used to "build" PARMLIB. It would just depend upon how PARMLIB is allocated, cataloged and used. For example, if PARMLIB was cataloged used indirect cataloging, and created on something like the RESvolume, then Git could be used as the source input

Re: AW: Rocket's Git and GitHub Enterprise

2021-08-05 Thread kekronbekron
Hmm.. that does work. However, I doubt the small portion of imaginary folks wanting Git server on Z would setup Linux on Z (perhaps an even smaller portion of folks?) just for this. But yeah, that's the terminology I suppose. Git server & client. Would be excellent for z/OS to have its own

Re: Rocket's Git and GitHub Enterprise

2021-08-05 Thread Pew, Curtis G
On Aug 5, 2021, at 9:56 AM, David Frenzel wrote: > > What you can do is host a Git server instance e.g. on Linux for Z. This way > you don't have to move your assets off the machine. > If moving something off the platform is not the concern but rather who can > access it t

AW: Rocket's Git and GitHub Enterprise

2021-08-05 Thread David Frenzel
What you can do is host a Git server instance e.g. on Linux for Z. This way you don't have to move your assets off the machine. If moving something off the platform is not the concern but rather who can access it then I'd suggest to restrict the repositories to the people that need to know

Re: Rocket's Git and GitHub Enterprise

2021-08-05 Thread Edgington, Jerry
Rocket's port of Git, is not the server component, only the Git client. So, z/OS cannot act as the Git server. Jerry -Original Message- From: IBM Mainframe Discussion List On Behalf Of kekronbekron Sent: Thursday, August 5, 2021 10:30 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re

Re: Rocket's Git and GitHub Enterprise

2021-08-05 Thread kekronbekron
Hmm.. what I mean is - I don't want GitHub Enterprise to have a copy of the repo. I understand GitHub E being 'the source' and then git clone etc. to local or z/OS. What I'm saying is... I want Rocket Git for z/OS to be 'the source', and then just use GitHub as the front-end for it. Don't want

Re: Rocket's Git and GitHub Enterprise

2021-08-05 Thread Edgington, Jerry
Yes, Rocket's Git client for z/OS can be used to download a Git repo from any Git server, like Github, Gitlab, BitBucket, etc. -Original Message- From: IBM Mainframe Discussion List On Behalf Of kekronbekron Sent: Thursday, August 5, 2021 9:27 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject

Re: Rocket's Git and GitHub Enterprise

2021-08-05 Thread Pew, Curtis G
On Aug 5, 2021, at 8:27 AM, kekronbekron <02dee3fcae33-dmarc-requ...@listserv.ua.edu> wrote: > > If a company has GitHub Enterprise, can we hook that to Rocket's Git for > z/OS, running on z/OS. > Will that work without GitHub Enterprise making a copy/mirror of the orig

Rocket's Git and GitHub Enterprise

2021-08-05 Thread kekronbekron
Hi, Request your inputs please on the following: If a company has GitHub Enterprise, can we hook that to Rocket's Git for z/OS, running on z/OS. Will that work without GitHub Enterprise making a copy/mirror of the original repos on Z? It would be amazing to keep Z's stuff managed by Git on Z

Re: git clone w/o mainframe internet access

2021-06-06 Thread Paul Gilmartin
On Sun, 6 Jun 2021 20:18:00 +, Farley, Peter x23353 wrote: > >> Hmmm. In my desktop Linux, in sed regexen, both BRE and ERE, /./ matches a >> character. In awk /./ matches an octet. Grrr. >> And printf field width specifications seem to assume octets, not characters. > >Both awk and the

Re: git clone w/o mainframe internet access

2021-06-06 Thread Farley, Peter x23353
> -Original Message- > From: IBM Mainframe Discussion List On Behalf Of > Paul Gilmartin > Sent: Sunday, June 6, 2021 12:56 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: git clone w/o mainframe internet access > > > Hmmm. In my desktop Linux, in se

Re: git clone w/o mainframe internet access

2021-06-06 Thread Paul Gilmartin
On Sat, 5 Jun 2021 10:16:26 +0800, David Crayford wrote: > >Git on z/OS used to only support IBM-1047 and ISO8859-1. The latest >release supports many more code pages including UTF-8 but the default > z/OS isn't monolithic. ISPF Edit has long well supported UTF-8 within the

Re: git clone w/o mainframe internet access

2021-06-04 Thread David Crayford
the "chtag -R -tc ISO8859-1 ." command and hope there are no binary files. Why not the increasingly popular UTF-8? Git on z/OS used to only support IBM-1047 and ISO8859-1. The latest release supports many more code pages including UTF-8 but the default when cloning a repo from extern

Re: git clone w/o mainframe internet access

2021-06-04 Thread Frank Swarbrick
If only I had the power to set up such things! Though in this case we already have a Git server in house. I just don't currently have rights to access it. But I can ask. Thanks! From: IBM Mainframe Discussion List on behalf of Lionel B. Dyck Sent: Friday

Re: git clone w/o mainframe internet access

2021-06-04 Thread Frank Swarbrick
From: IBM Mainframe Discussion List on behalf of Lionel B. Dyck Sent: Friday, June 4, 2021 7:39 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: git clone w/o mainframe internet access I agree with Dave - find a local hosting option and host your own git server

Re: git clone w/o mainframe internet access

2021-06-04 Thread Paul Gilmartin
ountpoint, one translated. >Then you need to convert the repo to a bare repositeory. >|git clone --mirror path_to_source_repository path_to_bare_repository | >... -- gil -- For IBM-MAIN subscribe / signoff / archive access

Re: git clone w/o mainframe internet access

2021-06-04 Thread David Crayford
We're lucky that we use Atlassian products such as Jira, Confluence and Bitbucket. We great integration so a Jira ticket can cross-reference with Git branches in Bitbucket. If you have a bug fix you can track every line of code that has been fixed from the Jira ticket. On 4/06/2021 9:39 pm

Re: git clone w/o mainframe internet access

2021-06-04 Thread Lionel B. Dyck
I agree with Dave - find a local hosting option and host your own git server. There are some options that work on z/OS but you may have more success if you can get a spare Linux server (real or virtual) and install the git server there. I have just tried several and was unable to successfully

Re: git clone w/o mainframe internet access

2021-06-03 Thread David Crayford
to convert the repo to a bare repository. |git clone --mirror path_to_source_repository path_to_bare_repository | You can then use the bare repository to clone from and push to. If I were you I would use a local git hosting tool such as gitbucket on z/OS. It's just a fat jar which runs fine.  You can

Re: git clone w/o mainframe internet access

2021-06-03 Thread David Crayford
to convert the report the repo to a bare repository. |git clone --mirror path_to_source_repository path_to_bare_repository | You can then use the bare repository to clone from and push to. If I were I would use a local git hosting tool such as gitBucket. You can then have a nice GUI with wiki pages

Re: git clone w/o mainframe internet access

2021-06-03 Thread Grant Taylor
On 6/3/21 3:59 PM, Frank Swarbrick wrote: I have git for z/OS, but our mainframe is fenced off from the general internet. Is there some (easy) way I could clone a repo to my local machine, upload it to z/OS, and then clone from there? Or something like that? My limited understanding of git

Re: git clone w/o mainframe internet access

2021-06-03 Thread Mike Schwab
There are guides for building a git local repository and a git clone command to copy the packages you are interested in. On Thu, Jun 3, 2021 at 5:00 PM Frank Swarbrick wrote: > > I have git for z/OS, but our mainframe is fenced off from the general > internet. Is there some (easy) wa

git clone w/o mainframe internet access

2021-06-03 Thread Frank Swarbrick
I have git for z/OS, but our mainframe is fenced off from the general internet. Is there some (easy) way I could clone a repo to my local machine, upload it to z/OS, and then clone from there? Or something like

Re: z/OS ssh git issue - the solution

2021-03-09 Thread David Crayford
correctly scp doesn't work for binary files. It really bums me out that scp doesn't work for binary files. It's such a useful utility and I got burned once uploading a jar file. Having to fire up sftp or write sftp scripts is annoying. I am a bit surprised it is required for git. I would

Re: z/OS ssh git issue - the solution

2021-03-09 Thread Kirk Wolf
due to EBCDIC-ASCII conversions with z/OS ssh. According to the documentation ChannelConvert exec is required for scp. If I remember correctly scp doesn't work for binary files. I am a bit surprised it is required for git. I would have expected that git would need a binary connection, without EBDC

Re: z/OS ssh git issue - the solution

2021-03-08 Thread Andrew Rowley
. I am a bit surprised it is required for git. I would have expected that git would need a binary connection, without EBDCIC-ASCII conversion. If conversion is being performed I would be worried whether the data transfer was reliable, even if it appeared to be working. -- Andrew Rowley Black

Re: z/OS ssh git issue - the solution

2021-03-08 Thread Lionel B Dyck
- John Wooden -Original Message- From: lbd...@gmail.com Sent: Monday, March 1, 2021 8:11 PM To: 'IBM Mainframe Discussion List' Subject: RE: z/OS ssh git issue I tried that forum over a month ago - I will do

Re: z/OS ssh git issue

2021-03-01 Thread David Crayford
rch 1, 2021 8:09 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: z/OS ssh git issue Can post on the Rocket Software open source forum with all the details from this thread. I don't think it's a Git problem as ssh also has the issue which is not part of ported tools. The forum is well monitored and th

Re: z/OS ssh git issue

2021-03-01 Thread Lionel B Dyck
ely what others think you are." - John Wooden -Original Message- From: IBM Mainframe Discussion List On Behalf Of David Crayford Sent: Monday, March 1, 2021 8:09 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: z/OS ssh git issue Can post on the Rocket Software open source forum with al

Re: z/OS ssh git issue

2021-03-01 Thread David Crayford
Can post on the Rocket Software open source forum with all the details from this thread. I don't think it's a Git problem as ssh also has the issue which is not part of ported tools. The forum is well monitored and the open source tools team are very helpful. I will give Vladimir Ein a heads

Re: z/OS ssh git issue

2021-03-01 Thread Lionel B Dyck
ely what others think you are." - John Wooden -Original Message- From: IBM Mainframe Discussion List On Behalf Of Jousma, David Sent: Monday, March 1, 2021 6:58 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: z/OS ssh git issue I know you responded back with the TAG ENV vars. Here ar

Re: z/OS ssh git issue

2021-03-01 Thread Jousma, David
ch 1, 2021 6:03 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: z/OS ssh git issue **CAUTION EXTERNAL EMAIL** **DO NOT open attachments or click on links from unknown senders or unexpected emails** They are set. _TAG_REDIR_IN=txt _TAG_REDIR_OUT=txt _TAG_REDIR_ERR=txt Thanks for the

Re: z/OS ssh git issue

2021-03-01 Thread Lionel B Dyck
ect: Re: z/OS ssh git issue Make sure you also have the following set: export _TAG_REDIR_ERR=txt export _TAG_REDIR_IN=txt export _TAG_REDIR_OUT=txt On 28/02/2021 10:45 pm, Lionel B Dyck wrote: > I have in the environment on this system and on the working systems. > > _BPXK_AUTOCVT=ON

Re: z/OS ssh git issue

2021-02-28 Thread David Crayford
STSERV.UA.EDU Subject: Re: z/OS ssh git issue Is AUTOCONVERT turned on in USS? And the files are tagged? On Sat, Feb 27, 2021 at 2:24 PM Lionel B Dyck wrote: I’m having an issue on a test lpar with git for z/OS – both version 2.14 and the latest 2.26 ports. I’ve looked at this as have several o

Re: z/OS ssh git issue

2021-02-28 Thread Lionel B Dyck
--- From: IBM Mainframe Discussion List On Behalf Of Michael Babcock Sent: Saturday, February 27, 2021 8:02 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: z/OS ssh git issue Is AUTOCONVERT turned on in USS? And the files are tagged? On Sat, Feb 27, 2021 at 2:24 PM Lionel B Dyck wrote: > I’m

Re: z/OS ssh git issue

2021-02-28 Thread Lionel B Dyck
To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: z/OS ssh git issue Is your profile on that LPAR setup correctly to handle enhanced ASCII? On 28/02/2021 4:23 am, Lionel B Dyck wrote: > I’m having an issue on a test lpar with git for z/OS – both version > 2.14 and the latest 2.26 ports. >

Re: z/OS ssh git issue

2021-02-27 Thread David Crayford
Is your profile on that LPAR setup correctly to handle enhanced ASCII? On 28/02/2021 4:23 am, Lionel B Dyck wrote: I’m having an issue on a test lpar with git for z/OS – both version 2.14 and the latest 2.26 ports. I’ve looked at this as have several others without success. When I

Re: z/OS ssh git issue

2021-02-27 Thread Michael Babcock
Is AUTOCONVERT turned on in USS? And the files are tagged? On Sat, Feb 27, 2021 at 2:24 PM Lionel B Dyck wrote: > I’m having an issue on a test lpar with git for z/OS – both version 2.14 > and > the latest 2.26 ports. > > > > I’ve looked at this as have several o

Re: z/OS ssh git issue

2021-02-27 Thread Paul Gilmartin
On Sat, 27 Feb 2021 14:46:17 -0600, Lionel B Dyck wrote: >I've got z/OS Git working on at least 5 other z/OS systems from z/OS 2.2 to >z/OS 2.4 with no problems. This particular system (z/OS 2.4) is however a >problem. > What is the result of a generic resource fetcher such as:

Re: z/OS ssh git issue

2021-02-27 Thread ITschak Mugzach
looks like an ebcdic-ascii conversion issue. ITschak Mugzach *|** IronSphere Platform* *|* *Information Security Continuous Monitoring for z/OS, x/Linux & IBM I **| z/VM coming soon * On Sat, Feb 27, 2021 at 10:46 PM Lionel B Dyck wrote: > I've got z/OS Git working on at least 5 oth

Re: z/OS ssh git issue

2021-02-27 Thread Itschak Mugzach
**: ItschakMugzach **|* *Web**: www.Securiteam.co.il **|* On Sat, Feb 27, 2021 at 10:24 PM Lionel B Dyck wrote: > I’m having an issue on a test lpar with git for z/OS – both version 2.14 > and > the latest 2.26 ports. > > > > I’ve looked at this as have several others without su

Re: z/OS ssh git issue

2021-02-27 Thread Lionel B Dyck
I've got z/OS Git working on at least 5 other z/OS systems from z/OS 2.2 to z/OS 2.4 with no problems. This particular system (z/OS 2.4) is however a problem. _ Lionel B Dyck < Website: www.lbdsoftware.com "Wo

Re: z/OS ssh git issue

2021-02-27 Thread Lionel Dyck
I have z/OS git working on at least 5 other z/OS systems - this one is the anomaly. _ Lionel B. Dyck Senior Software Engineer 21st Century Software 940 West Valley Road Suite 1604 Wayne, PA 19087 www.21stcenturysoftware.com lion

Re: z/OS ssh git issue

2021-02-27 Thread Paul Gilmartin
On Sat, 27 Feb 2021 14:36:56 -0600, Lionel B Dyck wrote: >Dave - that it does - but what we haven't figured out is why ☹ > I have had success with other FOSS (not git) fetching tarballs, .zip, or .bz2 to a Solaris server; unpacking on a Solaris server; NFS sharing to z/OS with OE

Re: z/OS ssh git issue

2021-02-27 Thread Gibney, Dave
I don't know anything about git, so I can't say where the mistranslation (or lack of) is occuring > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Lionel B Dyck > Sent: Saturday, February 27, 2021 12:37 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Sub

Re: z/OS ssh git issue

2021-02-27 Thread Paul Gilmartin
On Sat, 27 Feb 2021 14:23:49 -0600, Lionel B Dyck wrote: > >When I do a ssh g...@github.com <mailto:g...@github.com> git-receive-pack >lbdyck

Re: z/OS ssh git issue

2021-02-27 Thread Lionel B Dyck
ely what others think you are." - John Wooden -Original Message- From: IBM Mainframe Discussion List On Behalf Of Gibney, Dave Sent: Saturday, February 27, 2021 2:32 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: z/OS ssh git issue Looks like ASCII to me > -Original Message-

Re: z/OS ssh git issue

2021-02-27 Thread Gibney, Dave
Looks like ASCII to me > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Lionel B Dyck > Sent: Saturday, February 27, 2021 12:24 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: z/OS ssh git issue > > I'm having an issue on a test lpar

z/OS ssh git issue

2021-02-27 Thread Lionel B Dyck
I’m having an issue on a test lpar with git for z/OS – both version 2.14 and the latest 2.26 ports. I’ve looked at this as have several others without success. When I attempt a git clone I get this error: fatal: protocol error: bad line length character: ---Á When I do a ssh g

Re: z/OS Git/SSH Help - Configuration Issue ?

2021-01-11 Thread Jousma, David
Speaking of GIT, IBM seems to be distributing Rocket Git z/OS client with their ADFz offering. That is great because we are just moving to mainframe DEVOPS with GIT, etc and support for that piece of software now comes through IBM, instead of paying Rocket for a separate Support offering

z/OS Git/SSH Help - Configuration Issue ?

2021-01-11 Thread Lionel B Dyck
I have a test lpar that I've been given access to and I have installed Git (both 2.14 and 2.26) and have the same issues with either release so I'm thinking it is outside of git. When I issue the command: ssh g...@github.com <mailto:g...@github.com> git-receive-pack lbdyck/racfadm.git

Re: Git for zOS

2020-07-09 Thread Edgington, Jerry
have several routines which are system related, like building sys1.parmlib from Git, using Jenkins. So, it could be adapted to something like you are talking about. The Open Mainframe Project, Polycephaly, is still in its early stages, but there is working code. Thanks, Jerry Edgington

Re: Git for zOS

2020-07-09 Thread Andrew Rowley
On 9/07/2020 5:52 pm, Jake Anderson wrote: Does anyone have experience in using git for zOS(rocket open-source) to manage parmlib or proclib ? I have been doing some experimentation with this to track changes. At the moment I have a script to copy all members from PARMLIB/PROCLIB

Git for zOS

2020-07-09 Thread Jake Anderson
Hello Does anyone have experience in using git for zOS(rocket open-source) to manage parmlib or proclib ? I would like to know your experience and some guidance on this. Jake -- For IBM-MAIN subscribe / signoff / archive

  1   2   3   >