- Here are some scripts to integrate Gitlab CI with Gerrit: mobimentum/gitlab-ci-gerrit. They are php, so will need to be rewritten in Python or something, but it’s a nice starting point.
- There is a ridiculous alternative called gerritlab, which just recreates the patch-driven workflow in GitLab. It’s interesting but let’s not use this.
- Here is a nice explainer of gerrit: Gerrit Code Review, section “3. Installation” describes how to replicate a Gitlab repo.
NOTE TO READERS
I did not originate this text. It came from https://board.net/p/r.e6a8f6578787a4cc67d4dc438c6d236e but that has fallen over. This is an archive for readability's sake.
Check out my soundcloud: https://xeiaso.net
11/21/2023
To the Board of Directors of OpenAI:
This file contains 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
- system: `"x86_64-linux"` | |
- host os: `Linux 4.15.0-1037-gcp, Ubuntu, 16.04.6 LTS (Xenial Xerus)` | |
- multi-user?: `yes` | |
- sandbox: `relaxed` | |
- version: `nix-env (Nix) 2.2` | |
- channels(root): `"nixpkgs-19.09pre186545.f11ce8683e1"` | |
- nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixpkgs` |
This file contains 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
ben@neb:~$ curl -I https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png | |
HTTP/2 200 | |
accept-ranges: bytes | |
content-type: image/png | |
content-length: 5969 | |
date: Fri, 13 Jul 2018 21:52:02 GMT | |
expires: Fri, 13 Jul 2018 21:52:02 GMT | |
cache-control: private, max-age=31536000 | |
last-modified: Thu, 08 Dec 2016 01:00:57 GMT | |
x-content-type-options: nosniff |
This file contains 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
#!/usr/bin/env stack | |
-- stack --nix --resolver lts-11.7 script | |
{-# LANGUAGE TypeSynonymInstances #-} | |
{-# LANGUAGE FlexibleInstances #-} | |
import Data.List | |
import Control.Monad | |
import Control.Exception (assert) |
This file contains 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
[ben@lithium:~/src/pprjam]$ nixops modify -d pprjam ops/production.nix && nixops deploy -d pprjam | |
Warning: Permanently added '138.68.225.65' (ED25519) to the list of known hosts. | |
building all machine configurations... | |
building path(s) ‘/nix/store/jz1rq5fvi19idr126fpfj9c2sf1bal87-pprjam’ | |
unpacking sources | |
unpacking source archive /nix/store/7f0rfvihfq5qlckls5rrxiazi7ifhra8-pprjam | |
source root is pprjam | |
patching sources | |
generated pprjam.cabal | |
installing |
This file contains 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
{ | |
resources.sshKeyPairs.ssh-key = {}; | |
pprjam = | |
{ config, pkgs, ... }: | |
let | |
pprjam = (import ../release.nix { inherit pkgs; }).pprjam // { | |
preInstall = '' | |
echo "=======================================================" | |
echo "=======================================================" |
This file contains 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
case msg of | |
AddUserResponse newUsers -> | |
let | |
(newUserList, cmd) = | |
RemoteData.update \(ls -> (List.append ls newUsers, Cmd.none)) model.users | |
in | |
( { model | users = newUserList }, cmd ) | |
---- |
- AuthenticJobs.com
- We Work Remotely
- WhoIsHiring.io
- wfh.io
- Remote OK
- Jobspresso
- RemoteList
- Latitude (not sure about this one)
NewerOlder