* [LTP] Versioned files modified by build
@ 2014-03-13 10:25 Mats Liljegren
0 siblings, 0 replies; 3+ messages in thread
From: Mats Liljegren @ 2014-03-13 10:25 UTC (permalink / raw)
To: Linux Test Project General Discussions
After building in-tree (GIT), I get the following when issuing "git
status" command:
# On branch master
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working
directory)
#
# modified: utils/ffsb-6.0-rc2/config.h.in
# modified: utils/ffsb-6.0-rc2/configure
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# testcases/kernel/io/stress_floppy/1000K_file
# testcases/kernel/io/stress_floppy/100K_file
# testcases/kernel/io/stress_floppy/10K_file
# testcases/kernel/io/stress_floppy/dumpdir/
This would suggest that the files utils/ffsb-6.0-rc2/config.h.in and
utils/ffsb-6.0-rc2/configure are version controlled. Are they supposed to?
Should above untracked files be added to .gitignore?
Or am I supposed to build somewhere else?
Regards
Mats Liljegren
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 3+ messages in thread
* [LTP] Versioned files modified by build
@ 2014-03-13 10:26 Mats Liljegren
2014-03-13 12:34 ` chrubis
0 siblings, 1 reply; 3+ messages in thread
From: Mats Liljegren @ 2014-03-13 10:26 UTC (permalink / raw)
To: Linux Test Project General Discussions
After building in-tree (GIT), I get the following when issuing "git
status" command:
# On branch master
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: utils/ffsb-6.0-rc2/config.h.in
# modified: utils/ffsb-6.0-rc2/configure
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# testcases/kernel/io/stress_floppy/1000K_file
# testcases/kernel/io/stress_floppy/100K_file
# testcases/kernel/io/stress_floppy/10K_file
# testcases/kernel/io/stress_floppy/dumpdir/
This would suggest that the files utils/ffsb-6.0-rc2/config.h.in and
utils/ffsb-6.0-rc2/configure are version controlled. Are they supposed
to?
Should above untracked files be added to .gitignore?
Or am I supposed to build somewhere else?
Regards
Mats Liljegren
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LTP] Versioned files modified by build
2014-03-13 10:26 Mats Liljegren
@ 2014-03-13 12:34 ` chrubis
0 siblings, 0 replies; 3+ messages in thread
From: chrubis @ 2014-03-13 12:34 UTC (permalink / raw)
To: Mats Liljegren; +Cc: Linux Test Project General Discussions
Hi!
> After building in-tree (GIT), I get the following when issuing "git
> status" command:
>
> # On branch master
> # Changes not staged for commit:
> # (use "git add <file>..." to update what will be committed)
> # (use "git checkout -- <file>..." to discard changes in working directory)
> #
> # modified: utils/ffsb-6.0-rc2/config.h.in
> # modified: utils/ffsb-6.0-rc2/configure
> #
> # Untracked files:
> # (use "git add <file>..." to include in what will be committed)
> #
> # testcases/kernel/io/stress_floppy/1000K_file
> # testcases/kernel/io/stress_floppy/100K_file
> # testcases/kernel/io/stress_floppy/10K_file
> # testcases/kernel/io/stress_floppy/dumpdir/
>
> This would suggest that the files utils/ffsb-6.0-rc2/config.h.in and
> utils/ffsb-6.0-rc2/configure are version controlled. Are they supposed
> to?
The whole ffsb directory is just untared archive of the ffsb benchmark
which is needed to produce the ffsb binary which is used in a few tests.
I cannot reproduce the diff in ffsb but I remeber seeing it. I think
that it's safe to ignore this one.
> Should above untracked files be added to .gitignore?
Looking at the stress_floppy Makefile these files are created upon
install phase, which is likely the reason these are missing from
.gitignore files. Feel free to send a patch.
--
Cyril Hrubis
chrubis@suse.cz
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-13 12:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-13 10:25 [LTP] Versioned files modified by build Mats Liljegren
-- strict thread matches above, loose matches on Subject: below --
2014-03-13 10:26 Mats Liljegren
2014-03-13 12:34 ` chrubis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox