summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://csights.myopenid.com/ <http://csights.myopenid.com/@web>2013-01-12 13:43:44 +0000
committerGravatar admin <admin@branchable.com>2013-01-12 13:43:44 +0000
commit914f01798044422aa5e8afd1ae4e95efccbfef94 (patch)
tree95c33ca649886708d34d0e611df4c4c9ad82411c
parent82d4ffdc5cbd499a8c9a16950331bfea6157855e (diff)
Added a comment: use debian repos instead of Ubuntu PPA?
-rw-r--r--doc/design/assistant/blog/day_169__direct_mode_is_safe/comment_2_a116a402a126c62be54c06afd82439ab._comment19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_169__direct_mode_is_safe/comment_2_a116a402a126c62be54c06afd82439ab._comment b/doc/design/assistant/blog/day_169__direct_mode_is_safe/comment_2_a116a402a126c62be54c06afd82439ab._comment
new file mode 100644
index 000000000..7afd951e1
--- /dev/null
+++ b/doc/design/assistant/blog/day_169__direct_mode_is_safe/comment_2_a116a402a126c62be54c06afd82439ab._comment
@@ -0,0 +1,19 @@
+[[!comment format=mdwn
+ username="http://csights.myopenid.com/"
+ ip="70.226.161.163"
+ subject="use debian repos instead of Ubuntu PPA?"
+ date="2013-01-12T13:43:44Z"
+ content="""
+Maybe Ubuntu users would be satisfied with tweaks to their sources.list and preferences?
+
+/etc/apt/sources.list.d/git-annex.sources.list
+deb http://ftp.us.debian.org/debian unstable main
+
+/etc/apt/preferences.d/git-annex.preferences
+Package: *
+Pin: release a=unstable,o=Debian
+Pin-Priority: 400
+
+
+Not sure how that will work out in Ubuntu package manager. In aptitude you'll get warning about untrusted repos (maybe install Debian's gpg keys) and will probably have to manually select dependencies from Debian repos.
+"""]]