This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ################################################################################ | |
| # | |
| # This file is managed by the update script, your edits here will be overwritten | |
| # | |
| ################################################################################ | |
| [gitosis] | |
| ################################################################################ | |
| # Administrator list /*FIXME*/ create this list from cn=gitosis-admins,ou=Sets | |
| ################################################################################ | |
| [group gitosis-all] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Not Critical | |
| DNS Name: www.bubbleup.net | |
| DNS Name: www.waltonandjohnson.com | |
| DNS Name: api.bugilive.com | |
| DNS Name: store.abbyabbondanza.com | |
| DNS Name: thegraincollective.bubbleupstore.com | |
| DNS Name: walterbecker.mailboatstore.com | |
| DNS Name: www.bbkingclubs.com | |
| DNS Name: www.firehousesaloon.com | |
| DNS Name: www.freakparade.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| TARGET_HOST='hoenir.websages.com' | |
| TMP=$(mktemp -d /tmp/sslcert.XXXX) | |
| cat<<EOF > ${TMP}/openssl.cnf | |
| [ req ] | |
| distinguished_name = req_distinguished_name | |
| req_extensions = v3_req | |
| [ req_distinguished_name ] | |
| countryName = Country Name (2 letter code) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| whitejs@eir:~/dev/git/gitosis-admin$ git push | |
| Counting objects: 5, done. | |
| Delta compression using up to 2 threads. | |
| Compressing objects: 100% (3/3), done. | |
| Writing objects: 100% (3/3), 318 bytes, done. | |
| Total 3 (delta 1), reused 0 (delta 0) | |
| remote: Everything up-to-date | |
| remote: remote: Everything up-to-date | |
| remote: remote: Everything up-to-date | |
| remote: To [email protected]:gitosis-admin.git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git@fapestniegd:~$ gitosis-init < /tmp/authorized_keys | |
| Reinitialized existing Git repository in /home/git/repositories/gitosis-admin.git/ | |
| Reinitialized existing Git repository in /home/git/repositories/gitosis-admin.git/ | |
| Traceback (most recent call last): | |
| File "/usr/bin/gitosis-init", line 9, in <module> | |
| load_entry_point('gitosis==0.2', 'console_scripts', 'gitosis-init')() | |
| File "/usr/lib/pymodules/python2.6/gitosis/app.py", line 24, in run | |
| return app.main() | |
| File "/usr/lib/pymodules/python2.6/gitosis/app.py", line 38, in main | |
| self.handle_args(parser, cfg, options, args) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0a1,3 | |
| > ii acpi 1.5-2 displays information on ACPI devices | |
| > ii acpid 1:2.0.7-1 Advanced Configuration and Power Interface event daemon | |
| > ii acpi-support-base 0.137-5 scripts for handling base ACPI events such as the power button | |
| 4d6 | |
| < ii apt-listchanges 2.85.7+squeeze1 package change history notification tool | |
| 6c8 | |
| < ii at 3.1.12-1 Delayed job execution and batch processing | |
| --- | |
| > ii augeas-lenses 0.7.2-1 Set of lenses needed by libaugeas0 to parse config files |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ii adduser 3.112+nmu2 add and remove users and groups | |
| ii apt 0.8.10.3+squeeze1 Advanced front-end for dpkg | |
| ii aptitude 0.6.3-3.2+squeeze1 terminal-based package manager (terminal interface only) | |
| ii apt-listchanges 2.85.7+squeeze1 package change history notification tool | |
| ii apt-utils 0.8.10.3+squeeze1 APT utility programs | |
| ii at 3.1.12-1 Delayed job execution and batch processing | |
| ii autopoint 0.18.1.1-3 The autopoint program from GNU gettext | |
| ii autotools-dev 20100122.1 Update infr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat /dev/null > /rw/var/cache/apt/pkgcache.bin | |
| cat /dev/null > /rw/var/cache/apt/srcpkgcache.bin | |
| rm /rw/var/cache/debconf/config.dat-old | |
| rm /rw/var/cache/debconf/templates.dat-old |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def mirror(git_dir, remote): | |
| returncode = subprocess.call( | |
| args=[ | |
| 'git', | |
| '--git-dir=%s' % git_dir, | |
| 'push', | |
| '--mirror', | |
| remote, | |
| ], | |
| cwd=git_dir, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| whitejs@eir:~/dev/git/gitosis-admin$ git commit -a -m "traceback test" | |
| # On branch master | |
| # Your branch is ahead of 'origin/master' by 5 commits. | |
| # | |
| nothing to commit (working directory clean) | |
| whitejs@eir:~/dev/git/gitosis-admin$ git push | |
| Counting objects: 16, done. | |
| Delta compression using up to 2 threads. | |
| Compressing objects: 100% (13/13), done. | |
| Writing objects: 100% (13/13), 1.64 KiB, done. |