Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sage-spkg can show harmless "mv" error #15766

Closed
jdemeyer opened this issue Jan 30, 2014 · 7 comments
Closed

sage-spkg can show harmless "mv" error #15766

jdemeyer opened this issue Jan 30, 2014 · 7 comments

Comments

@jdemeyer
Copy link

The mv command in

if [ "$USE_LOCAL_SCRIPTS" = yes ]; then
    mv "${PKG_NAME_UPSTREAM%.tar*}" src
    cd ..
    echo "Finished set up"
else

can sometimes give an error which is harmless. So we should silence this error. We can also remove some extra cd commands.

CC: @vbraun @ohanar

Component: build

Author: Jeroen Demeyer

Branch/Commit: u/jdemeyer/ticket/15766 @ c83506a

Reviewer: R. Andrew Ohana

Issue created by migration from https://trac.sagemath.org/ticket/15766

@jdemeyer jdemeyer added this to the sage-6.1 milestone Jan 30, 2014
@jdemeyer
Copy link
Author

Attachment: 15766.patch.gz

@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.1, sage-6.2 Jan 30, 2014
@jdemeyer
Copy link
Author

jdemeyer commented Feb 1, 2014

Branch: u/jdemeyer/ticket/15766

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 3, 2014

Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:

c83506aSilence "mv" and eliminate some "cd" commands

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 3, 2014

Commit: c83506a

@jdemeyer
Copy link
Author

jdemeyer commented Feb 3, 2014

Author: Jeroen Demeyer

@jdemeyer

This comment has been minimized.

@ohanar
Copy link
Member

ohanar commented Feb 9, 2014

Reviewer: R. Andrew Ohana

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants