[INFRA-277] Create GitHub Repository for Obslog Created: 18/Jun/20  Updated: 22/Jun/20  Resolved: 22/Jun/20

Status: Done
Project: Software Development Infrastructure
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Task Priority: Normal
Reporter: michitaro Assignee: yuki.moritani
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Reviewers: michitaro

 Description   

Hello.

I am Michitaro Koike from NAOJ.

We are currently developing a system to support PFS observation named obslog.
The tool will automatically generates a log containing information on the quality of each exposure.
Observers also will be able to make notes on the system through its web user interface during observations.

Tamura-san asked me to put the code on GitHub so that we could share it with the team.

How could we have a repository on GitHub to put the code?



 Comments   
Comment by yuki.moritani [ 18/Jun/20 ]

Hi.

The following information is needed to create repository and trace its development/discussions on JIRA:

  • repository name
  • short description on the repository, which you'll see on Github
  • responsibility : This must be "NAOJ"
  • preferred licence of your code
  • Related JIRA project

Could you tell me the name, short description, and licence? Regarding the repository name, I think prefix should be "pfs_" .. so it may be "pfs_obslog" or "pfs_pfslog" or something etc.. 

I'm not sure which JIRA project is appropriate .. hassan , could you give us advice?

Comment by hassan [ 18/Jun/20 ]

In my opinion the closest JIRA project is INSTRM, although admittedly this is not perfect. But it may have to do for now.

Comment by michitaro [ 19/Jun/20 ]

Thank you for the comments!

Here are the information.

  • repository name
    • pfs_obslog
  • short description on the repository, which you'll see on Github
    • A tool to support observation. It provides observers various information of each exposure through its web interface during observation.
  • responsibility
    • NAOJ
  • preferred licence of your code
    • We have not strong preference about this, but is it possible to leave this unspecified?
    • How about other repositories in PFS project?
  • Related JIRA project
    • INSTRM
Comment by yuki.moritani [ 21/Jun/20 ]

Thank you for sending information.

I created the repository

https://github.com/Subaru-PFS/pfs_obslog

I didn't add licence, as I usually do if anything is specified.

Once you push the initial commit successfully, could you please close this ticket?

 

Comment by michitaro [ 22/Jun/20 ]

Thank you very much for setting up the repository.
When I tried to push the code to the repository, I got errors something like this:

git init
echo '# PFS Obslog' > README.md
git add .
git commit -m 'initial commit'
git remote add origin git@github.com:Subaru-PFS/pfs_obslog.git
git push origin HEAD

ERROR: Permission to Subaru-PFS/pfs_obslog.git denied to michitaro.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

It looks that I don't have permission to push codes to it.

Comment by michitaro [ 22/Jun/20 ]

I have successfully pushed the code there.

Thank you!

 

The error occurred because my GitHub account did not belong to PFS organization.

Generated at Sat Feb 10 16:51:12 JST 2024 using Jira 8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b.