-
Recent Posts
Archives
Categories
Meta
Category Archives: source control
Git, The Kernel And Extenral Drivers: Look Ma I Can Version Magic
I was just compiling a module I’ve been given outside the kernel source tree got an error trying to load it: version magic ‘2.6.x.y-7aac9b1d2 mod_unload’ should be ‘2.6.x.y mod_unload’ Weird — as I’m compiling it against the same source tree … Continue reading
Posted in "software enginerring", Drivers, Kernel, source control
Tagged foss, git, gotcha, make
Leave a comment
Tarball as a remote git repo
how to sync two git repositories without network. also shows GIT scripting trickery techniques such as getting the directory path from a repository name. Continue reading
Posted in open source, remote, source control, sync, Technology, Uncategorized
Tagged "CLI", "remote repo", automation, bash, git, howto, scripting
Leave a comment