Skip to content

Commit

Permalink
Replaced dls-controls with DiamondLightSource
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Jul 15, 2024
1 parent b98348f commit f121f80
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// https://github.com/microsoft/vscode-dev-containers/tree/v0.194.0/containers/ubuntu
{
"name": "dev-c7",
"image": "ghcr.io/dls-controls/dev-c7:2.0.0",
"image": "ghcr.io/DiamondLightSource/dev-c7:2.0.0",
"remoteEnv": {
"DISPLAY": "${localEnv:DISPLAY}",
"HOME": "${localEnv:HOME}"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ A C++ application for PowerPMAC (ARM) and Python EPICS IOC to optimise x-ray
attenuation by adjusting a filter set based on a stream of statistics from a detector
DAQ pipeline.

[![Code CI](https://github.com/dls-controls/pmacFilterControl/actions/workflows/code.yml/badge.svg)](https://github.com/dls-controls/pmacFilterControl/actions/workflows/code.yml)
[![Docs CI](https://github.com/dls-controls/pmacFilterControl/actions/workflows/docs.yml/badge.svg)](https://github.com/dls-controls/pmacFilterControl/actions/workflows/docs.yml)
[![Code CI](https://github.com/DiamondLightSource/pmacFilterControl/actions/workflows/code.yml/badge.svg)](https://github.com/DiamondLightSource/pmacFilterControl/actions/workflows/code.yml)
[![Docs CI](https://github.com/DiamondLightSource/pmacFilterControl/actions/workflows/docs.yml/badge.svg)](https://github.com/DiamondLightSource/pmacFilterControl/actions/workflows/docs.yml)
[![Apache License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

| **Source code** | **https://github.com/dls-controls/pmacFilterControl** |
| **Source code** | **https://github.com/DiamondLightSource/pmacFilterControl** |
| :---------------: | :------------------------------------------------------------: |
| **Documentation** | **https://dls-controls.github.io/pmacFilterControl** |
| **Releases** | **https://github.com/dls-controls/pmacFilterControl/releases** |
| **Documentation** | **https://DiamondLightSource.github.io/pmacFilterControl** |
| **Releases** | **https://github.com/DiamondLightSource/pmacFilterControl/releases** |
2 changes: 1 addition & 1 deletion docker/run_arm_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARM_PMACFILTERCONTROL="/build/pmacFilterControl"
ARM_BUILD="${ARM_PMACFILTERCONTROL}/arm_build"
ARM_PREFIX="${ARM_PMACFILTERCONTROL}/arm_prefix"

CONTAINER_RUN="podman run --rm -it -v ${PMACFILTERCONTROL}:${ARM_PMACFILTERCONTROL} --privileged ghcr.io/dls-controls/arm-crosscompiler:latest"
CONTAINER_RUN="podman run --rm -it -v ${PMACFILTERCONTROL}:${ARM_PMACFILTERCONTROL} --privileged ghcr.io/DiamondLightSource/arm-crosscompiler:latest"

if [ -z "$1" ]; then
${CONTAINER_RUN}
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

# Options for theme
github_repo = project
github_user = "dls-controls"
github_user = "DiamondLightSource"
html_theme_options = dict(
logo=dict(
text=project,
Expand Down

0 comments on commit f121f80

Please sign in to comment.