summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorParabola git <git@parabola.nu>2014-10-03 17:38:47 +0100
committerParabola git <git@parabola.nu>2014-10-03 17:38:47 +0100
commitef8c7bb0b70a25c7fe234908c4e01dab58ca2b7e (patch)
tree071637a76342a4e6796463ca0c6945624f7ff647 /packages
initial commit
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/devtools-par.git/config10
-rw-r--r--packages/devtools-par.git/description1
-rw-r--r--packages/devtools-par.git/info/exclude6
-rwxr-xr-xpackages/jh.git/config10
-rw-r--r--packages/jh.git/description1
-rw-r--r--packages/jh.git/info/exclude6
-rwxr-xr-xpackages/libretools.git/config10
-rw-r--r--packages/libretools.git/description1
-rw-r--r--packages/libretools.git/info/exclude6
-rwxr-xr-xpackages/moz-normalize.git/config10
-rw-r--r--packages/moz-normalize.git/description1
-rw-r--r--packages/moz-normalize.git/info/exclude6
-rwxr-xr-xpackages/parabola-gnome.git/config6
-rw-r--r--packages/parabola-gnome.git/description1
-rw-r--r--packages/parabola-gnome.git/info/exclude6
-rwxr-xr-xpackages/parabolaiso.git/config6
-rw-r--r--packages/parabolaiso.git/description1
-rw-r--r--packages/parabolaiso.git/info/exclude6
-rwxr-xr-xpackages/parabolaweb-utils.git/config10
-rw-r--r--packages/parabolaweb-utils.git/description1
-rw-r--r--packages/parabolaweb-utils.git/info/exclude6
-rwxr-xr-xpackages/pbs-tools.git/config10
-rw-r--r--packages/pbs-tools.git/description1
-rw-r--r--packages/pbs-tools.git/info/exclude6
24 files changed, 128 insertions, 0 deletions
diff --git a/packages/devtools-par.git/config b/packages/devtools-par.git/config
new file mode 100755
index 0000000..49b6d6f
--- /dev/null
+++ b/packages/devtools-par.git/config
@@ -0,0 +1,10 @@
+[core]
+ repositoryformatversion = 0
+ filemode = true
+ bare = true
+[remote "origin"]
+ url = git://lukeshu.com/mirror/parabola/packages/devtools-par.git
+ fetch = +refs/*:refs/*
+ mirror = true
+[gitweb]
+ owner = Luke Shumaker
diff --git a/packages/devtools-par.git/description b/packages/devtools-par.git/description
new file mode 100644
index 0000000..a9fae4e
--- /dev/null
+++ b/packages/devtools-par.git/description
@@ -0,0 +1 @@
+Arch devtools with patches by Parabola devs (not Parabola specific)
diff --git a/packages/devtools-par.git/info/exclude b/packages/devtools-par.git/info/exclude
new file mode 100644
index 0000000..a5196d1
--- /dev/null
+++ b/packages/devtools-par.git/info/exclude
@@ -0,0 +1,6 @@
+# git ls-files --others --exclude-from=.git/info/exclude
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# exclude patterns (uncomment them if you want to use them):
+# *.[oa]
+# *~
diff --git a/packages/jh.git/config b/packages/jh.git/config
new file mode 100755
index 0000000..19c0fc3
--- /dev/null
+++ b/packages/jh.git/config
@@ -0,0 +1,10 @@
+[core]
+ repositoryformatversion = 0
+ filemode = true
+ bare = true
+[remote "origin"]
+ url = git://lukeshu.com/mirror/parabola/packages/jh.git
+ fetch = +refs/*:refs/*
+ mirror = true
+[gitweb]
+ owner = Luke Shumaker
diff --git a/packages/jh.git/description b/packages/jh.git/description
new file mode 100644
index 0000000..5e395df
--- /dev/null
+++ b/packages/jh.git/description
@@ -0,0 +1 @@
+Java Helpers - packaging helper programs (similar to Debian jh only in name)
diff --git a/packages/jh.git/info/exclude b/packages/jh.git/info/exclude
new file mode 100644
index 0000000..a5196d1
--- /dev/null
+++ b/packages/jh.git/info/exclude
@@ -0,0 +1,6 @@
+# git ls-files --others --exclude-from=.git/info/exclude
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# exclude patterns (uncomment them if you want to use them):
+# *.[oa]
+# *~
diff --git a/packages/libretools.git/config b/packages/libretools.git/config
new file mode 100755
index 0000000..927e88c
--- /dev/null
+++ b/packages/libretools.git/config
@@ -0,0 +1,10 @@
+[core]
+ repositoryformatversion = 0
+ filemode = true
+ bare = true
+[remote "origin"]
+ url = git://lukeshu.com/mirror/parabola/packages/libretools.git
+ fetch = +refs/*:refs/*
+ mirror = true
+[gitweb]
+ owner = Luke Shumaker
diff --git a/packages/libretools.git/description b/packages/libretools.git/description
new file mode 100644
index 0000000..74dda3e
--- /dev/null
+++ b/packages/libretools.git/description
@@ -0,0 +1 @@
+Tools for working on Parabola
diff --git a/packages/libretools.git/info/exclude b/packages/libretools.git/info/exclude
new file mode 100644
index 0000000..a5196d1
--- /dev/null
+++ b/packages/libretools.git/info/exclude
@@ -0,0 +1,6 @@
+# git ls-files --others --exclude-from=.git/info/exclude
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# exclude patterns (uncomment them if you want to use them):
+# *.[oa]
+# *~
diff --git a/packages/moz-normalize.git/config b/packages/moz-normalize.git/config
new file mode 100755
index 0000000..f9741da
--- /dev/null
+++ b/packages/moz-normalize.git/config
@@ -0,0 +1,10 @@
+[core]
+ repositoryformatversion = 0
+ filemode = true
+ bare = true
+[remote "origin"]
+ url = git://lukeshu.com/mirror/parabola/packages/moz-normalize.git
+ fetch = +refs/*:refs/*
+ mirror = true
+[gitweb]
+ owner = Luke Shumaker
diff --git a/packages/moz-normalize.git/description b/packages/moz-normalize.git/description
new file mode 100644
index 0000000..1fa725d
--- /dev/null
+++ b/packages/moz-normalize.git/description
@@ -0,0 +1 @@
+Scripts to normalize mozilla package files
diff --git a/packages/moz-normalize.git/info/exclude b/packages/moz-normalize.git/info/exclude
new file mode 100644
index 0000000..a5196d1
--- /dev/null
+++ b/packages/moz-normalize.git/info/exclude
@@ -0,0 +1,6 @@
+# git ls-files --others --exclude-from=.git/info/exclude
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# exclude patterns (uncomment them if you want to use them):
+# *.[oa]
+# *~
diff --git a/packages/parabola-gnome.git/config b/packages/parabola-gnome.git/config
new file mode 100755
index 0000000..f92da82
--- /dev/null
+++ b/packages/parabola-gnome.git/config
@@ -0,0 +1,6 @@
+[core]
+ repositoryformatversion = 0
+ filemode = true
+ bare = true
+[remote "origin"]
+ url = /mnt/nonrepo/srv/git/packages/parabola-gnome.git
diff --git a/packages/parabola-gnome.git/description b/packages/parabola-gnome.git/description
new file mode 100644
index 0000000..bb71500
--- /dev/null
+++ b/packages/parabola-gnome.git/description
@@ -0,0 +1 @@
+Parabola customizations to the GNOME desktop environment.
diff --git a/packages/parabola-gnome.git/info/exclude b/packages/parabola-gnome.git/info/exclude
new file mode 100644
index 0000000..a5196d1
--- /dev/null
+++ b/packages/parabola-gnome.git/info/exclude
@@ -0,0 +1,6 @@
+# git ls-files --others --exclude-from=.git/info/exclude
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# exclude patterns (uncomment them if you want to use them):
+# *.[oa]
+# *~
diff --git a/packages/parabolaiso.git/config b/packages/parabolaiso.git/config
new file mode 100755
index 0000000..5ec9106
--- /dev/null
+++ b/packages/parabolaiso.git/config
@@ -0,0 +1,6 @@
+[core]
+ repositoryformatversion = 0
+ filemode = true
+ bare = true
+[remote "origin"]
+ url = /mnt/nonrepo/srv/git/parabolaiso.git
diff --git a/packages/parabolaiso.git/description b/packages/parabolaiso.git/description
new file mode 100644
index 0000000..aab1918
--- /dev/null
+++ b/packages/parabolaiso.git/description
@@ -0,0 +1 @@
+Tools for creating Parabola GNU/Linux-libre live and install iso images
diff --git a/packages/parabolaiso.git/info/exclude b/packages/parabolaiso.git/info/exclude
new file mode 100644
index 0000000..a5196d1
--- /dev/null
+++ b/packages/parabolaiso.git/info/exclude
@@ -0,0 +1,6 @@
+# git ls-files --others --exclude-from=.git/info/exclude
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# exclude patterns (uncomment them if you want to use them):
+# *.[oa]
+# *~
diff --git a/packages/parabolaweb-utils.git/config b/packages/parabolaweb-utils.git/config
new file mode 100755
index 0000000..634b967
--- /dev/null
+++ b/packages/parabolaweb-utils.git/config
@@ -0,0 +1,10 @@
+[core]
+ repositoryformatversion = 0
+ filemode = true
+ bare = true
+[remote "origin"]
+ url = git://lukeshu.com/mirror/parabola/packages/parabolaweb-utils.git
+ fetch = +refs/*:refs/*
+ mirror = true
+[gitweb]
+ owner = Luke Shumaker
diff --git a/packages/parabolaweb-utils.git/description b/packages/parabolaweb-utils.git/description
new file mode 100644
index 0000000..5abc96b
--- /dev/null
+++ b/packages/parabolaweb-utils.git/description
@@ -0,0 +1 @@
+Utilities for managing the parabolaweb website application
diff --git a/packages/parabolaweb-utils.git/info/exclude b/packages/parabolaweb-utils.git/info/exclude
new file mode 100644
index 0000000..a5196d1
--- /dev/null
+++ b/packages/parabolaweb-utils.git/info/exclude
@@ -0,0 +1,6 @@
+# git ls-files --others --exclude-from=.git/info/exclude
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# exclude patterns (uncomment them if you want to use them):
+# *.[oa]
+# *~
diff --git a/packages/pbs-tools.git/config b/packages/pbs-tools.git/config
new file mode 100755
index 0000000..ec286cf
--- /dev/null
+++ b/packages/pbs-tools.git/config
@@ -0,0 +1,10 @@
+[core]
+ repositoryformatversion = 0
+ filemode = true
+ bare = true
+[remote "origin"]
+ url = git://lukeshu.com/mirror/parabola/packages/pbs-tools.git
+ fetch = +refs/*:refs/*
+ mirror = true
+[gitweb]
+ owner = Luke Shumaker
diff --git a/packages/pbs-tools.git/description b/packages/pbs-tools.git/description
new file mode 100644
index 0000000..ee4ead4
--- /dev/null
+++ b/packages/pbs-tools.git/description
@@ -0,0 +1 @@
+(pre-alpha) Parabola Build System; to replace ABSLibre, which replaces ABS
diff --git a/packages/pbs-tools.git/info/exclude b/packages/pbs-tools.git/info/exclude
new file mode 100644
index 0000000..a5196d1
--- /dev/null
+++ b/packages/pbs-tools.git/info/exclude
@@ -0,0 +1,6 @@
+# git ls-files --others --exclude-from=.git/info/exclude
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# exclude patterns (uncomment them if you want to use them):
+# *.[oa]
+# *~