Skip to content

Instantly share code, notes, and snippets.

View wridgeu's full-sized avatar
🐢
an okay developer

Marco Beier wridgeu

🐢
an okay developer
View GitHub Profile

ABAP trial license renewal helper

Why would anyone need this

There are several methods to update the license but:

  • the sapgui method fails to install telling me the system number doesn't match
  • the docker method works, but the installed license is invalid, the reason is explained below:

When I start my abap trial container based on the ABAPTRIAL_2022_SP01 official image I get a new hardware key:

@wridgeu
wridgeu / conventional-commits.md
Created January 8, 2025 21:27 — forked from Zekfad/conventional-commits.md
Conventional Commits Cheatsheet

Quick examples

  • feat: new feature
  • fix(scope): bug in scope
  • feat!: breaking change / feat(scope)!: rework API
  • chore(deps): update dependencies

Commit types

  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ci: Changes to CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
  • chore: Changes which doesn't change source code or tests e.g. changes to the build process, auxiliary tools, libraries