Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abapgit/build
Builds
https://github.com/abapgit/build
abapgit
Last synced: 3 months ago
JSON representation
Builds
- Host: GitHub
- URL: https://github.com/abapgit/build
- Owner: abapGit
- License: mit
- Created: 2018-01-14T13:21:30.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T23:19:10.000Z (3 months ago)
- Last Synced: 2024-11-13T00:21:17.679Z (3 months ago)
- Topics: abapgit
- Language: ABAP
- Homepage: https://abapgit.org
- Size: 130 MB
- Stars: 3
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# abapGit builds archive
This repo holds built standalone versions of [abapGit](https://github.com/abapGit/abapGit).
Take the source code from `zabapgit_standalone.prog.abap` ([please look here for more details](https://docs.abapgit.org/guide-install.html#install-standalone-version)).
## Direct cloning
Alternatively, if you already have a version of abapGit in your system, you may want to pull the update directly from here. Clone this repo to your system and pull. A couple of precautions for this approach:
- please mind the program naming, the program in the repo is called `zabapgit_standalone`. Same is the recommendation for the first installation. So, supposedly, you want to copy your existing `zabapgit_standalone` to `zabapgit_backup` (or similar) first and run the clone **from there**. It will also keep your abapgit operational if anything goes wrong with the cloning or activation.
- the cloning will require from you to create a package. Create a local package (starting with $). Also **avoid starting** the package name from "abapgit..." if you ever plan to clone the full development version after. Better use something like `$standalone_abapgit`.