-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add howto for working with cms-data repos
- Loading branch information
Showing
3 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# How-to test CMSSW data files | ||
|
||
* Testing Data Files: | ||
|
||
* Begin by creating a CMSSW project area. | ||
* Check out the specific package to which the data files belong. | ||
* Place the new or updated data files inside the `<subsystem>/<package>/data` directory. | ||
* Run the necessary tests. Files in `<subsystem>/<package>/data` can be used as if they were checked out from cms-data repository. | ||
|
||
* Publishing Changes: | ||
|
||
* If the GitHub repository `cms-data/<subsystem>-<package>` already exists: | ||
* Proceed with the PR to update the repository with the latest data files. | ||
|
||
* If the repository does not exist: | ||
* Open an issue for main [CMSSW repo](https://github.com/cms-sw/cmssw/) with the title: `Create repository <subsystem>/<package> in cms-data`. | ||
* Once the issue gains approval and is fully signed, the repository will be automatically generated. |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python2 | ||
|
||
# Create a json file from CMSDIST config.map file. | ||
|
||
|