File: README.github

package info (click to toggle)
seergdb 2.6%2Bgit20251009%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,992 kB
  • sloc: cpp: 29,900; ansic: 1,432; python: 1,115; f90: 1,105; makefile: 761; asm: 244; objc: 165; ada: 102; cobol: 86; xml: 24; fortran: 12
file content (12 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12

#
# To manually create a tar file of Seer release (something that GitHub would create), run these commands.
#

    % cd seer/
    % git archive --format=tar.gz --prefix=seer-1.9/ HEAD > ~/seer-1.9.tar.gz

# git archive looks at this file for a list of files and directories to exclude.

    seer/.gitattributes