You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Bill Farner (JIRA)" <ji...@apache.org> on 2015/08/04 23:13:04 UTC

[jira] [Commented] (AURORA-1427) Move build-support/packaging to aurora-packaging repo

    [ https://issues.apache.org/jira/browse/AURORA-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14654354#comment-14654354 ] 

Bill Farner commented on AURORA-1427:
-------------------------------------

Filtered the source repo with the following commands:
{noformat}
# Capture all changes to build-support/packaging and debian dirs.
git filter-branch -f --prune-empty --index-filter   'git rm --cached -r -q -- . ; git reset -q $GIT_COMMIT -- build-support/packaging debian' -- --all

# Lift the first commit to be the initial commit.
git rebase -i --root master
{noformat}

> Move build-support/packaging to aurora-packaging repo
> -----------------------------------------------------
>
>                 Key: AURORA-1427
>                 URL: https://issues.apache.org/jira/browse/AURORA-1427
>             Project: Aurora
>          Issue Type: Task
>          Components: Packaging
>            Reporter: Bill Farner
>            Assignee: Bill Farner
>
> New repo: https://git-wip-us.apache.org/repos/asf/aurora-packaging.git
> Goal is to pull source and history of {{build-support/packaging}} to the new repo, and delete it from the source repo.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)