]> code.delx.au - gnu-emacs-elpa/commitdiff
Add externals-list. Fix up ignore list.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 14 Aug 2013 01:22:26 +0000 (21:22 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 14 Aug 2013 01:22:26 +0000 (21:22 -0400)
.bzrignore [changed from file to symlink]
.gitignore [changed from symlink to file mode: 0644]
externals-list [new file with mode: 0644]

deleted file mode 100644 (file)
index 74d91744011ed0cc0aac3ad347416a8ce4220af2..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,11 +0,0 @@
-*.elc
-*~
-ChangeLog
-archive
-core
-externals-list
-packages/*/*-autoloads.el
-packages/*/*-pkg.el
-packages/.changelog-witness
-packages/dismal
-site
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..3e4e48b0b5fe6b468434d6767749b399319f2da2
--- /dev/null
@@ -0,0 +1 @@
+.gitignore
\ No newline at end of file
deleted file mode 120000 (symlink)
index 15eedb459829da68ff9e79258ea9da5acb081103..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-.bzrignore
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..548f54c949612613955ee9604f16eaf4e6dd7237
--- /dev/null
@@ -0,0 +1,7 @@
+*.elc
+*~
+ChangeLog
+core
+packages/*/*-autoloads.el
+packages/*/*-pkg.el
+packages/dismal
diff --git a/externals-list b/externals-list
new file mode 100644 (file)
index 0000000..91eb007
--- /dev/null
@@ -0,0 +1,27 @@
+;; -*- emacs-lisp -*-
+
+;; List of packages that are maintained externally.
+;; The list is made of elements of the form (NAME KIND URL).
+;;
+;; Where NAME is the name of the package;
+;;
+;; KIND can be one of:
+;;  :subtree  = a "git subtree" in the `master' branch.
+;;  :external = kept in a separate `externals/<name>' branch.
+;;
+;; And URL is the URL of the remote git repository that we want to track.
+;; It can be nil, in which case we don't track anything (useless for
+;; :subtree, but not for :external).
+
+(("dismal"             :external nil)
+ ;("org"               :external ??)
+ ("js2-mode"           :subtree   "https://github.com/mooz/js2-mode.git")
+ ("websocket"          :subtree   "https://github.com/ahyatt/emacs-websocket.git")
+ ("eldoc-eval"         :subtree   "https://github.com/thierryvolpiatto/eldoc-eval.git")
+ ("company"            :subtree   "https://github.com/company-mode/company-mode.git")
+ ;; In need of serious manual sync.
+ ;; ("yasnippet"               :subtree "https://github.com/capitaomorte/yasnippet.git")
+ ;; In need of serious manual sync as well.
+ ;; ("auctex"          :subtree "git://git.sv.gnu.org/auctex.git")
+ ("ioccur"             :subtree   "https://github.com/thierryvolpiatto/ioccur.git")
+ ("f90-interface-browser" :subtree "http://github.com/wence-/f90-iface"))