Skip to content

Commit

Permalink
Rename repository references after clone.
Browse files Browse the repository at this point in the history
  • Loading branch information
cogswellz committed Jan 25, 2024
1 parent 31075ef commit f152908
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Expand Up @@ -19,7 +19,7 @@ updates:
- dependency-name: hashicorp/setup-terraform
- dependency-name: mxschmitt/action-tmate
- dependency-name: step-security/harden-runner
# # Managed by cisagov/skeleton-python-library
# # Managed by cisagov/wasreport-generator
# - dependency-name: actions/download-artifact
# - dependency-name: actions/upload-artifact
# - dependency-name: github/codeql-action/analyze
Expand Down
2 changes: 1 addition & 1 deletion .github/lineage.yml
@@ -1,5 +1,5 @@
---
lineage:
skeleton:
remote-url: https://github.com/cisagov/skeleton-generic.git
remote-url: https://github.com/cisagov/skeleton-python-library.git
version: '1'
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Expand Up @@ -15,7 +15,7 @@ all of which should be in this repository.

If you want to report a bug or request a new feature, the most direct
method is to [create an
issue](https://github.com/cisagov/skeleton-python-library/issues) in
issue](https://github.com/cisagov/wasreport-generator/issues) in
this repository. We recommend that you first search through existing
issues (both open and closed) to check if your particular issue has
already been reported. If it has then you might want to add a comment
Expand All @@ -25,7 +25,7 @@ one.
## Pull requests ##

If you choose to [submit a pull
request](https://github.com/cisagov/skeleton-python-library/pulls),
request](https://github.com/cisagov/wasreport-generator/pulls),
you will notice that our continuous integration (CI) system runs a
fairly extensive set of linters, syntax checkers, system, and unit tests.
Your pull request may fail these checks, and that's OK. If you want
Expand Down Expand Up @@ -135,9 +135,9 @@ can create and configure the Python virtual environment with these
commands:

```console
cd skeleton-python-library
pyenv virtualenv <python_version_to_use> skeleton-python-library
pyenv local skeleton-python-library
cd wasreport-generator
pyenv virtualenv <python_version_to_use> wasreport-generator
pyenv local wasreport-generator
pip install --requirement requirements-dev.txt
```

Expand Down
10 changes: 5 additions & 5 deletions README.md
@@ -1,9 +1,9 @@
# skeleton-python-library #
# wasreport-generator #

[![GitHub Build Status](https://github.com/cisagov/skeleton-python-library/workflows/build/badge.svg)](https://github.com/cisagov/skeleton-python-library/actions)
[![CodeQL](https://github.com/cisagov/skeleton-python-library/workflows/CodeQL/badge.svg)](https://github.com/cisagov/skeleton-python-library/actions/workflows/codeql-analysis.yml)
[![Coverage Status](https://coveralls.io/repos/github/cisagov/skeleton-python-library/badge.svg?branch=develop)](https://coveralls.io/github/cisagov/skeleton-python-library?branch=develop)
[![Known Vulnerabilities](https://snyk.io/test/github/cisagov/skeleton-python-library/develop/badge.svg)](https://snyk.io/test/github/cisagov/skeleton-python-library)
[![GitHub Build Status](https://github.com/cisagov/wasreport-generator/workflows/build/badge.svg)](https://github.com/cisagov/wasreport-generator/actions)
[![CodeQL](https://github.com/cisagov/wasreport-generator/workflows/CodeQL/badge.svg)](https://github.com/cisagov/wasreport-generator/actions/workflows/codeql-analysis.yml)
[![Coverage Status](https://coveralls.io/repos/github/cisagov/wasreport-generator/badge.svg?branch=develop)](https://coveralls.io/github/cisagov/wasreport-generator?branch=develop)
[![Known Vulnerabilities](https://snyk.io/test/github/cisagov/wasreport-generator/develop/badge.svg)](https://snyk.io/test/github/cisagov/wasreport-generator)

This is a generic skeleton project that can be used to quickly get a
new [cisagov](https://github.com/cisagov) Python library GitHub
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -53,8 +53,8 @@ def get_version(version_file):
# Additional URLs for this project per
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#project-urls
project_urls={
"Source": "https://github.com/cisagov/skeleton-python-library",
"Tracker": "https://github.com/cisagov/skeleton-python-library/issues",
"Source": "https://github.com/cisagov/wasreport-generator",
"Tracker": "https://github.com/cisagov/wasreport-generator/issues",
},
# Author details
author="Cybersecurity and Infrastructure Security Agency",
Expand Down

0 comments on commit f152908

Please sign in to comment.