add org-weather
[james-src.git] / .mrconfig
blobd3fab8142368dc1f7d43b69c6be860766b71819b
1 # projects
2 [asdf]
3 skip = lazy
4 checkout = git clone https://gitlab.common-lisp.net/asdf/asdf.git
6 [autoconf-archive]
7 skip = lazy
8 checkout = git clone http://git.savannah.gnu.org/r/autoconf-archive.git
10 [cfengine]
11 skip = lazy
12 checkout = git clone https://github.com/cfengine/core.git cfengine
13 push = :
15 [cfengine-masterfiles]
16 skip = lazy
17 checkout = git clone https://git.jamestechnotes.com/r/cfengine-masterfiles.git
19 [cl-json]
20 skip = lazy
21 checkout = git clone https://github.com/hankhero/cl-json.git
22 push = :
24 [debumblebee]
25 # upstream claims this is deprecated
26 skip = lazy
27 checkout = git clone https://github.com/z0rc/debumblebee.git
29 [downloads.kitenet.net]
30 skip = lazy
31 checkout = git clone https://downloads.kitenet.net/.git
32 push = :
34 [emacs-jabber]
35 skip = lazy
36 checkout = git clone https://git.code.sf.net/p/emacs-jabber/git emacs-jabber
37 push = :
39 [emacs24-starter-kit]
40 skip = lazy
41 checkout = git clone https://github.com/eschulte/emacs24-starter-kit.git
42 push = :
44 [emacs-starter-kit]
45 # Deprecated
46 skip = lazy
47 checkout = git clone http://github.com/eschulte/emacs-starter-kit
49 [exif-processor]
50 skip = lazy
51 checkout = git clone https://github.com/joshuamiller/exif-processor.git
53 [fai]
54 skip = lazy
55 checkout = git clone https://github.com/faiproject/fai.git
56 push = :
58 [fai-config]
59 skip = lazy
60 checkout = git clone https://git.jamestechnotes.com//r/fai-config.git
62 [fossil-scm]
63 skip = lazy
64 checkout = mkdir -p 'fossil-scm' && cd 'fossil-scm' && fossil open '/home/james/.repos/fossils/fossil-scm'
66 [git-annex.branchable.com]
67 checkout = git clone 'git://git-annex.branchable.com/' 'git-annex.branchable.com'
68 skip = lazy
70 [ikiwiki]
71 skip = lazy
72 checkout = git clone git://git.ikiwiki.info/
73 push = :
75 [gitolite-emacs]
76 skip = lazy
77 checkout = git clone https://github.com/llloret/gitolite-emacs.git
79 [gnulib]
80 skip = lazy
81 checkout = git clone http://git.savannah.gnu.org/r/gnulib.git gnulib
82 push = :
84 [google-contacts.el]
85 skip = lazy
86 checkout = git clone https://github.com/jd/google-contacts.el.git
87 push = :
89 [gthumb]
90 skip = lazy
91 checkout = git clone https://git.gnome.org/browse/gthumb.git
92 push = :
94 [guix]
95 skip = lazy
96 checkout =
97     git clone https://git.jamestechnotes.com/r/guix/guix.git
98     cd guix
99     git remote add upstream https://git.savannah.gnu.org/git/guix.git
100 update =
101     git fetch --all
102     git pull "$@"
104 [guix-configs]
105 skip = lazy
106 checkout = git clone https://git.jamestechnotes.com/r/guix/guix-configs.git
108 [guix-packages]
109 skip = lazy
110 checkout = git clone https://git.jamestechnotes.com/r/guix/guix-packages.git
112 [hands-off]
113 skip = lazy
114 checkout = git clone http://git.hands.com/hands-off.git
115 push = :
117 [imapfilter-tools]
118 skip = lazy
119 checkout = git clone https://github.com/kylemanna/imapfilter-tools.git
120 push = :
122 [ipxe]
123 skip = lazy
124 checkout = git clone http://git.ipxe.org/ipxe.git
125 push = :
127 [iso]
128 skip = lazy
129 checkout = git clone http://git.jamestechnotes.com/iso.git
131 [lxc]
132 skip = lazy
133 checkout = git clone http://git.jamestechnotes.com/lxc.git
135 [mu]
136 skip = lazy
137 checkout = git clone https://github.com/djcb/mu.git
139 [org-jira]
140 skip = lazy
141 checkout =
142     git clone https://git.jamestechnotes.com/r/org-jira.git
143     cd org-jira
144     git remote add upstream https://github.com/ahungry/org-jira.git
145 update =
146     git fetch --all
147     git pull "$@"
149 [org-mode]
150 skip = lazy
151 checkout = git clone https://code.orgmode.org/bzg/org-mode.git
152 push = :
154 [papers]
155 skip = lazy
156 checkout = git clone https://github.com/rejuvyesh/papers.git
157 push = :
159 [parallel-ssh]
160 skip = lazy
161 checkout = git clone https://github.com/ParallelSSH/parallel-ssh.git
162 push = :
164 [metadata-extractor]
165 skip = lazy
166 checkout = git clone https://github.com/drewnoakes/metadata-extractor.git
168 [org-weather]
169 skip = lazy
170 checkout =
171     git clone https://git.jamestechnotes.com/r/org-weather.git
172     cd org-weather
173     git remote add upstream https://github.com/kautsig/org-weather.git
174 update =
175     git fetch --all
176     git pull "$@"
178 [puppet-apt]
179 skip = lazy
180 checkout = git clone https://git.jamestechnotes.com/r/puppet-apt.git
182 [puppet-common]
183 skip = lazy
184 checkout = git clone https://git.jamestechnotes.com/r/puppet-common.git
186 [puppet-dbp]
187 skip = lazy
188 checkout = git clone https://git.jamestechnotes.com/r/puppet-dbp.git
190 [puppet-manifests]
191 skip = lazy
192 checkout = git clone https://git.jamestechnotes.com/r/puppet-manifests.git
194 [puppet-ssh]
195 skip = lazy
196 checkout = git clone https://git.jamestechnotes.com/r/puppet-ssh.git
198 [repo-manager]
199 skip = lazy
200 checkout = git clone https://git.jamestechnotes.com/r/repo-manager.git
202 [restclient.el]
203 skip = lazy
204 checkout = git clone https://github.com/pashky/restclient.el.git
206 [sleepyhead-code]
207 skip = lazy
208 checkout = git clone https://gitlab.com/sleepyhead/sleepyhead-code.git
209 push = :
211 [slime]
212 skip = lazy
213 checkout = git clone https://github.com/slime/slime.git
214 push = :
216 [texbits]
217 skip = lazy
218 checkout = git clone http://git.jamestechnotes.com/texbits.git
220 [worg]
221 skip = lazy
222 checkout = git clone git://orgmode.org/worg.git
223 push = :
225 # wikis
226 [wikis/admin.jamestechnotes.com]
227 skip = lazy
228 checkout = git clone git@git.jamestechnotes.com:james/blogs/admin.jamestechnotes.com
230 [wikis/jamesrichardson.name]
231 skip = lazy
232 checkout = git clone git@git.jamestechnotes.com:james/blogs/jamesrichardson.name.git
234 [wikis/jamestechnotes.com]
235 skip = lazy
236 checkout = git clone git@git.jamestechnotes.com:james/blogs/jamestechnotes.com.git
238 [wikis/old-wp-sites]
239 skip = lazy
240 checkout = git clone ssh://git.jamestechnotes.com/srv/git/james/wikis/old-wp-sites.git
242 [wikis/resume.jamesrichardson.name]
243 skip = lazy
244 checkout = git clone git@git.jamestechnotes.com:james/blogs/resume.jamesrichardson.name.git && cd resume.jamesrichardson.name && git submodule init
245 update = git pull "$@" && git submodule update