Closed ivanperez-keera closed 1 month ago
Change Manager: Verified that:
Solution is implemented:
FROM ubuntu:focal
RUN apt-get update
RUN apt-get install --yes git
SHELL ["/bin/bash", "-c"] CMD git clone $REPO \ && cd $NAME \ && git checkout $COMMIT \ && ! grep -niHre '^homepage\s:\shttp(s)\?:\/\/nasa.gov$' --include='*.cabal' ogma** \ && echo "Success"
Command:
docker run -e "REPO=https://github.com/ivanperez-keera/ogma" -e "NAME=ogma" -e PAT="ogma-" -e "COMMIT=bf1de246422d625c583357616b41e027b34d9c3c" -it ogma-verify-147
Replace all homepages in cabal files to point to this repository, as prescribed in the solution proposed for #147.