Skip to content

Add scripts/check-installed #599

Merged
merged 1 commit into from
Feb 7, 2018
Merged

Add scripts/check-installed #599

merged 1 commit into from
Feb 7, 2018

Conversation

donald
Copy link
Collaborator

@donald donald commented Feb 2, 2018

This script can be used to compare the bee packages installed in the system with
the bee files in the current working directory, which is assumend to be the checked
out master branch of git@github.molgen.mpg.de:mariux64/bee-files.git

git checkout master
git pull
scripts/check-installed

@pmenzel
Copy link
Collaborator

pmenzel commented Feb 2, 2018 via email

@donald
Copy link
Collaborator Author

donald commented Feb 2, 2018

There you are...

Copy link
Collaborator

@pmenzel pmenzel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just some nits.

# out master branch of git@github.molgen.mpg.de:mariux64/bee-files.git
#
# git checkout master
# git pull
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably, git pull --rebase is better for our workflow?

$pkg.='.noarch';
} else {
$pkg.='.x86_64';
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alignment is off. I suppose there is a Perl file linter somewhere?

my $beefile=$GIT_FILE{$pkg};
print "# package in git but not in system: $pkg ($beefile)\n";
}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove blank line at end.

This script can be used to compare the bee packages installed in the system with
the bee files in the current working directory, which is assumend to be the checked
out master branch of git@github.molgen.mpg.de:mariux64/bee-files.git

    git checkout master
    git pull
    scripts/check-installed
@donald donald merged commit 1964d8b into master Feb 7, 2018
@donald donald deleted the add-check-installed branch February 7, 2018 11:00
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants