It seems to be a delta of 10 px (For the Bitbucket icon, -70px → -60px works).
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Nov 12 2015
Nov 11 2015
Nov 10 2015
Nov 9 2015
Even with automerge, after the rebase, we need to regenerate the map with bin/celerity map.
Sprites have been updated.
Nov 8 2015
Nov 7 2015
Oct 24 2015
Sep 12 2015
Files created:
- List of containers: /etc/containers.conf
- Script wich gets names from the list: /usr/lib/systemd/system/get-containers-list
- Script in order to {start,stop} containers: /usr/lib/systemd/system/docker_{start,stop}
- Service to automate launching containers : /usr/lib/systemd/system/docker-containers.service
Jul 16 2015
Jul 14 2015
Jul 13 2015
Jul 11 2015
Files
Slightly adjusted version Base 64 output
Per #nasqueron-ops message at 23:32:16.
Jul 10 2015
Jul 9 2015
Before:
Jul 7 2015
Jul 5 2015
Done, but a SSL certificate is needed too for the serving-files domain.
May 29 2015
$ bin/config set mailgun.domain devcentral.nasqueron.org
[2015-05-29 23:18:15] EXCEPTION: (PhutilProxyException) Error while executing Task ID 8421. {>} (HTTPFutureHTTPResponseStatus) [HTTP/404] Not Found
<!DOCTYPE HTML PUBLIC "-W3CDTD HTML 3.2 Final//EN">
<title>404 Not Found</title>
<h1>Not Found</h1>
<p>The requested URL was not found on the server.</p><p>If you entered the URL manually please check your spelling and try again.</p> at [<phutil>/src/future/http/BaseHTTPFuture.php:339]
arcanist(head=master, ref.master=f00d4219ddab), phabricator(head=production, ref.master=cbc5ad1604d0, ref.production=02cee751385e), phutil(head=master, ref.master=72ea80ff1468)
#0 BaseHTTPFuture::parseRawHTTPResponse(string) called at [<phutil>/src/future/http/HTTPSFuture.php:415] #1 HTTPSFuture::isReady() called at [<phutil>/src/future/Future.php:39] #2 Future::resolve() called at [<phutil>/src/future/http/BaseHTTPFuture.php:279] #3 BaseHTTPFuture::resolvex() called at [<phabricator>/src/applications/metamta/adapter/PhabricatorMailImplementationMailgunAdapter.php:121] #4 PhabricatorMailImplementationMailgunAdapter::send() called at [<phabricator>/src/applications/metamta/storage/PhabricatorMetaMTAMail.php:701] #5 PhabricatorMetaMTAMail::sendNow() called at [<phabricator>/src/applications/metamta/PhabricatorMetaMTAWorker.php:26] #6 PhabricatorMetaMTAWorker::doWork() called at [<phabricator>/src/infrastructure/daemon/workers/PhabricatorWorker.php:91] #7 PhabricatorWorker::executeTask() called at [<phabricator>/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php:158] #8 PhabricatorWorkerActiveTask::executeTask() called at [<phabricator>/src/infrastructure/daemon/workers/PhabricatorTaskmasterDaemon.php:20] #9 PhabricatorTaskmasterDaemon::run() called at [<phutil>/src/daemon/PhutilDaemon.php:184] #10 PhutilDaemon::execute() called at [<phutil>/scripts/daemon/exec/exec_daemon.php:125]
May 10 2015
May 7 2015
Apr 28 2015
Apr 27 2015
Apr 26 2015
Works but some issues with configuration.
# Requested by Dereckson # Requested at 1430016595 server { listen 80; listen [2001:470:1f12:9e1::2]:80; listen [2001:470:1f13:9e1:0:c0ff:ee:1]:80; server_name devcentral51.nasqueron.org; access_log /var/log/www/nasqueron.org/devcentral51-access.log main; error_log /var/log/www/nasqueron.org/devcentral51-error.log; root /home/dereckson/dev/nasqueron/devcentral/phabricator/webroot;
Apr 22 2015
Please update P64 and publish the final script to this repository.
docker exec $INSTANCE_NAME ssh -o StrictHostKeyChecking=no ${REPO_LOGIN}@${REPO_HOST}
Apr 21 2015
Works for me.
Resolved by this commit.
Reopened. New logos way:
Apr 13 2015
Apr 10 2015
Apr 9 2015
Apr 8 2015
Done, patch rebased.
PNG version
Upgrade done, per F1633.
Apr 7 2015
I wonder what happens on GitHub, but not in Phabricator.
Apr 6 2015
Apr 4 2015
In /etc/nginx.conf on Dwellers:
location /tag/ { rewrite ^ http://devcentral.nasqueron.org$request_uri? redirect; }