diff options
Diffstat (limited to '~old')
-rwxr-xr-x | ~old/arch2parabola.git/config | 6 | ||||
-rw-r--r-- | ~old/arch2parabola.git/description | 1 | ||||
l--------- | ~old/arch2parabola.git/hooks/post-receive | 1 | ||||
-rwxr-xr-x | ~old/parabolasocial.git/config | 6 | ||||
-rw-r--r-- | ~old/parabolasocial.git/description | 1 | ||||
l--------- | ~old/parabolasocial.git/hooks/post-receive | 1 | ||||
-rwxr-xr-x | ~old/radio.git/config | 6 | ||||
-rw-r--r-- | ~old/radio.git/description | 1 | ||||
l--------- | ~old/radio.git/hooks/post-receive | 1 |
9 files changed, 24 insertions, 0 deletions
diff --git a/~old/arch2parabola.git/config b/~old/arch2parabola.git/config new file mode 100755 index 0000000..3a5fc91 --- /dev/null +++ b/~old/arch2parabola.git/config @@ -0,0 +1,6 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = true +[remote "origin"] + url = /mnt/nonrepo/srv/git/arch2parabola.git diff --git a/~old/arch2parabola.git/description b/~old/arch2parabola.git/description new file mode 100644 index 0000000..fbcc146 --- /dev/null +++ b/~old/arch2parabola.git/description @@ -0,0 +1 @@ +Script for automatically migrate to Parabola GNU/linux from Archlinux diff --git a/~old/arch2parabola.git/hooks/post-receive b/~old/arch2parabola.git/hooks/post-receive new file mode 120000 index 0000000..ce0ab29 --- /dev/null +++ b/~old/arch2parabola.git/hooks/post-receive @@ -0,0 +1 @@ +../../git-hooks/post-receive.agefile
\ No newline at end of file diff --git a/~old/parabolasocial.git/config b/~old/parabolasocial.git/config new file mode 100755 index 0000000..77a6545 --- /dev/null +++ b/~old/parabolasocial.git/config @@ -0,0 +1,6 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = true +[remote "origin"] + url = /mnt/nonrepo/srv/git/parabolasocial.git diff --git a/~old/parabolasocial.git/description b/~old/parabolasocial.git/description new file mode 100644 index 0000000..445997b --- /dev/null +++ b/~old/parabolasocial.git/description @@ -0,0 +1 @@ +Parabola Social project diff --git a/~old/parabolasocial.git/hooks/post-receive b/~old/parabolasocial.git/hooks/post-receive new file mode 120000 index 0000000..ce0ab29 --- /dev/null +++ b/~old/parabolasocial.git/hooks/post-receive @@ -0,0 +1 @@ +../../git-hooks/post-receive.agefile
\ No newline at end of file diff --git a/~old/radio.git/config b/~old/radio.git/config new file mode 100755 index 0000000..c5b8a99 --- /dev/null +++ b/~old/radio.git/config @@ -0,0 +1,6 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = true +[remote "origin"] + url = /mnt/nonrepo/srv/git/radio.git diff --git a/~old/radio.git/description b/~old/radio.git/description new file mode 100644 index 0000000..98432f2 --- /dev/null +++ b/~old/radio.git/description @@ -0,0 +1 @@ +Communitary/Coop Radio project diff --git a/~old/radio.git/hooks/post-receive b/~old/radio.git/hooks/post-receive new file mode 120000 index 0000000..ce0ab29 --- /dev/null +++ b/~old/radio.git/hooks/post-receive @@ -0,0 +1 @@ +../../git-hooks/post-receive.agefile
\ No newline at end of file |