Import Andreas' codebase into git (INFRA-2)

[INFRA-23] Remove binaries from git Created: 26/Jul/14  Updated: 29/Jul/14  Resolved: 29/Jul/14

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

Type: Sub-task Priority: Major
Reporter: rhl Assignee: Unassigned
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Sprint: 2014-8

 Description   

I noticed that the drp_stella repository has large binary files included. These should be removed, and also removed from the git history. You can do this using git filter-branch, but it may be easier to start from scratch.

$ file src/mmakenormflat/bin/makenormflat
src/mmakenormflat/bin/makenormflat: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, stripped
$ git log src/mmakenormflat/bin/makenormflat
commit 66746ac5d10777faa0c5e967bc9082d94ec4d70f
Author: Andreas Ritter <azuri.ritter@gmail.com>
Date: Tue Jul 22 15:07:15 2014 -0400

initial clean-up



 Comments   
Comment by rhl [ 26/Jul/14 ]

This was a bit unpleasant, but it's done.

You need to do a clean checkout – the simplest thing is to rm -rf and start over.

Removed:

  • binaries
  • cached headers
  • various copies of cfitsio
  • various tarballs (e.g. blitz++).

from various versions. I hope I didn't remove anything we need!

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