rejeep / drag-stuff.el

Drag stuff around in Emacs
233 stars 12 forks source link

Build and instalation fails, using el-get #1

Closed wiedzmin closed 13 years ago

wiedzmin commented 13 years ago

Unfortunately I completely fail to build and install drag-stuff using el-get. It's probably not an issue of el-get, bu provided just for information. It ends up with following trace:

Submodule 'util/ecukes' (git://github.com/rejeep/ecukes.git) registered for path 'util/ecukes'
Submodule 'util/espuds' (git://github.com/rejeep/espuds.git) registered for path 'util/espuds'
Cloning into util/ecukes...
Submodule path 'util/ecukes': checked out 'b778a1840e92993abf1d656f162aa1ab5cca930a'
Submodule 'test/el-mock' (git://github.com/emacsmirror/el-mock.git) registered for path 'test/el-mock'
Submodule 'test/ert' (git://github.com/nex3/ert.git) registered for path 'test/ert'
Cloning into test/el-mock...
fatal: reference is not a tree: 6039afd28dd3eea64014f364ac490fb7c6eb0108
Unable to checkout '6039afd28dd3eea64014f364ac490fb7c6eb0108' in submodule path 'test/el-mock'
Failed to recurse into submodule path 'util/ecukes'
rejeep commented 13 years ago

Hi, I don't use el-get, but it seems like it fetches all submodules when installing from git (which in this case is useless for regular usage).

Can you try to replace the drag-stuff recipe to:

(:name drag-stuff
       :type http
       :url "https://github.com/rejeep/drag-stuff/raw/master/drag-stuff.el")
wiedzmin commented 13 years ago

Thanks, it seems to work this way.

rejeep commented 13 years ago

Great! Can you make a pull request to el-get?

wiedzmin commented 13 years ago

Ok, I'll do it asap.