Skip to content

Commit

Permalink
kobopatch-livepatch: Remove kobopatch-livepatch
Browse files Browse the repository at this point in the history
Although it worked most of the time (it was kind of buggy), it's not really
practical to use on a regular basis due to its performance and its limitations
with regards to when things are initialized.

If I choose to work on this again, it would be from scratch with a different
approach.
  • Loading branch information
pgaskin committed Jul 22, 2020
1 parent c072985 commit 777cfe6
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 740 deletions.
6 changes: 0 additions & 6 deletions .appveyor.yml
Expand Up @@ -4,14 +4,12 @@ version: '{build}'

install:
- docker pull docker.io/geek1011/nickeltc:1.0
- docker pull golang:1.13-buster

build_script:
- sh: docker run --rm --volume="$APPVEYOR_BUILD_FOLDER:/src" --workdir="/src/kobo-dotfile-hack" --entrypoint=make docker.io/geek1011/nickeltc:1.0
- sh: docker run --rm --volume="$APPVEYOR_BUILD_FOLDER:/src" --workdir="/src/NickelSeries" --entrypoint=make docker.io/geek1011/nickeltc:1.0 all koboroot
- sh: docker run --rm --volume="$APPVEYOR_BUILD_FOLDER:/src" --workdir="/src/dictword-test" --entrypoint=make docker.io/geek1011/nickeltc:1.0
- sh: docker run --rm --volume="$APPVEYOR_BUILD_FOLDER:/src" --workdir="/src/dictbug-trace" --entrypoint=make docker.io/geek1011/nickeltc:1.0
- sh: cd kobopatch-livepatch && make DOCKER=docker all kplive-cross && cd ..

test: off

Expand All @@ -22,7 +20,3 @@ artifacts:
- path: dictword-test/dictword-test.so
- path: dictword-test/dwt-wrap
- path: dictbug-trace/libdictbug-trace.so
- path: kobopatch-livepatch/kplived
- path: kobopatch-livepatch/kplive-windows.exe
- path: kobopatch-livepatch/kplive-linux-64bit
- path: kobopatch-livepatch/kplive-darwin-64bit
17 changes: 0 additions & 17 deletions .drone.yml
Expand Up @@ -71,20 +71,3 @@ steps:
trigger:
event:
exclude: [promote]

---

kind: pipeline
name: kobopatch-livepatch
type: docker

steps:
- name: build
image: golang:1.13-buster
commands:
- cd ./kobopatch-livepatch
- make DOCKER=

trigger:
event:
exclude: [promote]
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -10,7 +10,6 @@ Binaries for the latest commit can be downloaded [here](https://ci.appveyor.com/
| **[NickelSeries](./NickelSeries)** | Adds series metadata support to libnickel. | General | Stable, Released |
| **[dictword-test](./dictword-test)** | This tool gets the prefix used for word lookup in the dictionary directly from libnickel. | Debugging | Complete |
| [dictbug-trace](./dictbug-trace) | This LD_PRELOAD library logs some dictionary-related things to syslog. | Debugging | As-is |
| [kobopatch-livepatch](./kobopatch-livepatch) | Live-patching nickel with ptrace. | Advanced | POC |

Mods in **bold** are actively maintained.

Expand Down
3 changes: 0 additions & 3 deletions kobopatch-livepatch/.gitignore

This file was deleted.

24 changes: 0 additions & 24 deletions kobopatch-livepatch/Makefile

This file was deleted.

52 changes: 0 additions & 52 deletions kobopatch-livepatch/README.md

This file was deleted.

214 changes: 0 additions & 214 deletions kobopatch-livepatch/cmd/kplive/main.go

This file was deleted.

0 comments on commit 777cfe6

Please sign in to comment.