Skip to content

Commit

Permalink
Move user-docs to docs
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Jul 10, 2019
1 parent 384922c commit d0a2a4a
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -13,7 +13,7 @@

## Features
* Packit service now submits builds in [copr](https://copr.fedorainfracloud.org) and once they're done it adds a GitHub status and comment with instructions how to install the builds.
* Packit service is now configurable via [jobs](https://packit.dev/user-docs/configuration/#packit-service-jobs) defined in configuration file.
* Packit service is now configurable via [jobs](https://packit.dev/docs/configuration/#packit-service-jobs) defined in configuration file.
* Packit is now able to check GPG signatures of the upstream commits against configured fingerprints.
* [CLI] `srpm` command now works also with [Source-git](https://packit.dev/source-git/).
* Fedmsg parsing has been unified into a single `listen-to-fedmsg` command.
Expand Down Expand Up @@ -117,7 +117,7 @@ The first official release of packit!
## Features

* `packit propose-update` brings a new upstream release into Fedora rawhide.
For more info, please [check out the documentation](https://packit.dev/user-docs/cli/propose-update/).
For more info, please [check out the documentation](https://packit.dev/docs/cli/propose-update/).

* `packit watch-releases` listens to github events for new upstream releases.
If an upstream project uses packit, it would bring the upstream release into
Expand Down
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -23,7 +23,7 @@ For the run-down of the planned work, please see the task-list below.

* [ ] E2E workflow for getting upstream releases into Fedora using packit CLI.
* [x] Bring new upstream releases into Fedora rawhide as dist-git pull
requests. ([propose-update](https://packit.dev/user-docs/cli/propose-update/) command included in 0.1.0 release)
requests. ([propose-update](https://packit.dev/docs/cli/propose-update/) command included in 0.1.0 release)
* [x] Build the change once it's merged. #137
* [x] Send new downstream changes back to upstream. (so the spec files are in
sync) #145
Expand All @@ -47,16 +47,16 @@ For the run-down of the planned work, please see the task-list below.

This list contains workflows covered by packit tool and links to the documentation.

* [Update Fedora dist-git with an upstream release.](https://packit.dev/user-docs/cli/propose-update/)
* [Build content of a Fedora dist-git branch in koji.](https://packit.dev/user-docs/cli/build/)
* [Create a bodhi update.](https://packit.dev/user-docs/cli/create-bodhi-update/)
* [Create a SRPM from the current content in the upstream repository.](https://packit.dev/user-docs/cli/srpm/)
* [Sync content of the Fedora dist-git repo into the upstream repository.](https://packit.dev/user-docs/cli/sync-from-downstream/)
* [Update Fedora dist-git with an upstream release.](https://packit.dev/docs/cli/propose-update/)
* [Build content of a Fedora dist-git branch in koji.](https://packit.dev/docs/cli/build/)
* [Create a bodhi update.](https://packit.dev/docs/cli/create-bodhi-update/)
* [Create a SRPM from the current content in the upstream repository.](https://packit.dev/docs]/cli/srpm/)
* [Sync content of the Fedora dist-git repo into the upstream repository.](https://packit.dev/docs]/cli/sync-from-downstream/)


## Configuration

Configuration file for packit is described [here](http://packit.dev/user-docs/configuration/).
Configuration file for packit is described [here](http://packit.dev/docs]/configuration/).

TL;DR

Expand Down
2 changes: 1 addition & 1 deletion docs/ARCHITECTURE.md
@@ -1 +1 @@
The content of this document was moved to our website: https://packit.dev/user-docs/architecture/
The content of this document was moved to our website: https://packit.dev/docs/architecture/
2 changes: 1 addition & 1 deletion docs/actions.md
@@ -1 +1 @@
The content of this document was moved to our website: https://packit.dev/user-docs/actions/
The content of this document was moved to our website: https://packit.dev/docs/actions/
2 changes: 1 addition & 1 deletion docs/build.md
@@ -1 +1 @@
The content of this document was moved to our website: https://packit.dev/user-docs/cli/build/
The content of this document was moved to our website: https://packit.dev/docs/cli/build/
2 changes: 1 addition & 1 deletion docs/configuration.md
@@ -1 +1 @@
The content of this document was moved to our website: https://packit.dev/user-docs/configuration/
The content of this document was moved to our website: https://packit.dev/docs/configuration/
2 changes: 1 addition & 1 deletion docs/create_bodhi_update.md
@@ -1 +1 @@
The content of this document was moved to our website: https://packit.dev/user-docs/cli/create-bodhi-update/
The content of this document was moved to our website: https://packit.dev/docs/cli/create-bodhi-update/
2 changes: 1 addition & 1 deletion docs/how-to-source-git.md
@@ -1 +1 @@
The content of this document was moved to our website: https://packit.dev/user-docs/how-to-source-git/
The content of this document was moved to our website: https://packit.dev/docs/how-to-source-git/
2 changes: 1 addition & 1 deletion docs/propose_update.md
@@ -1 +1 @@
The content of this document was moved to our website: https://packit.dev/user-docs/cli/propose-update/
The content of this document was moved to our website: https://packit.dev/docs/cli/propose-update/
2 changes: 1 addition & 1 deletion docs/srpm.md
@@ -1 +1 @@
The content of this document was moved to our website: https://packit.dev/user-docs/cli/srpm/
The content of this document was moved to our website: https://packit.dev/docs/cli/srpm/
2 changes: 1 addition & 1 deletion docs/sync-from-downstream.md
@@ -1 +1 @@
The content of this document was moved to our website: https://packit.dev/user-docs/cli/sync-from-downstream/
The content of this document was moved to our website: https://packit.dev/docs/cli/sync-from-downstream/
2 changes: 1 addition & 1 deletion packit/actions.py
Expand Up @@ -31,7 +31,7 @@ class ActionName(Enum):
implementation.
New action needs to be added here and to the table in the
`https://github.com/packit-service/packit.dev/content/user-docs/actions.md`.
`https://github.com/packit-service/packit.dev/content/docs/actions.md`.
(Some values are also used in tests:
- tests/unit/test_config.py
- tests/unit/test_actions.py
Expand Down
2 changes: 1 addition & 1 deletion packit/constants.py
Expand Up @@ -58,7 +58,7 @@
}

PACKIT_CONFIG_TEMPLATE = """# See the documentation for more information:
# https://packit.dev/user-docs/configuration/
# https://packit.dev/docs/configuration/
specfile_path: {downstream_package_name}.spec
Expand Down

0 comments on commit d0a2a4a

Please sign in to comment.