This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
github.com_openSUSE_osc
Watch
1
Star
0
Fork
0
You've already forked github.com_openSUSE_osc
mirror of
https://github.com/openSUSE/osc.git
synced
2024-11-13 07:56:14 +01:00
Code
71ce566b68
github.com_openSUSE_osc
/
tests
/
deletefile_fixtures
/
oscrc
8 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
- rewrote addfile() and delete_file() methods from the Package class (for the details see below) - addfile(): * contains the complete logic for adding a file (=> simplified addFiles(...)) * semantic fixes - delete_file(): * semantic fixes - different handling of newly added/replaced files: * added/replaced files are tracked in the .osc/_to_be_added file - introduced new file state 'R': 'R' == "replaced" * usecase: osc rm <file>; osc add <file> => new state is 'R' * conceptually 'R' is equal to 'A' - adapted revert() to support the new state (+ some other minor fixes) - added testcases for addfile() and delete_file()
2010-08-24 18:06:47 +02:00
[general]
apiurl = http://localhost
[http://localhost]
- adjusted testcase oscrc's for recent config changes
2011-02-11 12:44:48 +01:00
user=Admin
pass=opensuse
tests: remove comments from oscrc fixtures
2022-08-04 11:29:28 +02:00
allow_http=1
Copy Permalink