emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ELPA-diffs] ELPA branch, master, updated. 023ae6e4aa99df2e46e7de618195d


From: Stefan Monnier
Subject: [ELPA-diffs] ELPA branch, master, updated. 023ae6e4aa99df2e46e7de618195d37b02f502ec
Date: Wed, 14 Aug 2013 01:22:29 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "ELPA".

The branch, master has been updated
       via  023ae6e4aa99df2e46e7de618195d37b02f502ec (commit)
      from  9c123a56704af574567af819193a825c15899d64 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 023ae6e4aa99df2e46e7de618195d37b02f502ec
Author: Stefan Monnier <address@hidden>
Date:   Tue Aug 13 21:22:26 2013 -0400

    Add externals-list.  Fix up ignore list.

diff --git a/.bzrignore b/.bzrignore
deleted file mode 100644
index 74d9174..0000000
--- a/.bzrignore
+++ /dev/null
@@ -1,11 +0,0 @@
-*.elc
-*~
-ChangeLog
-archive
-core
-externals-list
-packages/*/*-autoloads.el
-packages/*/*-pkg.el
-packages/.changelog-witness
-packages/dismal
-site
diff --git a/.bzrignore b/.bzrignore
new file mode 120000
index 0000000..3e4e48b
--- /dev/null
+++ b/.bzrignore
@@ -0,0 +1 @@
+.gitignore
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
deleted file mode 120000
index 15eedb4..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-.bzrignore
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..548f54c
--- /dev/null
+++ b/.gitignore
@@ -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
index 0000000..91eb007
--- /dev/null
+++ b/externals-list
@@ -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";))

-----------------------------------------------------------------------

Summary of changes:
 .bzrignore     |   12 +-----------
 .gitignore     |    8 +++++++-
 externals-list |   27 +++++++++++++++++++++++++++
 3 files changed, 35 insertions(+), 12 deletions(-)
 mode change 100644 => 120000 .bzrignore
 mode change 120000 => 100644 .gitignore
 create mode 100644 externals-list


hooks/post-receive
-- 
ELPA



reply via email to

[Prev in Thread] Current Thread [Next in Thread]