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
| diff --git a/include/sass/version.h b/include/sass/version.h | |
| index 56ea016a..198bbca3 100644 | |
| --- a/include/sass/version.h | |
| +++ b/include/sass/version.h | |
| @@ -2,7 +2,7 @@ | |
| #define SASS_VERSION_H | |
| #ifndef LIBSASS_VERSION | |
| -#define LIBSASS_VERSION "[NA]" | |
| +#define LIBSASS_VERSION "3.6.2" |
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
| 'use strict'; | |
| const json = require('./stats.json'); | |
| const table = require('markdown-table'); | |
| function getHumanNodeVersion(abi) { | |
| switch (parseInt(abi, 10)) { | |
| case 11: return 'Node 0.10.x'; | |
| case 14: return 'Node 0.12.x'; | |
| case 42: return 'io.js 1.x'; |
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
| yarn run v1.19.0 | |
| $ cross-env NODE_ENV=production run-s build-steps | |
| $ run-s before-build sapper-export build-now-json | |
| $ run-s build-template-html build-assets | |
| $ node -r esm ./bin/build-template-html.js | |
| Built template.html in 4393.45ms | |
| $ node -r esm ./bin/build-assets.js | |
| $ cross-env PORT=22939 sapper export | |
| > Building... |
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
| root@xcbuild:/home/saper/sw/Darwin-15.6-SDK # xcode-select -s /home/saper/sw/Darwin-15.6-SDK | |
| root@xcbuild:/home/saper/sw/Darwin-15.6-SDK # xcode | |
| xcode-select xcodebuild | |
| root@xcbuild:/home/saper/sw/Darwin-15.6-SDK # xcodebuild -showsdks | |
| root@xcbuild:/home/saper/sw/Darwin-15.6-SDK # xcode-select -p | |
| /home/saper/sw/Darwin-15.6-SDK | |
| root@xcbuild:/home/saper/sw/Darwin-15.6-SDK # ls System/Library/Frameworks/ | |
| IOKit.framework/ OpenAL.framework/ SystemConfiguration.framework/ | |
| Kernel.framework/ System.framework/ | |
| root@xcbuild:/home/saper/sw/Darwin-15.6-SDK # pwd |
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
| =>> Building devel/p5-subversion | |
| build started at Wed Oct 16 15:06:15 UTC 2019 | |
| port directory: /usr/ports/devel/p5-subversion | |
| package name: p5-subversion-1.12.2 | |
| building for: FreeBSD twelve-default-job-01 12.0-RELEASE-p10 FreeBSD 12.0-RELEASE-p10 amd64 | |
| maintained by: lev@FreeBSD.org | |
| Makefile ident: $FreeBSD: head/devel/p5-subversion/Makefile 508831 2019-08-13 14:57:22Z tobik $ | |
| Poudriere version: 3.3.2_1 | |
| Host OSVERSION: 1200086 | |
| Jail OSVERSION: 1200086 |
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
| use Mix.Config | |
| config :pleroma, Pleroma.Web.Endpoint, | |
| url: [ | |
| host: "word.builders", | |
| scheme: "https", | |
| port: 443 | |
| ], | |
| secret_key_base: "*****", | |
| http: [ |
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
| [info] POST /api/v1/apps | |
| [debug] Processing with Pleroma.Web.MastodonAPI.AppController.create/2 | |
| Parameters: %{"client_name" => "Pinafore", "redirect_uris" => "http://m.saper.info:4002/settings/instances/add", "scopes" => "read write follow push", "website" => "https://pinafore.social"} | |
| Pipelines: [:api] | |
| [debug] QUERY OK db=2.5ms queue=1.5ms | |
| INSERT INTO "apps" ("client_id","client_name","client_secret","redirect_uris","scopes","website","inserted_at","updated_at") VALUES ($1,$2,$3,$4,$5,$6,$7,$8) RETURNING "id" ["KE-rOg0uxM4gXMCifk7wAmSlZcnq7o49b5yJd33YQnk", "Pinafore", "mGbYxnWzPtV0cSqHqMdA3XMfE8DDwGxXpqK-C3Q5az4", "http://m.saper.info:4002/settings/instances/add", ["read", "write", "follow", "push"], "https://pinafore.social", ~N[2019-10-14 22:53:42], ~N[2019-10-14 22:53:42]] | |
| [info] Sent 200 in 5ms | |
| [info] GET /api/v1/instance | |
| [debug] Processing with Pleroma.Web.MastodonAPI.InstanceController.show/2 | |
| Parameters: %{} |
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
| [info] GET /api/v1/instance | |
| [debug] Processing with Pleroma.Web.MastodonAPI.MastodonAPIController.masto_instance/2 | |
| Parameters: %{} | |
| Pipelines: [:api] | |
| [info] Sent 200 in 389<C2><B5>s | |
| [info] POST /api/v1/apps | |
| [debug] Processing with Pleroma.Web.MastodonAPI.MastodonAPIController.create_app/2 | |
| Parameters: %{"client_name" => "Pinafore", "redirect_uris" => "http://my-pinafore-instance:4002/settings/instances/add", "scopes" => "read write follow push", "website" => "https://pinafore.social"} | |
| Pipelines: [:api] | |
| [debug] QUERY OK db=134.1ms queue=1.0ms |
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
| begin 644 COPYRIGHT.hash | |
| MIUF]LQ'?J!%"LOTGV]28=<X(>U>XR!`_X^8#P(#WSKVRRSD4P%73")*]L,!& | |
| 3FLE%NQ;J%6QK(_$$PPKT'E,5Y``` | |
| ` | |
| end |
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
| Script started on Thu Mar 14 11:17:29 2019 | |
| You have mail. | |
| root@ms01:~ # pkg install py36-iocage-devel | |
| Updating FreeBSD repository catalogue... | |
| FreeBSD repository is up to date. | |
| All repositories are up to date. | |
| The following 24 package(s) will be affected (of 0 checked): | |
| New packages to be INSTALLED: | |
| py36-iocage-devel: 1.0.0.20181219,1 |