Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorAlec Leamas <leamas.alec@gmail.com>2010-10-30 15:18:56 +0400
committerAlec Leamas <leamas.alec@gmail.com>2010-11-01 08:54:02 +0300
commit85f94a2b002f2b2ed8a98b33b5fc9c7674dc08f1 (patch)
tree602b267897e82d540bdfb953254b2c68aaf7c5ad /pkg
parent1ac0ebc32cea350b56d371fcaa22ecdc71f5b18b (diff)
Refactored into separate generic, source dir + distro addons.
Diffstat (limited to 'pkg')
-rwxr-xr-xpkg/bootstrap-fedora-diaspora.sh2
-rw-r--r--pkg/fedora/README.md6
l---------pkg/fedora/dist1
-rw-r--r--pkg/source/dist/.gitkeep0
-rw-r--r--pkg/ubuntu/add-bundle.diff11
5 files changed, 7 insertions, 13 deletions
diff --git a/pkg/bootstrap-fedora-diaspora.sh b/pkg/bootstrap-fedora-diaspora.sh
index 34b32eb1b..41d317a34 100755
--- a/pkg/bootstrap-fedora-diaspora.sh
+++ b/pkg/bootstrap-fedora-diaspora.sh
@@ -26,7 +26,7 @@ getent passwd diaspora >/dev/null || {
su - diaspora <<EOF
-set -x
+#set -x
[ -e "\$HOME/.rvm/scripts/rvm" ] || {
echo '#### Installing rvm ####'
wget http://rvm.beginrescueend.com/releases/rvm-install-head
diff --git a/pkg/fedora/README.md b/pkg/fedora/README.md
index 88ed27768..9b100ddb1 100644
--- a/pkg/fedora/README.md
+++ b/pkg/fedora/README.md
@@ -54,6 +54,7 @@ apache/passenger setup. After configuration, start with:
/sbin/service diaspora-wsd start
/sbin/service httpd restart
+<<<<<<< HEAD
prepare-rpm.sh prepare creates links also for all files listed in SOURCES.
Typically, this is secondary sources. *make-dist.sh source*
@@ -91,6 +92,11 @@ is generated.
#### Notes
+prepare-rpm.sh prepare creates links also for all files listed in SOURCES.
+Typically, this is secondary sources. *make-dist.sh source*
+applies all patches named *.patch in this directory after checking out
+source from git.
+
The spec-files in dist/ are patched by *./prepare-rpm.sh to reference
correct versions of diaspora and diaspora-bundle. The diaspora-bundle
is only updated if Gemfile is updated, upgrading diaspora doesn't
diff --git a/pkg/fedora/dist b/pkg/fedora/dist
deleted file mode 120000
index 2fb4d8549..000000000
--- a/pkg/fedora/dist
+++ /dev/null
@@ -1 +0,0 @@
-../source/dist/ \ No newline at end of file
diff --git a/pkg/source/dist/.gitkeep b/pkg/source/dist/.gitkeep
deleted file mode 100644
index e69de29bb..000000000
--- a/pkg/source/dist/.gitkeep
+++ /dev/null
diff --git a/pkg/ubuntu/add-bundle.diff b/pkg/ubuntu/add-bundle.diff
deleted file mode 100644
index 24c0f6035..000000000
--- a/pkg/ubuntu/add-bundle.diff
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/.bundle/config b/.bundle/config
-new file mode 100644
-index 0000000..1c3e2ce
---- /dev/null
-+++ b/.bundle/config
-@@ -0,0 +1,5 @@
-+---
-+BUNDLE_FROZEN: "1"
-+BUNDLE_DISABLE_SHARED_GEMS: "1"
-+BUNDLE_WITHOUT: test:rdoc
-+BUNDLE_PATH: vendor/bundle