Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am paeschli on github.
  • I am paeschli (https://keybase.io/paeschli) on keybase.
  • I have a public key whose fingerprint is 47B7 8D8A 98D1 E91D 4B7C E261 D88C BE9E 647E 122E

To claim this, I am signing this object:

production:
gitorious_client_port: 80
gitorious_host: dornbirn.zhaw.ch
gitorious_client_host: localhost
repository_base_path: "/opt/csw/apache2/share/htdocs/gitorious/repositories"
archive_cache_dir: "/opt/csw/apache2/share/htdocs/gitorious/tarballs"
archive_work_dir: "/tmp/tarballs-work"
cookie_secret: 123456789123456789123456789abcd
use_ssl: true
gitorious_user: gitor
46c48
< gem "rots", :git => 'https://github.com/roman/rots.git'
---
> gem "rots", "~> 0.2.1"
15c16
< gem "paperclip", "~> 2.7.2"
---
> gem "paperclip", "~> 2.4.5"
18a20
> gem "cocaine", "0.3.2"
11c11
< gem "rdiscount", "1.3.1.1", :platforms => :ruby
---
> gem "rdiscount", "1.3.4", :platforms => :ruby
NameVirtualHost *:80
NameVirtualHost *:443
<VirtualHost *:80>
ServerName dornbirn.zhaw.ch
DocumentRoot /opt/csw/apache2/share/htdocs/gitorious/public
<Directory "/opt/csw/apache2/share/htdocs/gitorious/public">
Options -Indexes FollowSymLinks
AllowOverride AuthConfig FileInfo
Order allow,deny
161,169c161,169
< task :clean => 'apache2:clean'
< desc "Clean all compiled Apache 2 files"
< task 'apache2:clean' => 'common:clean' do
< files = APACHE2_MODULE_OBJECTS.dup
< files << APACHE2_MOD_PASSENGER_O
< files << APACHE2_MODULE
< files << AGENT_OUTPUT_DIR + "PassengerHelperAgent"
< sh("rm", "-rf", *files)
< end
160,161c160,161
< puts "#{PlatformInfo.rake_command} apache2:clean apache2 RELEASE=yes"
< return sh("#{PlatformInfo.rake_command} apache2:clean apache2 RELEASE=yes")
---
> puts "#{PlatformInfo.rake_command} apache2 apache2 RELEASE=yes"
> return sh("#{PlatformInfo.rake_command} apache2 apache2 RELEASE=yes")
root@dornbirn:/usr/local/src/sphinx-0.9.9# ./configure --prefix=/usr --with-mysql=/usr/mysql --with-mysql-includes=/usr/mysql/include/mysql
root@dornbirn:/usr/local/src/sphinx-0.9.9# make
root@dornbirn:/usr/local/src/sphinx-0.9.9# make install
root@dornbirn:/usr/local/src/ImageMagick-6.8.0-10# ./configure --prefix=/usr/local/packages/ImageMagic--6.8.0
root@dornbirn:/usr/local/src/ImageMagick-6.8.0-10# make
root@dornbirn:/usr/local/src/ImageMagick-6.8.0-10# make install