Skip to content

Instantly share code, notes, and snippets.

View gaetan-petit's full-sized avatar

Gaëtan Petit gaetan-petit

View GitHub Profile
<style>
/* customizable snowflake styling */
.snowflake {
color: red;
font-size: 1em;
font-family: Arial;
text-shadow: 0 0 1px #000;
}
@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes
@gaetan-petit
gaetan-petit / gist:9034080
Created February 16, 2014 13:18
CP updating error
[potato.core._base.updater] Failed updating via GIT: Traceback (most recent call last):
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/CouchpotatoV2/main/couchpotato/core/_base/updater/main.py", line 192, in doUpdate
self.repo.pull()
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/CouchpotatoV2/main/libs/git/repository.py", line 389, in pull
self._executeGitCommandAssertSuccess(command)
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/CouchpotatoV2/main/libs/git/repository.py", line 85, in _executeGitCommandAssertSuccess
raise GitCommandFailedException(kwargs.get('cwd', self._getWorkingDirectory()), command, returned)
GitCommandFailedException: GitCommandFailedException: Command 'pull' failed in /opt/sybhttpd/localhost.drives/SATA_DISK/Apps/CouchpotatoV2/main (1):
/share/Apps/local/bin/git: /lib/libcrypto.so.0.9.8: no version information available (required by /share/Apps/local/bin/git)
git: /lib/libcrypto.so.0.9.8: no version information available (required by git)